GET api/masters/document/DocumentByID?ID={ID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ID | 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",
"IsRequired": true,
"AllowedDocuments": "sample string 4",
"UserID": "sample string 5",
"TransDate": "2026-03-31T16:41:09.6509643+05:30"
}
application/xml, text/xml
Sample:
<utblMstDocument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Masters.Model"> <AllowedDocuments>sample string 4</AllowedDocuments> <DocumentID>1</DocumentID> <DocumentName>sample string 2</DocumentName> <IsRequired>true</IsRequired> <TransDate>2026-03-31T16:41:09.6509643+05:30</TransDate> <UserID>sample string 5</UserID> </utblMstDocument>