POST VendorId/search/report
Request Information
URI Parameters
None.
Body Parameters
DtoSearchInput| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorId | integer |
None. |
|
| JobName | string |
None. |
|
| JournalName | string |
None. |
|
| ReceivedFromDate | string |
None. |
|
| DeliveryEndDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VendorId": 1,
"JobName": "sample string 2",
"JournalName": "sample string 3",
"ReceivedFromDate": "sample string 4",
"DeliveryEndDate": "sample string 5"
}
application/xml, text/xml
Sample:
<DtoSearchInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.CQA.Interface.Business.Dtos.Reports"> <DeliveryEndDate>sample string 5</DeliveryEndDate> <JobName>sample string 2</JobName> <JournalName>sample string 3</JournalName> <ReceivedFromDate>sample string 4</ReceivedFromDate> <VendorId>1</VendorId> </DtoSearchInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.