GET api/IRSApi/IRSGetAckNotificationsResult
Request Information
URI Parameters
None.
Body Parameters
Collection of stringRequest 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:
Response Information
Resource Description
GetAckNotificationsResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorList | SubmissionErrorListType |
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:
{
"ErrorList": {
"cntField": "sample string 1",
"submissionErrorField": [
{
"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
}
],
"PropertyChanged": null
},
"MessageID": "sample string 1",
"RelatesTo": "sample string 2",
"AttachmentFilePath": "sample string 3",
"FileName": "sample string 4",
"unzippedcontent": "QEA="
}
application/xml, text/xml
Sample:
<GetAckNotificationsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MeF.Client.Services.StateServices">
<AttachmentFilePath>sample string 3</AttachmentFilePath>
<ErrorList xmlns:d2p1="http://schemas.datacontract.org/2004/07/MeFWCFClient.MeFStateServices">
<d2p1:PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<d2p1:cntField>sample string 1</d2p1:cntField>
<d2p1:submissionErrorField>
<d2p1:SubmissionErrorType>
<d2p1:PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<d2p1:errorClassificationDetailField>
<d2p1:PropertyChanged xmlns:d6p1="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:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<d2p1:errorClassificationDetailField>
<d2p1:PropertyChanged xmlns:d6p1="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:submissionErrorField>
</ErrorList>
<FileName>sample string 4</FileName>
<MessageID>sample string 1</MessageID>
<RelatesTo>sample string 2</RelatesTo>
<unzippedcontent>QEA=</unzippedcontent>
</GetAckNotificationsResult>