GET api/Price
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PriceListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Titre | string |
None. |
|
| Born1 | decimal number |
Required Data type: Currency |
|
| Born2 | decimal number |
Required Data type: Currency |
|
| SendCost | decimal number |
Required Data type: Currency |
|
| ReceiveCost | decimal number |
Required Data type: Currency |
|
| TotalCostUBA | decimal number |
Required Data type: Currency |
|
| TotalCost | decimal number |
Required Data type: Currency |
|
| TotalClientCost | decimal number |
Required Data type: Currency |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Titre": "sample string 2",
"Born1": 3.0,
"Born2": 4.0,
"SendCost": 5.0,
"ReceiveCost": 6.0,
"TotalCostUBA": 7.0,
"TotalCost": 8.0,
"TotalClientCost": 9.0
}