POST api/Auditor/SetAuditReportV2
Request Information
URI Parameters
None.
Body Parameters
tbl_AuditLogReportV2| Name | Description | Type | Additional information |
|---|---|---|---|
| usernameControl | string |
None. |
|
| BranchRefId | integer |
None. |
|
| ReportMasterId | integer |
None. |
|
| ProdId | integer |
None. |
|
| NametoDisplay | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"usernameControl": "sample string 1",
"branchRefId": 2,
"reportMasterId": 3,
"prodId": 4,
"nametoDisplay": "sample string 5"
}
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. |