POST api/TIA_Staging/PostStarterChangeRequest
Request Information
URI Parameters
None.
Body Parameters
PostChangeRequestName | Description | Type | Additional information |
---|---|---|---|
APIKey | string |
None. |
|
TabletID | string |
None. |
|
VehicleID | integer |
None. |
|
WhatRequest | string |
None. |
|
StarterName | string |
None. |
|
StarterID | integer |
None. |
|
LinkID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "APIKey": "sample string 1", "TabletID": "sample string 2", "VehicleID": 3, "WhatRequest": "sample string 4", "StarterName": "sample string 5", "StarterID": 6, "LinkID": "sample string 7" }
application/xml, text/xml
Sample:
<TIA_StagingModel.PostChangeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProCADMobileService.Models"> <APIKey>sample string 1</APIKey> <LinkID>sample string 7</LinkID> <StarterID>6</StarterID> <StarterName>sample string 5</StarterName> <TabletID>sample string 2</TabletID> <VehicleID>3</VehicleID> <WhatRequest>sample string 4</WhatRequest> </TIA_StagingModel.PostChangeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PostChangeRequestReturnName | Description | Type | Additional 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:
<TIA_StagingModel.PostChangeRequestReturn 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> </TIA_StagingModel.PostChangeRequestReturn>