PUT services/PutServiceT004

Request Information

URI Parameters

None.

Body Parameters

ServiceT004Input
NameDescriptionTypeAdditional information
ProjectGuid

globally unique identifier

None.

Authorizations

boolean

None.

AuthorizationDetail

string

None.

HomeSecurity

boolean

None.

PPSPS

boolean

None.

JointInspectionVisit

boolean

None.

PlansToBeProvided

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ProjectGuid": "88d461ce-8ec2-49cd-825c-121ee2467297",
  "Authorizations": true,
  "AuthorizationDetail": "sample string 2",
  "HomeSecurity": true,
  "PPSPS": true,
  "JointInspectionVisit": true,
  "PlansToBeProvided": true
}

application/xml, text/xml

Sample:
<ServiceT004Input xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs">
  <AuthorizationDetail>sample string 2</AuthorizationDetail>
  <Authorizations>true</Authorizations>
  <HomeSecurity>true</HomeSecurity>
  <JointInspectionVisit>true</JointInspectionVisit>
  <PPSPS>true</PPSPS>
  <PlansToBeProvided>true</PlansToBeProvided>
  <ProjectGuid>88d461ce-8ec2-49cd-825c-121ee2467297</ProjectGuid>
</ServiceT004Input>

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.