POST api/Parking/ParkingUpdate
Update Parking data
Request Information
URI Parameters
None.
Body Parameters
ParkingOrderStatusUpdatesName | Description | Type | Additional information |
---|---|---|---|
XmlData |
the all xml the the provider send |
string |
None. |
UserName |
The provided user name. |
string |
Required |
Salt |
A random number(at least 9 digits) |
integer |
Required |
Digest |
A digest of the user credentials and the request |
string |
Required |
Request Formats
application/json, text/json
Sample:
{ "XmlData": "sample string 1", "UserName": "sample string 2", "Salt": 3, "Digest": "sample string 4" }
application/xml, text/xml
Sample:
<ParkingOrderStatusUpdates xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" UserName="sample string 2" Salt="3" Digest="sample string 4"> <XmlData>sample string 1</XmlData> </ParkingOrderStatusUpdates>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string>sample string 1</string>