POST api/Others/GetPublishedSampleDataBySampleNo
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| search | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ImoNo": "sample string 1",
"UserName": "sample string 2",
"Password": "sample string 3",
"SupplierId": 4,
"RequestedData": "sample string 5",
"FromDate": "2026-03-12T18:05:33.8635354+04:00",
"ToDate": "2026-03-12T18:05:33.8635354+04:00",
"SampleNo": "sample string 6"
}
application/xml, text/xml
Sample:
<PublishedSampleNoSearchFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LukOil.MarineDB.Domain.Model.ModelsForWebApi"> <FromDate>2026-03-12T18:05:33.8635354+04:00</FromDate> <ImoNo>sample string 1</ImoNo> <Password>sample string 3</Password> <RequestedData>sample string 5</RequestedData> <SampleNo>sample string 6</SampleNo> <SupplierId>4</SupplierId> <ToDate>2026-03-12T18:05:33.8635354+04:00</ToDate> <UserName>sample string 2</UserName> </PublishedSampleNoSearchFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.