POST api/kilnticket/list
Request Information
URI Parameters
None.
Body Parameters
QueryKilnTicketParam| Name | Description | Type | Additional information |
|---|---|---|---|
| kilnId | integer |
None. |
|
| shiftId | integer |
None. |
|
| ticketType | integer |
None. |
|
| kilnType | integer |
None. |
|
| fromDate | string |
None. |
|
| toDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"kilnId": 1,
"shiftId": 1,
"ticketType": 1,
"kilnType": 1,
"fromDate": "sample string 1",
"toDate": "sample string 2"
}
text/xml
Sample:
<QueryKilnTicketParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LongHungApp.WebApi.Areas.Factory.Models"> <FromDate>sample string 1</FromDate> <KilnId>1</KilnId> <KilnType>1</KilnType> <ShiftId>1</ShiftId> <TicketType>1</TicketType> <ToDate>sample string 2</ToDate> </QueryKilnTicketParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |