PUT api/TOrder/confirm?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | Required | 
Body Parameters
TOrder| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | integer | None. | |
| OrderDate | date | None. | |
| OrderEventID | integer | None. | |
| OrderEventResume | string | Required String length: inclusive between 0 and 100 | |
| OrderEventMovie | string | String length: inclusive between 0 and 100 | |
| OrderEventSeats | string | String length: inclusive between 0 and 250 | |
| OrderTotalAmount | decimal number | None. | |
| OrderDiscount | decimal number | None. | |
| OrderSubTotal | decimal number | None. | |
| OrderTax | decimal number | None. | |
| OrderStatus | integer | None. | |
| ClientEmail | string | Required String length: inclusive between 0 and 100 | |
| ClientPhone | string | Required String length: inclusive between 0 and 100 | |
| EbillingIdType | integer | None. | |
| EBillingId | string | Required String length: inclusive between 0 and 55 | |
| EBillingName | string | Required String length: inclusive between 0 and 100 | |
| EBillingRecipient | string | String length: inclusive between 0 and 100 | |
| EBillingClave | string | Required String length: inclusive between 0 and 55 | |
| PaymentMethod | integer | None. | |
| Courtesy | integer | None. | |
| Origin | string | None. | |
| Canceled | integer | None. | |
| Attended | integer | None. | |
| Tickets | integer | None. | |
| IdUser | string | None. | |
| OrderRef | integer | None. | |
| OrderDetails | Collection of TOrderDetail | None. | 
Request Formats
application/json
            Sample:
    
        Sample not available.
text/json
            Sample:
    
        Sample not available.
application/xml
            Sample:
    
        Sample not available.
text/xml
            Sample:
    
        Sample not available.
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
None.