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": "8949b038-22d6-45b1-8182-0bc4021cc6be"
}
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>8949b038-22d6-45b1-8182-0bc4021cc6be</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.