POST api/Quote
Request Information
URI Parameters
None.
Body Parameters
AddShipmentQuoteBindingViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerName | string |
None. |
|
| ModeId | integer |
Required |
|
| CustomerId | integer |
None. |
|
| ExpirationDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerName": "sample string 1",
"ModeId": 2,
"CustomerId": 1,
"ExpirationDate": "2025-12-05T23:40:39.8611227-08:00"
}
application/xml, text/xml
Sample:
<AddShipmentQuoteBindingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.ShipmentQuote"> <CustomerId>1</CustomerId> <CustomerName>sample string 1</CustomerName> <ExpirationDate>2025-12-05T23:40:39.8611227-08:00</ExpirationDate> <ModeId>2</ModeId> </AddShipmentQuoteBindingViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.