POST api/ExchangeRate/RejectExchangeRatePending
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": "44c8e065-085d-417e-afba-b4cdfe909a83"
}
multipart/form-data
Sample:
{"ExchangeRatePendingId":1,"UserId":"44c8e065-085d-417e-afba-b4cdfe909a83"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.