POST api/Fee
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json, text/html
Sample:
{
"settlementCurrency": "sample string 1",
"foreignCurrency": "sample string 2",
"itemAmount": 3.0,
"customerRate": 4.0,
"instrument": "sample string 5",
"deliveryMethod": "sample string 6"
}
application/xml, text/xml
Sample:
<GetItemFeeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/e2eMobileAPI.Models.Requests"> <customerRate>4</customerRate> <deliveryMethod>sample string 6</deliveryMethod> <foreignCurrency>sample string 2</foreignCurrency> <instrument>sample string 5</instrument> <itemAmount>3</itemAmount> <settlementCurrency>sample string 1</settlementCurrency> </GetItemFeeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.