GET Park/Definition/SurchargeAmountType/List
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SurchargeAmountDefinition| Name | Description | Type | Additional information |
|---|---|---|---|
| status | RCResponse |
None. |
|
| list | Collection of SurchargeAmountType |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": {
"rc": 1,
"response": "sample string 2",
"success": true
},
"list": [
{
"surchargeAmountTypeID": 1,
"surchargeAmountType": "sample string 2"
},
{
"surchargeAmountTypeID": 1,
"surchargeAmountType": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<SurchargeAmountDefinition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParkingAPI.Models.ReturnModels">
<list xmlns:d2p1="http://schemas.datacontract.org/2004/07/ParkingAPI.Models">
<d2p1:SurchargeAmountType>
<d2p1:surchargeAmountType>sample string 2</d2p1:surchargeAmountType>
<d2p1:surchargeAmountTypeID>1</d2p1:surchargeAmountTypeID>
</d2p1:SurchargeAmountType>
<d2p1:SurchargeAmountType>
<d2p1:surchargeAmountType>sample string 2</d2p1:surchargeAmountType>
<d2p1:surchargeAmountTypeID>1</d2p1:surchargeAmountTypeID>
</d2p1:SurchargeAmountType>
</list>
<status xmlns:d2p1="http://schemas.datacontract.org/2004/07/ParkingAPI.Models">
<d2p1:rc>1</d2p1:rc>
<d2p1:response>sample string 2</d2p1:response>
<d2p1:success>true</d2p1:success>
</status>
</SurchargeAmountDefinition>