POST tickets/boxsmartcard/update
Update Ticket Box and Smart Card.
Request Information
URI Parameters
None.
Body Parameters
TicketBoxSmartCard| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id |
integer |
None. |
| Ticketid |
Ticket Id |
integer |
None. |
| Boxtype |
Box Type Id |
integer |
None. |
| BoxSerial |
Box Serial Number |
string |
None. |
| SCSerial |
Smart Card Serial Number |
string |
None. |
| Atnnumber |
Ticket Number |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"ticketid": 1,
"boxtype": 1,
"boxSerial": "sample string 1",
"scSerial": "sample string 2",
"atnnumber": "sample string 3"
}
application/xml, text/xml
Sample:
<TicketBoxSmartCard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <Atnnumber>sample string 3</Atnnumber> <BoxSerial>sample string 1</BoxSerial> <Boxtype>1</Boxtype> <Id>1</Id> <SCSerial>sample string 2</SCSerial> <Ticketid>1</Ticketid> </TicketBoxSmartCard>
application/x-www-form-urlencoded
Sample:
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. |