POST api/ExchangeRate/ApproveExchangeRatePending

Request Information

URI Parameters

None.

Body Parameters

ExchangeRatePendingActionModel
NameDescriptionTypeAdditional information
ExchangeRatePendingId

integer

Required

UserId

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "ExchangeRatePendingId": 1,
  "UserId": "dd64e3fa-5bbb-45d2-98cb-eefd3db73238"
}

multipart/form-data

Sample:
{"ExchangeRatePendingId":1,"UserId":"dd64e3fa-5bbb-45d2-98cb-eefd3db73238"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data

Sample:

Sample not available.