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": "0fbcecca-ace0-4396-ae2c-3a5421d7de7d"
}
multipart/form-data
Sample:
{"ExchangeRatePendingId":1,"UserId":"0fbcecca-ace0-4396-ae2c-3a5421d7de7d"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.