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": "f432bb17-8a70-4e5d-b352-3bc963253d15",
"ObstaclesOnTheGround": "1ebc96ae-de6e-4806-b6f2-8d6e89b3c7de",
"ObstaclesOnTheGroundOther": "sample string 2",
"ObstaclesAtHeight": "c5c59faf-f756-4b8d-8345-f338e13cfa71",
"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>c5c59faf-f756-4b8d-8345-f338e13cfa71</ObstaclesAtHeight> <ObstaclesAtHeightOther>sample string 3</ObstaclesAtHeightOther> <ObstaclesOnTheGround>1ebc96ae-de6e-4806-b6f2-8d6e89b3c7de</ObstaclesOnTheGround> <ObstaclesOnTheGroundOther>sample string 2</ObstaclesOnTheGroundOther> <ProjectGuid>f432bb17-8a70-4e5d-b352-3bc963253d15</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. |