POST api/Product/Query_Ticket_Data

Request Information

URI Parameters

None.

Body Parameters

Query_TicketData_Request
NameDescriptionTypeAdditional information
account_id

string

None.

pos_id

string

None.

access_token

string

None.

shop_id

string

None.

act_no

string

None.

Request Formats

application/json, text/json

Sample:
{
  "account_id": "sample string 1",
  "pos_id": "sample string 2",
  "access_token": "sample string 3",
  "shop_id": "sample string 4",
  "act_no": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Query_TicketData_Request'.

Response Information

Resource Description

Query_TicketData_Model
NameDescriptionTypeAdditional information
rcrm

RCRM

None.

results

Query_TicketData_Result

None.

Response Formats

application/json, text/json

Sample:
{
  "rcrm": {
    "RC": "sample string 1",
    "RM": "sample string 2"
  },
  "results": {
    "ticket_data": [
      {
        "act_name": "sample string 1",
        "act_ps": "sample string 2",
        "act_notice": "sample string 3",
        "act_type": "sample string 4",
        "act_amt": "sample string 5",
        "date_begin": "sample string 6",
        "date_end": "sample string 7"
      },
      {
        "act_name": "sample string 1",
        "act_ps": "sample string 2",
        "act_notice": "sample string 3",
        "act_type": "sample string 4",
        "act_amt": "sample string 5",
        "date_begin": "sample string 6",
        "date_end": "sample string 7"
      }
    ]
  }
}