POST GetExceptList

Request Information

URI Parameters

None.

Body Parameters

ExceptCondition
NameDescriptionTypeAdditional information
EX_IsDeleted

boolean

None.

ExceptionType

string

Required

OrderKey

string

None.

QueryDate_From

string

None.

QueryDate_To

string

None.

TrafficKey

string

None.

UrgentKey

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EX_IsDeleted": true,
  "ExceptionType": "sample string 2",
  "OrderKey": "sample string 3",
  "QueryDate_From": "sample string 4",
  "QueryDate_To": "sample string 5",
  "TrafficKey": "sample string 6",
  "UrgentKey": "sample string 7"
}

application/xml, text/xml

Sample:
<ExceptionNoteModel.ExceptCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <EX_IsDeleted>true</EX_IsDeleted>
  <ExceptionType>sample string 2</ExceptionType>
  <OrderKey>sample string 3</OrderKey>
  <QueryDate_From>sample string 4</QueryDate_From>
  <QueryDate_To>sample string 5</QueryDate_To>
  <TrafficKey>sample string 6</TrafficKey>
  <UrgentKey>sample string 7</UrgentKey>
</ExceptionNoteModel.ExceptCondition>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResultOfListOfExceptList
NameDescriptionTypeAdditional information
body

Collection of ExceptList

None.

isSuccess

boolean

None.

message

string

None.

code

string

None.

response

Enum

None.

exception

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<BaseModels.BaseResultOfArrayOfExceptionNoteModel.ExceptListuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <body>
    <ExceptionNoteModel.ExceptList>
      <CarPlate>sample string 1</CarPlate>
      <EX_CR_DateTime>2026-04-21T17:39:52.5881844+08:00</EX_CR_DateTime>
      <EX_CorporateName>sample string 2</EX_CorporateName>
      <EX_ExceptionNote>sample string 4</EX_ExceptionNote>
      <EX_ExceptionStatus>sample string 5</EX_ExceptionStatus>
      <EX_ID>6</EX_ID>
      <EX_Remark>sample string 7</EX_Remark>
      <Handle_RespondDesc>sample string 8</Handle_RespondDesc>
      <OL_Code>sample string 9</OL_Code>
    </ExceptionNoteModel.ExceptList>
    <ExceptionNoteModel.ExceptList>
      <CarPlate>sample string 1</CarPlate>
      <EX_CR_DateTime>2026-04-21T17:39:52.5881844+08:00</EX_CR_DateTime>
      <EX_CorporateName>sample string 2</EX_CorporateName>
      <EX_ExceptionNote>sample string 4</EX_ExceptionNote>
      <EX_ExceptionStatus>sample string 5</EX_ExceptionStatus>
      <EX_ID>6</EX_ID>
      <EX_Remark>sample string 7</EX_Remark>
      <Handle_RespondDesc>sample string 8</Handle_RespondDesc>
      <OL_Code>sample string 9</OL_Code>
    </ExceptionNoteModel.ExceptList>
  </body>
  <exception>sample string 2</exception>
  <isSuccess>true</isSuccess>
  <response i:nil="true" />
</BaseModels.BaseResultOfArrayOfExceptionNoteModel.ExceptListuKWfnEcv>