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": "bbd22b71-affc-4f58-adab-3e8aa72304cb",
"ObstaclesOnTheGround": "3930a4eb-220a-4913-8df3-34d5f2357cc3",
"ObstaclesOnTheGroundOther": "sample string 2",
"ObstaclesAtHeight": "55dbd398-33e4-4755-8b80-f014f9df5726",
"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>55dbd398-33e4-4755-8b80-f014f9df5726</ObstaclesAtHeight> <ObstaclesAtHeightOther>sample string 3</ObstaclesAtHeightOther> <ObstaclesOnTheGround>3930a4eb-220a-4913-8df3-34d5f2357cc3</ObstaclesOnTheGround> <ObstaclesOnTheGroundOther>sample string 2</ObstaclesOnTheGroundOther> <ProjectGuid>bbd22b71-affc-4f58-adab-3e8aa72304cb</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. |