POST api/GetDocumentList
Request Information
URI Parameters
None.
Body Parameters
RequestDocumentParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| DistrictID | integer |
None. |
|
| ServiceID | integer |
None. |
|
| AppID | string |
None. |
|
| SubServiceID | integer |
None. |
|
| UserID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DistrictID": 1,
"ServiceID": 2,
"AppID": "sample string 3",
"SubServiceID": 4,
"UserID": "3c827ed1-08a0-4af2-819a-6aadd7f7f9d5"
}
application/xml, text/xml
Sample:
<RequestDocumentParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MCATAPIServices.Models"> <AppID>sample string 3</AppID> <DistrictID>1</DistrictID> <ServiceID>2</ServiceID> <SubServiceID>4</SubServiceID> <UserID>3c827ed1-08a0-4af2-819a-6aadd7f7f9d5</UserID> </RequestDocumentParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.