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": "ed8a8756-99f6-4c8c-ab17-7542f00747db",
"ObstaclesOnTheGround": "9f4dfb36-99ea-48b7-9dca-60d3986157a8",
"ObstaclesOnTheGroundOther": "sample string 2",
"ObstaclesAtHeight": "96c216f2-b636-4541-a038-5000176ae929",
"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>96c216f2-b636-4541-a038-5000176ae929</ObstaclesAtHeight> <ObstaclesAtHeightOther>sample string 3</ObstaclesAtHeightOther> <ObstaclesOnTheGround>9f4dfb36-99ea-48b7-9dca-60d3986157a8</ObstaclesOnTheGround> <ObstaclesOnTheGroundOther>sample string 2</ObstaclesOnTheGroundOther> <ProjectGuid>ed8a8756-99f6-4c8c-ab17-7542f00747db</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. |