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": "81d3ddde-45ab-4643-9821-dd674a86242a",
"NatureOfGroundSupport": "2f56f461-4883-40f6-b973-c92809c24b75",
"NatureOfGroundSupportOther": "sample string 2",
"Swivel": true,
"MatePosition": "9db6395c-1f16-4898-ab00-093c1411bec3",
"Positioning": "edd4bca1-9a01-4a9e-ae06-44bb8805fe80",
"Servings": "a4f1ce4e-a6d3-44a6-8438-90d5785bbeb0",
"ServingsOther": "sample string 3",
"Anchors": "57bbb5f0-c2a8-4671-b2e5-8038d97c6ad0",
"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>57bbb5f0-c2a8-4671-b2e5-8038d97c6ad0</Anchors> <AnchorsOther>sample string 4</AnchorsOther> <AnyCladdingOnTheFacade>true</AnyCladdingOnTheFacade> <IsThefacadeAsbestos>true</IsThefacadeAsbestos> <MatePosition>9db6395c-1f16-4898-ab00-093c1411bec3</MatePosition> <NatureOfGroundSupport>2f56f461-4883-40f6-b973-c92809c24b75</NatureOfGroundSupport> <NatureOfGroundSupportOther>sample string 2</NatureOfGroundSupportOther> <Positioning>edd4bca1-9a01-4a9e-ae06-44bb8805fe80</Positioning> <ProjectGuid>81d3ddde-45ab-4643-9821-dd674a86242a</ProjectGuid> <Servings>a4f1ce4e-a6d3-44a6-8438-90d5785bbeb0</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. |