POST GetExceptPicture

Request Information

URI Parameters

None.

Body Parameters

ExceptDeatailCondition
NameDescriptionTypeAdditional information
EX_ID

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "EX_ID": 1
}

application/xml, text/xml

Sample:
<ExceptionNoteModel.ExceptDeatailCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <EX_ID>1</EX_ID>
</ExceptionNoteModel.ExceptDeatailCondition>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResultOfListOfExceptionPic
NameDescriptionTypeAdditional information
body

Collection of ExceptionPic

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.ExceptionPicuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <body>
    <ExceptionNoteModel.ExceptionPic>
      <FileExtension>sample string 1</FileExtension>
      <FileID>2</FileID>
      <PicPathName>sample string 3</PicPathName>
    </ExceptionNoteModel.ExceptionPic>
    <ExceptionNoteModel.ExceptionPic>
      <FileExtension>sample string 1</FileExtension>
      <FileID>2</FileID>
      <PicPathName>sample string 3</PicPathName>
    </ExceptionNoteModel.ExceptionPic>
  </body>
  <exception>sample string 2</exception>
  <isSuccess>true</isSuccess>
  <response i:nil="true" />
</BaseModels.BaseResultOfArrayOfExceptionNoteModel.ExceptionPicuKWfnEcv>