POST api/Invoice/GetEntriesAuthorizedByCriteria

Request Information

URI Parameters

None.

Body Parameters

AuthorizedEntries
NameDescriptionTypeAdditional information
U_CardCode

string

None.

CardCodeTo

string

None.

AuthorizationBlockFrom

string

None.

AuthorizationBlockTo

string

None.

SearchByOption

string

None.

Request Formats

application/json, text/json

Sample:
{
  "U_CardCode": "sample string 1",
  "CardCodeTo": "sample string 2",
  "AuthorizationBlockFrom": "sample string 3",
  "AuthorizationBlockTo": "sample string 4",
  "SearchByOption": "sample string 5"
}

application/xml, text/xml

Sample:
<AuthorizedEntries xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSGGSERVONE.MODELS">
  <AuthorizationBlockFrom>sample string 3</AuthorizationBlockFrom>
  <AuthorizationBlockTo>sample string 4</AuthorizationBlockTo>
  <CardCodeTo>sample string 2</CardCodeTo>
  <SearchByOption>sample string 5</SearchByOption>
  <U_CardCode>sample string 1</U_CardCode>
</AuthorizedEntries>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.