PUT api/v1/workflow_AuditTrail/{auditTrailId}/auditTrailId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| auditTrailId | integer |
Required |
Body Parameters
Workflow_AuditTrailVM| Name | Description | Type | Additional information |
|---|---|---|---|
| auditTrailId | integer |
None. |
|
| auditTrailTypeId | integer |
None. |
|
| departmentId | integer |
None. |
|
| approvalGroupId | integer |
None. |
|
| approvalGroupLevelId | integer |
None. |
|
| levelPositionId | integer |
None. |
|
| approvalMemberId | integer |
None. |
|
| requestStaffId | integer |
None. |
|
| responseStaffId | integer |
None. |
|
| currentPosition | integer |
None. |
|
| nextPosition | integer |
None. |
|
| nextApprovalGroupLevelId | integer |
None. |
|
| nextLevelPositionId | integer |
None. |
|
| nextApprovalMemberId | integer |
None. |
|
| actionTaken | string |
None. |
|
| description | string |
None. |
|
| statusId | integer |
None. |
|
| actionById | integer |
None. |
|
| iP | string |
None. |
|
| createdBy | integer |
None. |
|
| dateCreated | date |
None. |
|
| approvedBy | integer |
None. |
|
| arrivalTime | date |
None. |
|
| responseTime | date |
None. |
|
| isFinalApproval | boolean |
None. |
|
| tenantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"auditTrailId": 1,
"auditTrailTypeId": 1,
"departmentId": 1,
"approvalGroupId": 1,
"approvalGroupLevelId": 1,
"levelPositionId": 1,
"approvalMemberId": 1,
"requestStaffId": 1,
"responseStaffId": 1,
"currentPosition": 1,
"nextPosition": 1,
"nextApprovalGroupLevelId": 1,
"nextLevelPositionId": 1,
"nextApprovalMemberId": 1,
"actionTaken": "sample string 2",
"description": "sample string 3",
"statusId": 1,
"actionById": 1,
"iP": "sample string 4",
"createdBy": 1,
"dateCreated": "2025-11-03T12:08:08.2966904-08:00",
"approvedBy": 1,
"arrivalTime": "2025-11-03T12:08:08.2966904-08:00",
"responseTime": "2025-11-03T12:08:08.2966904-08:00",
"isFinalApproval": true,
"tenantId": 1
}
application/xml, text/xml
Sample:
<Workflow_AuditTrailVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <actionById>1</actionById> <actionTaken>sample string 2</actionTaken> <approvalGroupId>1</approvalGroupId> <approvalGroupLevelId>1</approvalGroupLevelId> <approvalMemberId>1</approvalMemberId> <approvedBy>1</approvedBy> <arrivalTime>2025-11-03T12:08:08.2966904-08:00</arrivalTime> <auditTrailId>1</auditTrailId> <auditTrailTypeId>1</auditTrailTypeId> <createdBy>1</createdBy> <currentPosition>1</currentPosition> <dateCreated>2025-11-03T12:08:08.2966904-08:00</dateCreated> <departmentId>1</departmentId> <description>sample string 3</description> <iP>sample string 4</iP> <isFinalApproval>true</isFinalApproval> <levelPositionId>1</levelPositionId> <nextApprovalGroupLevelId>1</nextApprovalGroupLevelId> <nextApprovalMemberId>1</nextApprovalMemberId> <nextLevelPositionId>1</nextLevelPositionId> <nextPosition>1</nextPosition> <requestStaffId>1</requestStaffId> <responseStaffId>1</responseStaffId> <responseTime>2025-11-03T12:08:08.2966904-08:00</responseTime> <statusId>1</statusId> <tenantId>1</tenantId> </Workflow_AuditTrailVM>
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.