POST api/kilnticket/saveChanges

Request Information

URI Parameters

None.

Body Parameters

KilnTicketModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

TicketNumber

string

None.

KilnType

integer

None.

KilnId

integer

None.

ShiftId

integer

None.

KilnDate

date

None.

Inactive

boolean

None.

CreatedDate

date

None.

CreatedBy

string

None.

ModifiedDate

date

None.

ModifiedBy

string

None.

TicketType

integer

None.

KilnTicketDetailList

Collection of KilnTicketDetailModel

None.

KilnTicketTaskList

Collection of KilnTicketTaskModel

None.

KilnName

string

None.

ShiftName

string

None.

TicketList

Collection of TicketModel

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.