GET api/ConcurrenceAndReferral/get-reject-reasons
No documentation available.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"$id": "2",
"Id": 1,
"CodeDesc": "sample string 2",
"AlternativeDesc": "sample string 3",
"SystemCode": "sample string 4",
"SequenceNo": 1
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfLookupCodeListItemDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LookupCodeListItemDto>
<Id>1</Id>
<CodeDesc>sample string 2</CodeDesc>
<AlternativeDesc>sample string 3</AlternativeDesc>
<SystemCode>sample string 4</SystemCode>
<SequenceNo>1</SequenceNo>
</LookupCodeListItemDto>
<LookupCodeListItemDto>
<Id>1</Id>
<CodeDesc>sample string 2</CodeDesc>
<AlternativeDesc>sample string 3</AlternativeDesc>
<SystemCode>sample string 4</SystemCode>
<SequenceNo>1</SequenceNo>
</LookupCodeListItemDto>
<LookupCodeListItemDto>
<Id>1</Id>
<CodeDesc>sample string 2</CodeDesc>
<AlternativeDesc>sample string 3</AlternativeDesc>
<SystemCode>sample string 4</SystemCode>
<SequenceNo>1</SequenceNo>
</LookupCodeListItemDto>
</ArrayOfLookupCodeListItemDto>