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": "f9e8fc60-68d8-4ba4-b3f1-868c83d51ecd"
}
multipart/form-data
Sample:
{"ExchangeRatePendingId":1,"UserId":"f9e8fc60-68d8-4ba4-b3f1-868c83d51ecd"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.