PUT services/PutServiceT002

Request Information

URI Parameters

None.

Body Parameters

ServiceT002Input
NameDescriptionTypeAdditional information
ProjectGuid

globally unique identifier

None.

WithoutArm

boolean

None.

WithArmReachGreaterThan5Meters

boolean

None.

NeedAdditionalHandling

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ProjectGuid": "3de866a9-bede-4de2-a427-9ae6d47e3697",
  "WithoutArm": true,
  "WithArmReachGreaterThan5Meters": true,
  "NeedAdditionalHandling": true
}

application/xml, text/xml

Sample:
<ServiceT002Input xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs">
  <NeedAdditionalHandling>true</NeedAdditionalHandling>
  <ProjectGuid>3de866a9-bede-4de2-a427-9ae6d47e3697</ProjectGuid>
  <WithArmReachGreaterThan5Meters>true</WithArmReachGreaterThan5Meters>
  <WithoutArm>true</WithoutArm>
</ServiceT002Input>

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.