POST api/Accounts/GetExchangeRate
Request Information
URI Parameters
None.
Body Parameters
ExchangeRateParamName | Description | Type | Additional information |
---|---|---|---|
COMPANY | integer |
None. |
|
COMPANY_CODE | integer |
None. |
|
BANK_ID | integer |
None. |
|
AP_ID | integer |
None. |
|
ROE_DATE | date |
None. |
|
RATE_TYPE | integer |
None. |
|
FROM_CUR | integer |
None. |
|
TO_CUR | integer |
None. |
|
AR_ID | integer |
None. |
|
PROGRAM_ID | string |
None. |
|
PROCESS | string |
None. |
|
EX_RATE | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "COMPANY": 1, "COMPANY_CODE": 1, "BANK_ID": 1, "AP_ID": 1, "ROE_DATE": "2025-04-29T15:16:14.0825948+05:30", "RATE_TYPE": 1, "FROM_CUR": 1, "TO_CUR": 1, "AR_ID": 1, "PROGRAM_ID": "sample string 1", "PROCESS": "sample string 2", "EX_RATE": 1.1 }
application/xml, text/xml
Sample:
<ExchangeRateParam 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> <BANK_ID>1</BANK_ID> <COMPANY>1</COMPANY> <COMPANY_CODE>1</COMPANY_CODE> <EX_RATE>1.1</EX_RATE> <FROM_CUR>1</FROM_CUR> <PROCESS>sample string 2</PROCESS> <PROGRAM_ID>sample string 1</PROGRAM_ID> <RATE_TYPE>1</RATE_TYPE> <ROE_DATE>2025-04-29T15:16:14.0825948+05:30</ROE_DATE> <TO_CUR>1</TO_CUR> </ExchangeRateParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |