POST usage/PostUsageCriteria
Request Information
URI Parameters
None.
Body Parameters
ProjectUsageCriteriaInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectGuid | globally unique identifier |
None. |
|
| MovePerson | boolean |
None. |
|
| PersonNumber | integer |
None. |
|
| MoveMaterial | boolean |
None. |
|
| MaterialWeight | decimal number |
None. |
|
| MaterialHeight | decimal number |
None. |
|
| MaterialWidth | decimal number |
None. |
|
| MaterialLength | decimal number |
None. |
|
| BuildingSubLevel | integer |
None. |
|
| BuildingSupLevel | integer |
None. |
|
| BuildingSelectedLevel | string |
None. |
|
| BuildingTotalHeight | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectGuid": "d7ec51cb-c8e1-45fd-836a-97cb56341454",
"MovePerson": true,
"PersonNumber": 1,
"MoveMaterial": true,
"MaterialWeight": 1.0,
"MaterialHeight": 1.0,
"MaterialWidth": 1.0,
"MaterialLength": 1.0,
"BuildingSubLevel": 1,
"BuildingSupLevel": 1,
"BuildingSelectedLevel": "sample string 1",
"BuildingTotalHeight": 1.0
}
application/xml, text/xml
Sample:
<ProjectUsageCriteriaInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs"> <BuildingSelectedLevel>sample string 1</BuildingSelectedLevel> <BuildingSubLevel>1</BuildingSubLevel> <BuildingSupLevel>1</BuildingSupLevel> <BuildingTotalHeight>1</BuildingTotalHeight> <MaterialHeight>1</MaterialHeight> <MaterialLength>1</MaterialLength> <MaterialWeight>1</MaterialWeight> <MaterialWidth>1</MaterialWidth> <MoveMaterial>true</MoveMaterial> <MovePerson>true</MovePerson> <PersonNumber>1</PersonNumber> <ProjectGuid>d7ec51cb-c8e1-45fd-836a-97cb56341454</ProjectGuid> </ProjectUsageCriteriaInput>
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. |