POST api/PerformAudit/DeleteDocument
Request Information
URI Parameters
None.
Body Parameters
SupportingDocumentBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SupportingDocId | integer |
None. |
|
| PerformAuditID | integer |
None. |
|
| AuditPointId | integer |
None. |
|
| SupportingDocName | string |
None. |
|
| DocumentLink | string |
None. |
|
| UploaderRole | string |
None. |
|
| CreatedByUserId | integer |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| UpdatedByUserId | integer |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedOn | date |
None. |
|
| AuditPoinName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SupportingDocId": 1,
"PerformAuditID": 1,
"AuditPointId": 1,
"SupportingDocName": "sample string 2",
"DocumentLink": "sample string 3",
"UploaderRole": "sample string 4",
"CreatedByUserId": 1,
"CreatedBy": "sample string 5",
"CreatedOn": "2025-12-10T12:36:45.7047831+05:30",
"UpdatedByUserId": 1,
"UpdatedBy": "sample string 6",
"UpdatedOn": "2025-12-10T12:36:45.7047831+05:30",
"AuditPoinName": "sample string 7"
}
application/xml, text/xml
Sample:
<SupportingDocumentBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/risk_compliance_api.Models"> <AuditPoinName>sample string 7</AuditPoinName> <AuditPointId>1</AuditPointId> <CreatedBy>sample string 5</CreatedBy> <CreatedByUserId>1</CreatedByUserId> <CreatedOn>2025-12-10T12:36:45.7047831+05:30</CreatedOn> <DocumentLink>sample string 3</DocumentLink> <PerformAuditID>1</PerformAuditID> <SupportingDocId>1</SupportingDocId> <SupportingDocName>sample string 2</SupportingDocName> <UpdatedBy>sample string 6</UpdatedBy> <UpdatedByUserId>1</UpdatedByUserId> <UpdatedOn>2025-12-10T12:36:45.7047831+05:30</UpdatedOn> <UploaderRole>sample string 4</UploaderRole> </SupportingDocumentBindingModel>
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.