POST api/ShipmentOutward/Delete
Request Information
URI Parameters
None.
Body Parameters
ShipmentOutwardViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipmentOutwardID | integer |
None. |
|
| CompanyDetailID | integer |
None. |
|
| SalesShipmentID | string |
None. |
|
| SalesInvoiceID | integer |
None. |
|
| CourierName | string |
None. |
|
| CourierTrackingID | string |
None. |
|
| AirwayBillNumber | string |
None. |
|
| Weight | decimal number |
None. |
|
| UOMID | integer |
None. |
|
| OutwardID | string |
None. |
|
| GSTEwayBillNumber | string |
None. |
|
| LoginId | integer |
None. |
|
| IsEditable | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShipmentOutwardID": 1,
"CompanyDetailID": 2,
"SalesShipmentID": "sample string 3",
"SalesInvoiceID": 4,
"CourierName": "sample string 5",
"CourierTrackingID": "sample string 6",
"AirwayBillNumber": "sample string 7",
"Weight": 8.0,
"UOMID": 9,
"OutwardID": "sample string 10",
"GSTEwayBillNumber": "sample string 11",
"LoginId": 12,
"IsEditable": true
}
application/xml, text/xml
Sample:
<ShipmentOutwardViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAL.ViewModel"> <AirwayBillNumber>sample string 7</AirwayBillNumber> <CompanyDetailID>2</CompanyDetailID> <CourierName>sample string 5</CourierName> <CourierTrackingID>sample string 6</CourierTrackingID> <GSTEwayBillNumber>sample string 11</GSTEwayBillNumber> <IsEditable>true</IsEditable> <LoginId>12</LoginId> <OutwardID>sample string 10</OutwardID> <SalesInvoiceID>4</SalesInvoiceID> <SalesShipmentID>sample string 3</SalesShipmentID> <ShipmentOutwardID>1</ShipmentOutwardID> <UOMID>9</UOMID> <Weight>8</Weight> </ShipmentOutwardViewModel>
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. |