POST api/AMSMaster/ViewDocumentNoc
Request Information
URI Parameters
None.
Body Parameters
clsViewDocumentNoc| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| UnitID | integer |
None. |
|
| BranchID | integer |
None. |
|
| AreaID | integer |
None. |
|
| DocumentVerified | integer |
None. |
|
| DebCallLink | integer |
None. |
|
| GaurCallLink | integer |
None. |
|
| NocCallConfirm | integer |
None. |
|
| LoanConfirm | integer |
None. |
|
| NocIssued | integer |
None. |
|
| BalFrom | integer |
None. |
|
| BalTo | integer |
None. |
|
| AppInstalled | integer |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"UnitID": 1,
"BranchID": 1,
"AreaID": 1,
"DocumentVerified": 1,
"DebCallLink": 1,
"GaurCallLink": 1,
"NocCallConfirm": 1,
"LoanConfirm": 1,
"NocIssued": 1,
"BalFrom": 1,
"BalTo": 1,
"AppInstalled": 1,
"DateFrom": "2025-12-12T02:26:59.0526028+05:30",
"DateTo": "2025-12-12T02:26:59.0526028+05:30"
}
application/xml, text/xml
Sample:
<clsViewDocumentNoc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <AppInstalled>1</AppInstalled> <AreaID>1</AreaID> <BalFrom>1</BalFrom> <BalTo>1</BalTo> <BranchID>1</BranchID> <DateFrom>2025-12-12T02:26:59.0526028+05:30</DateFrom> <DateTo>2025-12-12T02:26:59.0526028+05:30</DateTo> <DebCallLink>1</DebCallLink> <DocumentVerified>1</DocumentVerified> <GaurCallLink>1</GaurCallLink> <LoanConfirm>1</LoanConfirm> <NocCallConfirm>1</NocCallConfirm> <NocIssued>1</NocIssued> <UnitID>1</UnitID> <UserID>1</UserID> </clsViewDocumentNoc>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |