PUT services/PutServiceT007
Request Information
URI Parameters
None.
Body Parameters
ServiceT007Input| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectGuid | globally unique identifier |
None. |
|
| ObstaclesOnTheGround | globally unique identifier |
None. |
|
| ObstaclesOnTheGroundOther | string |
None. |
|
| ObstaclesAtHeight | globally unique identifier |
None. |
|
| ObstaclesAtHeightOther | string |
None. |
|
| DistanceBetweenServingsAndFacadeAngle | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectGuid": "abf89207-73fb-4680-8394-bd8ac02211b1",
"ObstaclesOnTheGround": "4f284883-4d25-48e1-ab95-d763892d9803",
"ObstaclesOnTheGroundOther": "sample string 2",
"ObstaclesAtHeight": "efbc157f-6892-4e1b-827f-e861c16e5ba6",
"ObstaclesAtHeightOther": "sample string 3",
"DistanceBetweenServingsAndFacadeAngle": 1.1
}
application/xml, text/xml
Sample:
<ServiceT007Input xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs"> <DistanceBetweenServingsAndFacadeAngle>1.1</DistanceBetweenServingsAndFacadeAngle> <ObstaclesAtHeight>efbc157f-6892-4e1b-827f-e861c16e5ba6</ObstaclesAtHeight> <ObstaclesAtHeightOther>sample string 3</ObstaclesAtHeightOther> <ObstaclesOnTheGround>4f284883-4d25-48e1-ab95-d763892d9803</ObstaclesOnTheGround> <ObstaclesOnTheGroundOther>sample string 2</ObstaclesOnTheGroundOther> <ProjectGuid>abf89207-73fb-4680-8394-bd8ac02211b1</ProjectGuid> </ServiceT007Input>
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. |