POST api/LoginV2/StarterLogout

Request Information

URI Parameters

None.

Body Parameters

StarterSendLogout
NameDescriptionTypeAdditional information
APIKey

string

None.

DeviceID

string

None.

FBToken

string

None.

StarterID

integer

None.

StarterName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "APIKey": "sample string 1",
  "DeviceID": "sample string 2",
  "FBToken": "sample string 3",
  "StarterID": 4,
  "StarterName": "sample string 5"
}

application/xml, text/xml

Sample:
<Login.StarterSendLogout xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProCADMobileService.Models">
  <APIKey>sample string 1</APIKey>
  <DeviceID>sample string 2</DeviceID>
  <FBToken>sample string 3</FBToken>
  <StarterID>4</StarterID>
  <StarterName>sample string 5</StarterName>
</Login.StarterSendLogout>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

StarterLogoutReturnData
NameDescriptionTypeAdditional information
status

boolean

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": true,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<Login.StarterLogoutReturnData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProCADMobileService.Models">
  <message>sample string 2</message>
  <status>true</status>
</Login.StarterLogoutReturnData>