GET api/IRSApi/IRSGetStateParticipantsList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
GetStateParticipantsListResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Cnt | integer |
None. |
|
| MessageID | string |
None. |
|
| RelatesTo | string |
None. |
|
| StateParticipantGrp | Collection of StateParticipantGrpType |
None. |
Response Formats
application/json, text/json
Sample:
{
"Cnt": 1,
"MessageID": "sample string 2",
"RelatesTo": "sample string 3",
"StateParticipantGrp": [
{
"stateCdField": "sample string 1",
"participantProgramsTxtField": "sample string 2",
"PropertyChanged": null
},
{
"stateCdField": "sample string 1",
"participantProgramsTxtField": "sample string 2",
"PropertyChanged": null
}
]
}
application/xml, text/xml
Sample:
<GetStateParticipantsListResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MeF.Client.Services.MSIServices">
<Cnt>1</Cnt>
<MessageID>sample string 2</MessageID>
<RelatesTo>sample string 3</RelatesTo>
<StateParticipantGrp xmlns:d2p1="http://schemas.datacontract.org/2004/07/MeFWCFClient.MeFMSIServices">
<d2p1:StateParticipantGrpType>
<d2p1:PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<d2p1:participantProgramsTxtField>sample string 2</d2p1:participantProgramsTxtField>
<d2p1:stateCdField>sample string 1</d2p1:stateCdField>
</d2p1:StateParticipantGrpType>
<d2p1:StateParticipantGrpType>
<d2p1:PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<d2p1:participantProgramsTxtField>sample string 2</d2p1:participantProgramsTxtField>
<d2p1:stateCdField>sample string 1</d2p1:stateCdField>
</d2p1:StateParticipantGrpType>
</StateParticipantGrp>
</GetStateParticipantsListResult>