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": "15955ce1-d731-411f-9533-3696f6969504",
"ObstaclesOnTheGround": "63667174-2b21-44b0-8d20-aa42cc1ff0fc",
"ObstaclesOnTheGroundOther": "sample string 2",
"ObstaclesAtHeight": "87a1ccf3-e831-4fcd-b8ca-0d9f02fb4a04",
"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>87a1ccf3-e831-4fcd-b8ca-0d9f02fb4a04</ObstaclesAtHeight> <ObstaclesAtHeightOther>sample string 3</ObstaclesAtHeightOther> <ObstaclesOnTheGround>63667174-2b21-44b0-8d20-aa42cc1ff0fc</ObstaclesOnTheGround> <ObstaclesOnTheGroundOther>sample string 2</ObstaclesOnTheGroundOther> <ProjectGuid>15955ce1-d731-411f-9533-3696f6969504</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. |