Data model

This section introduces the common data objects used across all interfaces.

Result model

The following tables shows the unified data structure that indicates the status of API invocation.

Field Name

Data type

Description

resultCode

string

Required. Result code.

resultStatus

string

Required. Result status. Possible values and their meanings are as below:

  • "S": successful
  • "F": failed
  • "U": unknown issue

resultMessage

string

Required. Result message.