GET api/IRSApi/IRSGetNewSubmissionStatus?maxResult={maxResult}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
maxResult

string

Required

Body Parameters

None.

Response Information

Resource Description

GetNewSubmissionsStatusResult
NameDescriptionTypeAdditional information
MoreAvailableInd

boolean

None.

MessageID

string

None.

RelatesTo

string

None.

AttachmentFilePath

string

None.

FileName

string

None.

unzippedcontent

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "MoreAvailableInd": true,
  "MessageID": "sample string 2",
  "RelatesTo": "sample string 3",
  "AttachmentFilePath": "sample string 4",
  "FileName": "sample string 5",
  "unzippedcontent": "QEA="
}

application/xml, text/xml

Sample:
<GetNewSubmissionsStatusResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MeF.Client.Services.TransmitterServices">
  <AttachmentFilePath>sample string 4</AttachmentFilePath>
  <FileName>sample string 5</FileName>
  <MessageID>sample string 2</MessageID>
  <MoreAvailableInd>true</MoreAvailableInd>
  <RelatesTo>sample string 3</RelatesTo>
  <unzippedcontent>QEA=</unzippedcontent>
</GetNewSubmissionsStatusResult>