POST PeopleCounter/GetToken
Request Information
URI Parameters
None.
Body Parameters
DCRProperty| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| PropertyID | string |
None. |
|
| Password | string |
None. |
|
| TicketingType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"PropertyID": "sample string 2",
"Password": "sample string 3",
"TicketingType": "sample string 4"
}
application/xml, text/xml
Sample:
<DCRProperty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataLibrary.BusinessModel"> <Password>sample string 3</Password> <PropertyID>sample string 2</PropertyID> <TicketingType>sample string 4</TicketingType> <UserName>sample string 1</UserName> </DCRProperty>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />