POST api/GetDocumentList
Request Information
URI Parameters
None.
Body Parameters
RequestDocumentParameterName | 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": "1617c516-d3a8-4f13-a627-7d910cf72b58" }
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>1617c516-d3a8-4f13-a627-7d910cf72b58</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.