POST api/InspectionSubmitPauseResume

Request Information

URI Parameters

None.

Body Parameters

InspectionModel
NameDescriptionTypeAdditional information
CentreId

integer

None.

InspectionID

integer

None.

Mode

string

None.

UserID

integer

None.

IpAddress

string

None.

DeviceID

string

None.

StepID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CentreId": 1,
  "InspectionID": 2,
  "Mode": "sample string 3",
  "UserID": 4,
  "IpAddress": "sample string 5",
  "DeviceID": "sample string 6",
  "StepID": 7
}

application/xml, text/xml

Sample:
<OverallOutCome.InspectionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TNSDC.API.Models.InspectionApp">
  <CentreId>1</CentreId>
  <DeviceID>sample string 6</DeviceID>
  <InspectionID>2</InspectionID>
  <IpAddress>sample string 5</IpAddress>
  <Mode>sample string 3</Mode>
  <StepID>7</StepID>
  <UserID>4</UserID>
</OverallOutCome.InspectionModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.