POST api/ExchangeRate/ApproveExchangeRatePending
Request Information
URI Parameters
None.
Body Parameters
ExchangeRatePendingActionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ExchangeRatePendingId | integer |
Required |
|
| UserId | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"ExchangeRatePendingId": 1,
"UserId": "0d2bbc20-f854-4f77-ab02-f014fa8e7c86"
}
multipart/form-data
Sample:
{"ExchangeRatePendingId":1,"UserId":"0d2bbc20-f854-4f77-ab02-f014fa8e7c86"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.