POST api/GetPayCurrency

Request Information

URI Parameters

None.

Body Parameters

Jsonparams
NameDescriptionTypeAdditional information
jsonstring

string

None.

Request Formats

application/json, text/json

Sample:
{
  "jsonstring": "sample string 1"
}

application/xml, text/xml

Sample:
<Jsonparams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PayQuickCalCulatorWebAPI2023New.Models">
  <jsonstring>sample string 1</jsonstring>
</Jsonparams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetPaycurrencyOut
NameDescriptionTypeAdditional information
currency

string

None.

exchangerate

string

None.

maxamount

string

None.

Response Formats

application/json, text/json

Sample:
{
  "currency": "sample string 1",
  "exchangerate": "sample string 2",
  "maxamount": "sample string 3"
}

application/xml, text/xml

Sample:
<GetPaycurrencyOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PayQuickCalCulatorWebAPI2023New.Models">
  <currency>sample string 1</currency>
  <exchangerate>sample string 2</exchangerate>
  <maxamount>sample string 3</maxamount>
</GetPaycurrencyOut>