POST api/ValetAdmin/Valet/Activity/Disengage
Request Information
URI Parameters
None.
Body Parameters
IdSessionIdBindingModelOfGuid| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| SessionId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "a6af406121dd4f00bb7cc5d75e005d5e",
"SessionId": "c2ed31ea01a04bbf898b915b6b0d6d28"
}
application/xml, text/xml
Sample:
<IdSessionIdBindingModelOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParkJet.Models.BindingModels"> <SessionId>c2ed31ea-01a0-4bbf-898b-915b6b0d6d28</SessionId> <Id>a6af4061-21dd-4f00-bb7c-c5d75e005d5e</Id> </IdSessionIdBindingModelOfguid>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| MessageId | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"MessageId": 899,
"Message": "\r\n",
"Data": {}
}
application/xml, text/xml
Sample:
<ServiceResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParkJet.Services.Response">
<MessageLog xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string></d2p1:string>
<d2p1:string></d2p1:string>
</MessageLog>
</ServiceResponse>