POST api/Authorizations/GetEntriesByAthorizeCriteria

Request Information

URI Parameters

None.

Body Parameters

Authorizations
NameDescriptionTypeAdditional information
U_CardCode

string

None.

U_CardName

string

None.

U_Resp

string

None.

U_SlpCode

integer

None.

U_FecIni

string

None.

U_FecFin

string

None.

EntryCode

integer

None.

U_Ref1

string

None.

U_Ref2

string

None.

U_Ref3

string

None.

U_Ref4

string

None.

RecordCodeFrom

decimal number

None.

RecordCodeTo

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "U_CardCode": "sample string 1",
  "U_CardName": "sample string 2",
  "U_Resp": "sample string 3",
  "U_SlpCode": 4,
  "U_FecIni": "sample string 5",
  "U_FecFin": "sample string 6",
  "EntryCode": 7,
  "U_Ref1": "sample string 8",
  "U_Ref2": "sample string 9",
  "U_Ref3": "sample string 10",
  "U_Ref4": "sample string 11",
  "RecordCodeFrom": 12.0,
  "RecordCodeTo": 13.0
}

application/xml, text/xml

Sample:
<Authorizations xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSGGSERVONE.MODELS">
  <EntryCode>7</EntryCode>
  <RecordCodeFrom>12</RecordCodeFrom>
  <RecordCodeTo>13</RecordCodeTo>
  <U_CardCode>sample string 1</U_CardCode>
  <U_CardName>sample string 2</U_CardName>
  <U_FecFin>sample string 6</U_FecFin>
  <U_FecIni>sample string 5</U_FecIni>
  <U_Ref1>sample string 8</U_Ref1>
  <U_Ref2>sample string 9</U_Ref2>
  <U_Ref3>sample string 10</U_Ref3>
  <U_Ref4>sample string 11</U_Ref4>
  <U_Resp>sample string 3</U_Resp>
  <U_SlpCode>4</U_SlpCode>
</Authorizations>

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.