GET api/TOrder/checkOrders?date={date}&email={email}&phone={phone}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| date | string | Required | |
| string | Required | ||
| phone | string | Required | 
Body Parameters
None.
Response Information
Resource Description
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. | 
Response 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.