POST api/EstimateCrate
Request Information
URI Parameters
None.
Body Parameters
EstimateCrate| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| EstID | globally unique identifier |
None. |
|
| Amount | decimal number |
None. |
|
| Rate | decimal number |
None. |
|
| length | integer |
None. |
|
| width | integer |
None. |
|
| height | integer |
None. |
|
| cubicfeet | integer |
None. |
|
| tariffitem | string |
None. |
|
| gcodeno | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "ae330a55-d957-41d8-a9c3-826ac543cc65",
"EstID": "6ed48c6c-3f71-466f-9ad5-12d8b872201e",
"Amount": 1.0,
"Rate": 1.0,
"length": 1,
"width": 1,
"height": 1,
"cubicfeet": 1,
"tariffitem": "sample string 2",
"gcodeno": 1
}
application/xml, text/xml
Sample:
<EstimateCrate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <Amount>1</Amount> <EstID>6ed48c6c-3f71-466f-9ad5-12d8b872201e</EstID> <ID>ae330a55-d957-41d8-a9c3-826ac543cc65</ID> <Rate>1</Rate> <cubicfeet>1</cubicfeet> <gcodeno>1</gcodeno> <height>1</height> <length>1</length> <tariffitem>sample string 2</tariffitem> <width>1</width> </EstimateCrate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EstimateCrate| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| EstID | globally unique identifier |
None. |
|
| Amount | decimal number |
None. |
|
| Rate | decimal number |
None. |
|
| length | integer |
None. |
|
| width | integer |
None. |
|
| height | integer |
None. |
|
| cubicfeet | integer |
None. |
|
| tariffitem | string |
None. |
|
| gcodeno | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": "0a81e3bd-6e20-4e38-9185-e0756aacdc46",
"EstID": "e2807933-8c24-466b-921b-a7dbeedc08dd",
"Amount": 1.0,
"Rate": 1.0,
"length": 1,
"width": 1,
"height": 1,
"cubicfeet": 1,
"tariffitem": "sample string 2",
"gcodeno": 1
}
application/xml, text/xml
Sample:
<EstimateCrate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <Amount>1</Amount> <EstID>e2807933-8c24-466b-921b-a7dbeedc08dd</EstID> <ID>0a81e3bd-6e20-4e38-9185-e0756aacdc46</ID> <Rate>1</Rate> <cubicfeet>1</cubicfeet> <gcodeno>1</gcodeno> <height>1</height> <length>1</length> <tariffitem>sample string 2</tariffitem> <width>1</width> </EstimateCrate>