POST StartDeliveryProcessAPI
Request Information
URI Parameters
None.
Body Parameters
StartDeliveryProcessAPI_BO| Name | Description | Type | Additional information |
|---|---|---|---|
| ActionDate | date |
None. |
|
| ItemType | string |
None. |
|
| UsrName | string |
None. |
|
| SessId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ActionDate": "2026-04-14T17:50:59.2933265+05:30",
"ItemType": "sample string 2",
"UsrName": "sample string 3",
"SessId": "sample string 4"
}
application/xml, text/xml
Sample:
<StartDeliveryProcessAPI_BO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnnamfoodApi.Controllers"> <ActionDate>2026-04-14T17:50:59.2933265+05:30</ActionDate> <ItemType>sample string 2</ItemType> <SessId>sample string 4</SessId> <UsrName>sample string 3</UsrName> </StartDeliveryProcessAPI_BO>
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.