GET api/IRSApi/IRSGet2290Schedule1Result

Request Information

URI Parameters

None.

Body Parameters

SubmissionDTO
NameDescriptionTypeAdditional information
SubmissionId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SubmissionId": "sample string 1"
}

application/xml, text/xml

Sample:
<SubmissionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.DTOs.IRSDTO">
  <SubmissionId>sample string 1</SubmissionId>
</SubmissionDTO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SubmissionDTO'.

Response Information

Resource Description

Get2290Schedule1Result
NameDescriptionTypeAdditional information
AttachmentFilePath

string

None.

MessageID

string

None.

RelatesTo

string

None.

schedule1Attachment

FileItem

None.

Response Formats

application/json, text/json

Sample:
{
  "AttachmentFilePath": "sample string 1",
  "MessageID": "sample string 2",
  "RelatesTo": "sample string 3",
  "schedule1Attachment": {
    "Filename": "sample string 1"
  }
}

application/xml, text/xml

Sample:
<Get2290Schedule1Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MeF.Client.Services.ETECTransmitterServices">
  <AttachmentFilePath>sample string 1</AttachmentFilePath>
  <MessageID>sample string 2</MessageID>
  <RelatesTo>sample string 3</RelatesTo>
  <schedule1Attachment xmlns:d2p1="http://schemas.datacontract.org/2004/07/MeF.Client.Services">
    <d2p1:Filename>sample string 1</d2p1:Filename>
  </schedule1Attachment>
</Get2290Schedule1Result>