Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Internally, the file contains an “event_details” object that includes information about the event that generated the issuance, change, or cancellation of the document. Additionally, includes a list of documents document_list, where each object in the array represents an affected document and the schema of that document is specified in the API ticket_display_v2.

Example

Code Block
{
  "event_details": {
    "system_from": "XX",
    "company": "00XX",
    "channel": "HOST",
    "subchannel": "OFFICE SALES",
    "device": "SST00XXG07",
    "agent": "KIUHELPER",
    "transaction_type": "DIRECT",
    "origin": "AGENT",
    "application": "KIU_COMMAND",
    "timestamp": "2023-08-01T13:28:14.947Z",
    "document_action": "ISSUE"
  },
  "document_list": [
    {
      "transaction_code": "TKTT",
      "main_document_number": "9990210004401",
      "plating_carrier": "XX",
      "year_of_issue": 2023
      ....
    }
  ]
}

...