Call this API to get various transfer reasons that you can use while booking a contract with us.
Request URL #
https://api-sandbox.smartcurrencyexchange.com/v4/Trade/GetTransferReasons
Field | In | Format | Description | Required |
Authorization | header | string | Authentication token | Mandatory |
Response Sample #
{
"status": "OK",
"message": "",
"singleObject": null,
"objectCollection": [
{
"transferReason": "Other",
"transferReasonId": 2490
},
{
"transferReason": "Expenses or Salaries to Employee",
"transferReasonId": 2493
}
]
}
Response codes #
HTTP Status | Description | Message |
200 | Success | |
401 | Token Expired or invalid token | Token is no longer valid, please login again. |
401 | Missing token | Please add ‘Authorization’ to your request header. |