GET api/IRSApi/IRSGet2290Schedule1sResult

Request Information

URI Parameters

None.

Body Parameters

Collection of string

Request Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]

application/xml, text/xml

Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>sample string 1</string>
  <string>sample string 2</string>
</ArrayOfstring>

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 'String[]'.

Response Information

Resource Description

Get2290Schedule1sResult
NameDescriptionTypeAdditional information
Cnt

integer

None.

MessageID

string

None.

RelatesTo

string

None.

AttachmentFilePath

string

None.

ErrorList

None.

Response Formats

application/json, text/json

Sample:
{
  "Cnt": 1,
  "MessageID": "sample string 2",
  "RelatesTo": "sample string 3",
  "AttachmentFilePath": "sample string 4",
  "ErrorList": [
    {
      "submissionIdField": "sample string 1",
      "errorClassificationDetailField": {
        "errorMessageTxtField": "sample string 1",
        "errorClassificationCdField": 0,
        "errorMessageCdField": "sample string 2",
        "PropertyChanged": null
      },
      "PropertyChanged": null
    },
    {
      "submissionIdField": "sample string 1",
      "errorClassificationDetailField": {
        "errorMessageTxtField": "sample string 1",
        "errorClassificationCdField": 0,
        "errorMessageCdField": "sample string 2",
        "PropertyChanged": null
      },
      "PropertyChanged": null
    }
  ],
  "schedule1Attachments": [
    {
      "Filename": "sample string 1"
    },
    {
      "Filename": "sample string 1"
    }
  ]
}

application/xml, text/xml

Sample:
<Get2290Schedule1sResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MeF.Client.Services.ETECTransmitterServices">
  <AttachmentFilePath>sample string 4</AttachmentFilePath>
  <Cnt>1</Cnt>
  <ErrorList xmlns:d2p1="http://schemas.datacontract.org/2004/07/MeFWCFClient.ETECTransmitterServices">
    <d2p1:SubmissionErrorType>
      <d2p1:PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
      <d2p1:errorClassificationDetailField>
        <d2p1:PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
        <d2p1:errorClassificationCdField>SYSTEM_ERROR</d2p1:errorClassificationCdField>
        <d2p1:errorMessageCdField>sample string 2</d2p1:errorMessageCdField>
        <d2p1:errorMessageTxtField>sample string 1</d2p1:errorMessageTxtField>
      </d2p1:errorClassificationDetailField>
      <d2p1:submissionIdField>sample string 1</d2p1:submissionIdField>
    </d2p1:SubmissionErrorType>
    <d2p1:SubmissionErrorType>
      <d2p1:PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
      <d2p1:errorClassificationDetailField>
        <d2p1:PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
        <d2p1:errorClassificationCdField>SYSTEM_ERROR</d2p1:errorClassificationCdField>
        <d2p1:errorMessageCdField>sample string 2</d2p1:errorMessageCdField>
        <d2p1:errorMessageTxtField>sample string 1</d2p1:errorMessageTxtField>
      </d2p1:errorClassificationDetailField>
      <d2p1:submissionIdField>sample string 1</d2p1:submissionIdField>
    </d2p1:SubmissionErrorType>
  </ErrorList>
  <MessageID>sample string 2</MessageID>
  <RelatesTo>sample string 3</RelatesTo>
  <schedule1Attachments xmlns:d2p1="http://schemas.datacontract.org/2004/07/MeF.Client.Services">
    <d2p1:FileItem>
      <d2p1:Filename>sample string 1</d2p1:Filename>
    </d2p1:FileItem>
    <d2p1:FileItem>
      <d2p1:Filename>sample string 1</d2p1:Filename>
    </d2p1:FileItem>
  </schedule1Attachments>
</Get2290Schedule1sResult>