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": "70bfe4bd-9b7a-410a-a05a-935f6a979454",
"NatureOfGroundSupport": "7d402aec-ea5f-477f-b348-7b5353cdad8c",
"NatureOfGroundSupportOther": "sample string 2",
"Swivel": true,
"MatePosition": "7f6e66aa-7812-466c-bdc0-f1876232ee92",
"Positioning": "29d12247-9e51-4db0-90e5-ac94cbe21270",
"Servings": "3b686c16-902d-4d56-90d3-8eed9c08d926",
"ServingsOther": "sample string 3",
"Anchors": "91e1b55d-b171-44e7-91b7-d30a826a9ed5",
"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>91e1b55d-b171-44e7-91b7-d30a826a9ed5</Anchors> <AnchorsOther>sample string 4</AnchorsOther> <AnyCladdingOnTheFacade>true</AnyCladdingOnTheFacade> <IsThefacadeAsbestos>true</IsThefacadeAsbestos> <MatePosition>7f6e66aa-7812-466c-bdc0-f1876232ee92</MatePosition> <NatureOfGroundSupport>7d402aec-ea5f-477f-b348-7b5353cdad8c</NatureOfGroundSupport> <NatureOfGroundSupportOther>sample string 2</NatureOfGroundSupportOther> <Positioning>29d12247-9e51-4db0-90e5-ac94cbe21270</Positioning> <ProjectGuid>70bfe4bd-9b7a-410a-a05a-935f6a979454</ProjectGuid> <Servings>3b686c16-902d-4d56-90d3-8eed9c08d926</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. |