POST api/product/ReceivedSampleAllocation
Request Information
URI Parameters
None.
Body Parameters
SampleAllocation_Received_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| SampleAllocationEmpId | integer |
None. |
|
| ReceivedQty | integer |
None. |
|
| ReceivedDateTime | date |
None. |
|
| ReceivedRemark | string |
None. |
|
| EmployeeId | integer |
None. |
|
| SessionID | string |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SampleAllocationEmpId": 1,
"ReceivedQty": 2,
"ReceivedDateTime": "2026-03-29T11:59:40.1313658+05:30",
"ReceivedRemark": "sample string 4",
"EmployeeId": 5,
"SessionID": "sample string 6",
"DeviceID": "sample string 7"
}
application/xml, text/xml
Sample:
<SampleAllocation_Received_Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/application.knh.webapi.BE"> <DeviceID>sample string 7</DeviceID> <EmployeeId>5</EmployeeId> <SessionID>sample string 6</SessionID> <ReceivedDateTime>2026-03-29T11:59:40.1313658+05:30</ReceivedDateTime> <ReceivedQty>2</ReceivedQty> <ReceivedRemark>sample string 4</ReceivedRemark> <SampleAllocationEmpId>1</SampleAllocationEmpId> </SampleAllocation_Received_Request>
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.