PUT services/PutServiceT006
Request Information
URI Parameters
None.
Body Parameters
ServiceT006Input| Name | Description | Type | Additional 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": "710590df-4553-4d1f-9fff-74f28fad3599",
"NatureOfGroundSupport": "d7f134b0-44cc-4b6d-87f7-3a9a545e780d",
"NatureOfGroundSupportOther": "sample string 2",
"Swivel": true,
"MatePosition": "60f3b7a2-4f1f-4d9c-a083-3c5e7f13abd6",
"Positioning": "b491b25c-8bc2-49ee-9663-4afe9efa790c",
"Servings": "37441a24-c1e4-4ea6-abdc-8cf7cb827cd4",
"ServingsOther": "sample string 3",
"Anchors": "ec4daeca-70bc-4658-ba71-f5310ef01316",
"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>ec4daeca-70bc-4658-ba71-f5310ef01316</Anchors> <AnchorsOther>sample string 4</AnchorsOther> <AnyCladdingOnTheFacade>true</AnyCladdingOnTheFacade> <IsThefacadeAsbestos>true</IsThefacadeAsbestos> <MatePosition>60f3b7a2-4f1f-4d9c-a083-3c5e7f13abd6</MatePosition> <NatureOfGroundSupport>d7f134b0-44cc-4b6d-87f7-3a9a545e780d</NatureOfGroundSupport> <NatureOfGroundSupportOther>sample string 2</NatureOfGroundSupportOther> <Positioning>b491b25c-8bc2-49ee-9663-4afe9efa790c</Positioning> <ProjectGuid>710590df-4553-4d1f-9fff-74f28fad3599</ProjectGuid> <Servings>37441a24-c1e4-4ea6-abdc-8cf7cb827cd4</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| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |