POST api/Estimate/OpenEstBatchSubmit
Request Information
URI Parameters
None.
Body Parameters
EstimateHeaderIdsString| Name | Description | Type | Additional information |
|---|---|---|---|
| EstimateIds | string |
None. |
|
| EstimateRefIDs | string |
None. |
|
| EstimateNumbers | string |
None. |
|
| DepotIds | string |
None. |
|
| CustomerId | integer |
None. |
|
| UserId | integer |
None. |
|
| UserType | USER_TYPE |
None. |
|
| EmailId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EstimateIds": "sample string 1",
"EstimateRefIDs": "sample string 2",
"EstimateNumbers": "sample string 3",
"DepotIds": "sample string 4",
"CustomerId": 5,
"UserId": 6,
"UserType": 0,
"EmailId": "sample string 7"
}
application/xml, text/xml
Sample:
<EstimateHeaderIdsString xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WH.CustomLayer.Estimates"> <CustomerId>5</CustomerId> <DepotIds>sample string 4</DepotIds> <EmailId>sample string 7</EmailId> <EstimateIds>sample string 1</EstimateIds> <EstimateNumbers>sample string 3</EstimateNumbers> <EstimateRefIDs>sample string 2</EstimateRefIDs> <UserId>6</UserId> <UserType>None</UserType> </EstimateHeaderIdsString>
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. |