POST portal/General/ValidateBusinessDate
Request Information
URI Parameters
None.
Body Parameters
ValidateBusinessDate| Name | Description | Type | Additional information |
|---|---|---|---|
| date | string |
Required |
|
| buy_currency | IdValuePair |
None. |
|
| sell_currency | IdValuePair |
None. |
|
| entity_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"date": "sample string 1",
"buy_currency": {
"value": "sample string 1",
"id": 2
},
"sell_currency": {
"value": "sample string 1",
"id": 2
},
"entity_id": 2
}
application/x-www-form-urlencoded
Sample:
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.