DELETE api/Arrival/DeleteArrival?SBUID={SBUID}&vUserID={vUserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SBUID | integer |
Required |
|
| vUserID | integer |
Required |
Body Parameters
Arrivals| Name | Description | Type | Additional information |
|---|---|---|---|
| ArrivalID | integer |
None. |
|
| ArrivalDate | date |
None. |
|
| ContractID | integer |
None. |
|
| CenterID | integer |
None. |
|
| PermitNo | string |
None. |
|
| SellerID | integer |
None. |
|
| CommodityID | integer |
None. |
|
| BuiltyNo | string |
None. |
|
| VehicleNo | string |
None. |
|
| StockPlace | integer |
None. |
|
| DriverName | string |
None. |
|
| GrossWeight | decimal number |
None. |
|
| GrossWeightTime | date |
None. |
|
| TareWeight | decimal number |
None. |
|
| TareWeightTime | date |
None. |
|
| OtherDeduction | decimal number |
None. |
|
| TotalBagDeduction | decimal number |
None. |
|
| NetWeight | decimal number |
None. |
|
| Remarks | string |
None. |
|
| ManualWeight | boolean |
None. |
|
| Finalized | boolean |
None. |
|
| IsPosted | boolean |
None. |
|
| PartyGrossWeight | decimal number |
None. |
|
| PartyTareWeight | decimal number |
None. |
|
| PartyNetWeight | decimal number |
None. |
|
| IsPartyWeight | boolean |
None. |
|
| Deductionper100kg | decimal number |
None. |
|
| IsFoodDepartment | boolean |
None. |
|
| IsAutoGross | string |
None. |
|
| IsAutoTare | string |
None. |
|
| IsBothScale | boolean |
None. |
|
| IsScale1 | boolean |
None. |
|
| SBUID | integer |
None. |
|
| IDSBU | integer |
None. |
|
| GatePassNo | integer |
None. |
|
| CommodityClassID | integer |
None. |
|
| Amount | decimal number |
None. |
|
| CashReceived | decimal number |
None. |
|
| PartyName | string |
None. |
|
| ContractName | string |
None. |
|
| ContractMode | string |
None. |
|
| RemainingBags | string |
None. |
|
| RemainingWeight | string |
None. |
|
| IsDeduction40KG | boolean |
None. |
|
| VehicleTypeID | integer |
None. |
|
| BrokerId | integer |
None. |
|
| Brokerage | decimal number |
None. |
|
| IsBrokeragePerBag | boolean |
None. |
|
| ListBodyArival | Collection of ArrivalBody |
None. |
|
| ListBodyFood | Collection of ArrivalFoodBody |
None. |
|
| IsBagReceived | boolean |
None. |
|
| CropSeasonID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ArrivalID": 1,
"ArrivalDate": "2026-06-24T04:24:53.2449427-07:00",
"ContractID": 3,
"CenterID": 4,
"PermitNo": "sample string 5",
"SellerID": 6,
"CommodityID": 7,
"BuiltyNo": "sample string 8",
"VehicleNo": "sample string 9",
"StockPlace": 10,
"DriverName": "sample string 11",
"GrossWeight": 12.0,
"GrossWeightTime": "2026-06-24T04:24:53.2449427-07:00",
"TareWeight": 14.0,
"TareWeightTime": "2026-06-24T04:24:53.2449427-07:00",
"OtherDeduction": 16.0,
"TotalBagDeduction": 17.0,
"NetWeight": 18.0,
"Remarks": "sample string 19",
"ManualWeight": true,
"Finalized": true,
"IsPosted": true,
"PartyGrossWeight": 23.0,
"PartyTareWeight": 24.0,
"PartyNetWeight": 25.0,
"IsPartyWeight": true,
"Deductionper100kg": 27.0,
"IsFoodDepartment": true,
"IsAutoGross": "sample string 28",
"IsAutoTare": "sample string 29",
"IsBothScale": true,
"IsScale1": true,
"SBUID": 32,
"IDSBU": 33,
"GatePassNo": 34,
"CommodityClassID": 35,
"Amount": 36.0,
"CashReceived": 37.0,
"PartyName": "sample string 38",
"ContractName": "sample string 39",
"ContractMode": "sample string 40",
"RemainingBags": "sample string 41",
"RemainingWeight": "sample string 42",
"IsDeduction40KG": true,
"VehicleTypeID": 44,
"BrokerId": 45,
"Brokerage": 46.0,
"IsBrokeragePerBag": true,
"ListBodyArival": [
{
"SerialNo": 1,
"ArrivalID": 2,
"BagsTypeID": 3,
"BagsClassID": 4,
"Quantity": 5,
"PerBagDeduct": 6.0,
"TotalDeduct": 7.0,
"CommodityClassID": 8,
"GatePassNo": 9,
"BagWeight": 10.0,
"WeightKGs": 11.0,
"TTLWeightKGs": 12.0,
"BagsClass": "sample string 13",
"BagsType": "sample string 14"
},
{
"SerialNo": 1,
"ArrivalID": 2,
"BagsTypeID": 3,
"BagsClassID": 4,
"Quantity": 5,
"PerBagDeduct": 6.0,
"TotalDeduct": 7.0,
"CommodityClassID": 8,
"GatePassNo": 9,
"BagWeight": 10.0,
"WeightKGs": 11.0,
"TTLWeightKGs": 12.0,
"BagsClass": "sample string 13",
"BagsType": "sample string 14"
}
],
"ListBodyFood": [
{
"ArrivalID": 1,
"PRCenterID": 2,
"PermitNo": "sample string 3",
"Qty": 4.0,
"Weight": 5.0,
"CenterName": "sample string 6"
},
{
"ArrivalID": 1,
"PRCenterID": 2,
"PermitNo": "sample string 3",
"Qty": 4.0,
"Weight": 5.0,
"CenterName": "sample string 6"
}
],
"IsBagReceived": true,
"CropSeasonID": 49
}
application/xml, text/xml
Sample:
<Arrivals xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Objects">
<Amount>36</Amount>
<ArrivalDate>2026-06-24T04:24:53.2449427-07:00</ArrivalDate>
<ArrivalID>1</ArrivalID>
<BrokerId>45</BrokerId>
<Brokerage>46</Brokerage>
<BuiltyNo>sample string 8</BuiltyNo>
<CashReceived>37</CashReceived>
<CenterID>4</CenterID>
<CommodityClassID>35</CommodityClassID>
<CommodityID>7</CommodityID>
<ContractID>3</ContractID>
<ContractMode>sample string 40</ContractMode>
<ContractName>sample string 39</ContractName>
<CropSeasonID>49</CropSeasonID>
<Deductionper100kg>27</Deductionper100kg>
<DriverName>sample string 11</DriverName>
<Finalized>true</Finalized>
<GatePassNo>34</GatePassNo>
<GrossWeight>12</GrossWeight>
<GrossWeightTime>2026-06-24T04:24:53.2449427-07:00</GrossWeightTime>
<IDSBU>33</IDSBU>
<IsAutoGross>sample string 28</IsAutoGross>
<IsAutoTare>sample string 29</IsAutoTare>
<IsBagReceived>true</IsBagReceived>
<IsBothScale>true</IsBothScale>
<IsBrokeragePerBag>true</IsBrokeragePerBag>
<IsDeduction40KG>true</IsDeduction40KG>
<IsFoodDepartment>true</IsFoodDepartment>
<IsPartyWeight>true</IsPartyWeight>
<IsPosted>true</IsPosted>
<IsScale1>true</IsScale1>
<ListBodyArival>
<ArrivalBody>
<ArrivalID>2</ArrivalID>
<BagWeight>10</BagWeight>
<BagsClass>sample string 13</BagsClass>
<BagsClassID>4</BagsClassID>
<BagsType>sample string 14</BagsType>
<BagsTypeID>3</BagsTypeID>
<CommodityClassID>8</CommodityClassID>
<GatePassNo>9</GatePassNo>
<PerBagDeduct>6</PerBagDeduct>
<Quantity>5</Quantity>
<SerialNo>1</SerialNo>
<TTLWeightKGs>12</TTLWeightKGs>
<TotalDeduct>7</TotalDeduct>
<WeightKGs>11</WeightKGs>
</ArrivalBody>
<ArrivalBody>
<ArrivalID>2</ArrivalID>
<BagWeight>10</BagWeight>
<BagsClass>sample string 13</BagsClass>
<BagsClassID>4</BagsClassID>
<BagsType>sample string 14</BagsType>
<BagsTypeID>3</BagsTypeID>
<CommodityClassID>8</CommodityClassID>
<GatePassNo>9</GatePassNo>
<PerBagDeduct>6</PerBagDeduct>
<Quantity>5</Quantity>
<SerialNo>1</SerialNo>
<TTLWeightKGs>12</TTLWeightKGs>
<TotalDeduct>7</TotalDeduct>
<WeightKGs>11</WeightKGs>
</ArrivalBody>
</ListBodyArival>
<ListBodyFood>
<ArrivalFoodBody>
<ArrivalID>1</ArrivalID>
<CenterName>sample string 6</CenterName>
<PRCenterID>2</PRCenterID>
<PermitNo>sample string 3</PermitNo>
<Qty>4</Qty>
<Weight>5</Weight>
</ArrivalFoodBody>
<ArrivalFoodBody>
<ArrivalID>1</ArrivalID>
<CenterName>sample string 6</CenterName>
<PRCenterID>2</PRCenterID>
<PermitNo>sample string 3</PermitNo>
<Qty>4</Qty>
<Weight>5</Weight>
</ArrivalFoodBody>
</ListBodyFood>
<ManualWeight>true</ManualWeight>
<NetWeight>18</NetWeight>
<OtherDeduction>16</OtherDeduction>
<PartyGrossWeight>23</PartyGrossWeight>
<PartyName>sample string 38</PartyName>
<PartyNetWeight>25</PartyNetWeight>
<PartyTareWeight>24</PartyTareWeight>
<PermitNo>sample string 5</PermitNo>
<RemainingBags>sample string 41</RemainingBags>
<RemainingWeight>sample string 42</RemainingWeight>
<Remarks>sample string 19</Remarks>
<SBUID>32</SBUID>
<SellerID>6</SellerID>
<StockPlace>10</StockPlace>
<TareWeight>14</TareWeight>
<TareWeightTime>2026-06-24T04:24:53.2449427-07:00</TareWeightTime>
<TotalBagDeduction>17</TotalBagDeduction>
<VehicleNo>sample string 9</VehicleNo>
<VehicleTypeID>44</VehicleTypeID>
</Arrivals>
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. |