POST InsertPreviousMenuListAPI
Request Information
URI Parameters
None.
Body Parameters
InsertPreviousMenuListAPI_BO| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
None. |
|
| ActionDate | date |
None. |
|
| MenuDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"ActionDate": "2026-08-02T11:28:45.1571772+05:30",
"MenuDate": "2026-08-02T11:28:45.1571772+05:30"
}
application/xml, text/xml
Sample:
<InsertPreviousMenuListAPI_BO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnnamfoodApi.Controllers"> <ActionDate>2026-08-02T11:28:45.1571772+05:30</ActionDate> <MenuDate>2026-08-02T11:28:45.1571772+05:30</MenuDate> <Username>sample string 1</Username> </InsertPreviousMenuListAPI_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.