POST http://openapi.ck1info.com/v1/package/abnormalQuery

输入参数

Body Parameters
名称类型格式要求是否必须描述示例值
PackageIds Collection of string

None.

IdType string

None.

输入参数的json形式
{
  "PackageIds": [
    "sample string 1",
    "sample string 2"
  ],
  "IdType": "sample string 1"
}

返回结果

名称类型格式要求是否必须描述示例值
PackageId string

None.

AbnormalQueryType string

None.

ResultType string

None.

CreateOn string

None.

CanClaimCompensation boolean

None.

Records Collection of FeedbackRecord

None.

返回结果的json形式
[
  {
    "PackageId": "sample string 1",
    "AbnormalQueryType": "sample string 2",
    "ResultType": "sample string 3",
    "CreateOn": "sample string 4",
    "CanClaimCompensation": true,
    "Records": [
      {
        "Message": "sample string 1",
        "DateTime": "sample string 2"
      },
      {
        "Message": "sample string 1",
        "DateTime": "sample string 2"
      }
    ]
  },
  {
    "PackageId": "sample string 1",
    "AbnormalQueryType": "sample string 2",
    "ResultType": "sample string 3",
    "CreateOn": "sample string 4",
    "CanClaimCompensation": true,
    "Records": [
      {
        "Message": "sample string 1",
        "DateTime": "sample string 2"
      },
      {
        "Message": "sample string 1",
        "DateTime": "sample string 2"
      }
    ]
  }
]