POST api/EstimateCrate
Request Information
URI Parameters
None.
Body Parameters
EstimateCrateName | 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": "1e247317-d24d-436c-991d-4d5e4e50c75d", "EstID": "979ddec8-d203-4177-9f3c-2339bf27d505", "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>979ddec8-d203-4177-9f3c-2339bf27d505</EstID> <ID>1e247317-d24d-436c-991d-4d5e4e50c75d</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
EstimateCrateName | 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": "b3e0f1ec-f9a1-40e3-bee8-1d7c4cbed3d9", "EstID": "8c2c74ea-58a0-4faa-b713-c058436644f4", "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>8c2c74ea-58a0-4faa-b713-c058436644f4</EstID> <ID>b3e0f1ec-f9a1-40e3-bee8-1d7c4cbed3d9</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>