POST api/EstimateExtraPU
Request Information
URI Parameters
None.
Body Parameters
EstimateExtraPU| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| EstID | globally unique identifier |
None. |
|
| Type | string |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| ZIP | string |
None. |
|
| StopOrder | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "e23c945e-08c0-4c3b-b117-799116df4663",
"EstID": "b45b9447-ebcc-4947-84b4-8b1f467714d9",
"Type": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"State": "sample string 5",
"ZIP": "sample string 6",
"StopOrder": 1
}
application/xml, text/xml
Sample:
<EstimateExtraPU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <Address>sample string 3</Address> <City>sample string 4</City> <EstID>b45b9447-ebcc-4947-84b4-8b1f467714d9</EstID> <ID>e23c945e-08c0-4c3b-b117-799116df4663</ID> <State>sample string 5</State> <StopOrder>1</StopOrder> <Type>sample string 2</Type> <ZIP>sample string 6</ZIP> </EstimateExtraPU>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EstimateExtraPU| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| EstID | globally unique identifier |
None. |
|
| Type | string |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| ZIP | string |
None. |
|
| StopOrder | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": "0ae09ef8-932b-4743-bfc9-fe0bf0329742",
"EstID": "3aa76fb1-4f37-4871-b055-30edc805c76e",
"Type": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"State": "sample string 5",
"ZIP": "sample string 6",
"StopOrder": 1
}
application/xml, text/xml
Sample:
<EstimateExtraPU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <Address>sample string 3</Address> <City>sample string 4</City> <EstID>3aa76fb1-4f37-4871-b055-30edc805c76e</EstID> <ID>0ae09ef8-932b-4743-bfc9-fe0bf0329742</ID> <State>sample string 5</State> <StopOrder>1</StopOrder> <Type>sample string 2</Type> <ZIP>sample string 6</ZIP> </EstimateExtraPU>