GET api/CMS/StudentUser/AppDocByTypeID?code={code}&doctypeid={doctypeid}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| code | No documentation available. |
Define this parameter in the request URI. |
| doctypeid | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"DocumentID": 1,
"DocumentName": "sample string 2",
"AllowedDocuments": "sample string 3",
"IsRequired": true,
"AppDocCode": 5,
"DocFilePath": "sample string 6",
"ApplicationCode": "sample string 7"
}
application/xml, text/xml
Sample:
<DocumentGenView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel"> <AllowedDocuments>sample string 3</AllowedDocuments> <AppDocCode>5</AppDocCode> <ApplicationCode>sample string 7</ApplicationCode> <DocFilePath>sample string 6</DocFilePath> <DocumentID>1</DocumentID> <DocumentName>sample string 2</DocumentName> <IsRequired>true</IsRequired> </DocumentGenView>