POST api/v1/PacketReport
Request Information
URI Parameters
None.
Body Parameters
PacketReportInput| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| PackingDate | date |
None. |
|
| OutletID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"PackingDate": "2025-12-09T02:26:51.0193213+05:30",
"OutletID": 2
}
application/xml, text/xml
Sample:
<PacketReportInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <OutletID>2</OutletID> <PackingDate>2025-12-09T02:26:51.0193213+05:30</PackingDate> <UserID>1</UserID> </PacketReportInput>
application/x-www-form-urlencoded
Sample:
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. |