POST api/Currency/GetCurrencyCode

Request Information

URI Parameters

None.

Body Parameters

GetCurrencyCode
NameDescriptionTypeAdditional information
AR_ID

integer

None.

AP_ID

integer

None.

CP_ID

integer

None.

CUR_ID

integer

None.

CUR_CODE

string

None.

CUR_LOCAL

string

None.

START

integer

None.

LENGTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AR_ID": 1,
  "AP_ID": 1,
  "CP_ID": 1,
  "CUR_ID": 1,
  "CUR_CODE": "sample string 1",
  "CUR_LOCAL": "sample string 2",
  "START": 1,
  "LENGTH": 1
}

application/xml, text/xml

Sample:
<GetCurrencyCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <AP_ID>1</AP_ID>
  <AR_ID>1</AR_ID>
  <CP_ID>1</CP_ID>
  <CUR_CODE>sample string 1</CUR_CODE>
  <CUR_ID>1</CUR_ID>
  <CUR_LOCAL>sample string 2</CUR_LOCAL>
  <LENGTH>1</LENGTH>
  <START>1</START>
</GetCurrencyCode>

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.