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": "6205e56c-6fa1-4088-b18f-6f855e65e2e6",
"NatureOfGroundSupport": "759255b2-69b6-475c-87de-c27869d87550",
"NatureOfGroundSupportOther": "sample string 2",
"Swivel": true,
"MatePosition": "1c4b5b61-f80c-43ea-a13c-9f74abc581a8",
"Positioning": "da5c69be-36e8-4fe9-a8ba-3274861ab24c",
"Servings": "266f158b-99ff-4ae8-a98c-ad4ec0f63d08",
"ServingsOther": "sample string 3",
"Anchors": "20262be8-9e7b-4d29-a1dd-ab7410d94af9",
"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>20262be8-9e7b-4d29-a1dd-ab7410d94af9</Anchors> <AnchorsOther>sample string 4</AnchorsOther> <AnyCladdingOnTheFacade>true</AnyCladdingOnTheFacade> <IsThefacadeAsbestos>true</IsThefacadeAsbestos> <MatePosition>1c4b5b61-f80c-43ea-a13c-9f74abc581a8</MatePosition> <NatureOfGroundSupport>759255b2-69b6-475c-87de-c27869d87550</NatureOfGroundSupport> <NatureOfGroundSupportOther>sample string 2</NatureOfGroundSupportOther> <Positioning>da5c69be-36e8-4fe9-a8ba-3274861ab24c</Positioning> <ProjectGuid>6205e56c-6fa1-4088-b18f-6f855e65e2e6</ProjectGuid> <Servings>266f158b-99ff-4ae8-a98c-ad4ec0f63d08</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. |