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": "97ef7c8c-6a2e-4d89-a13b-c88e0ca0d86b",
"NatureOfGroundSupport": "22a9838f-0dc4-4684-a531-2872f7b7b76e",
"NatureOfGroundSupportOther": "sample string 2",
"Swivel": true,
"MatePosition": "a8d8e26c-6a92-4e30-8119-28bf5f747492",
"Positioning": "672b2679-8f60-4df3-a147-21e16f5812ee",
"Servings": "af317b6c-c79c-4c70-aadd-556cd2b2b592",
"ServingsOther": "sample string 3",
"Anchors": "e50c2c19-265f-4ebd-947f-0c30ddf0275b",
"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>e50c2c19-265f-4ebd-947f-0c30ddf0275b</Anchors> <AnchorsOther>sample string 4</AnchorsOther> <AnyCladdingOnTheFacade>true</AnyCladdingOnTheFacade> <IsThefacadeAsbestos>true</IsThefacadeAsbestos> <MatePosition>a8d8e26c-6a92-4e30-8119-28bf5f747492</MatePosition> <NatureOfGroundSupport>22a9838f-0dc4-4684-a531-2872f7b7b76e</NatureOfGroundSupport> <NatureOfGroundSupportOther>sample string 2</NatureOfGroundSupportOther> <Positioning>672b2679-8f60-4df3-a147-21e16f5812ee</Positioning> <ProjectGuid>97ef7c8c-6a2e-4d89-a13b-c88e0ca0d86b</ProjectGuid> <Servings>af317b6c-c79c-4c70-aadd-556cd2b2b592</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. |