PUT services/PutServiceT006

Request Information

URI Parameters

None.

Body Parameters

ServiceT006Input
NameDescriptionTypeAdditional information
ProjectGuid

globally unique identifier

None.

NatureOfGroundSupport

globally unique identifier

None.

NatureOfGroundSupportOther

string

None.

Swivel

boolean

None.

MatePosition

globally unique identifier

None.

Positioning

globally unique identifier

None.

Servings

globally unique identifier

None.

ServingsOther

string

None.

Anchors

globally unique identifier

None.

AnchorsOther

string

None.

SoilLoading

string

None.

UnloadingOnFloors

string

None.

IsThefacadeAsbestos

boolean

None.

AnyCladdingOnTheFacade

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ProjectGuid": "e8cf651a-1c5b-4750-823e-f33149e17c95",
  "NatureOfGroundSupport": "fc2153ad-ab08-4bfc-b70f-6090b8fd3856",
  "NatureOfGroundSupportOther": "sample string 2",
  "Swivel": true,
  "MatePosition": "6993b250-1942-4eb1-bb5d-804683804a3a",
  "Positioning": "771e0a61-9d4a-4e5e-99ff-830f909fb306",
  "Servings": "1f200659-c0ff-4c48-a875-5c48db620961",
  "ServingsOther": "sample string 3",
  "Anchors": "a8795cf0-04e7-4277-8024-a2fd07c53938",
  "AnchorsOther": "sample string 4",
  "SoilLoading": "sample string 5",
  "UnloadingOnFloors": "sample string 6",
  "IsThefacadeAsbestos": true,
  "AnyCladdingOnTheFacade": true
}

application/xml, text/xml

Sample:
<ServiceT006Input xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs">
  <Anchors>a8795cf0-04e7-4277-8024-a2fd07c53938</Anchors>
  <AnchorsOther>sample string 4</AnchorsOther>
  <AnyCladdingOnTheFacade>true</AnyCladdingOnTheFacade>
  <IsThefacadeAsbestos>true</IsThefacadeAsbestos>
  <MatePosition>6993b250-1942-4eb1-bb5d-804683804a3a</MatePosition>
  <NatureOfGroundSupport>fc2153ad-ab08-4bfc-b70f-6090b8fd3856</NatureOfGroundSupport>
  <NatureOfGroundSupportOther>sample string 2</NatureOfGroundSupportOther>
  <Positioning>771e0a61-9d4a-4e5e-99ff-830f909fb306</Positioning>
  <ProjectGuid>e8cf651a-1c5b-4750-823e-f33149e17c95</ProjectGuid>
  <Servings>1f200659-c0ff-4c48-a875-5c48db620961</Servings>
  <ServingsOther>sample string 3</ServingsOther>
  <SoilLoading>sample string 5</SoilLoading>
  <Swivel>true</Swivel>
  <UnloadingOnFloors>sample string 6</UnloadingOnFloors>
</ServiceT006Input>

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.