POST api/Product/PostItemAuditLog
Request Information
URI Parameters
None.
Body Parameters
ItemAuditLog| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ItemId | globally unique identifier |
None. |
|
| UserName | string |
Max length: 50 |
|
| AuditType | AuditType |
None. |
|
| AuditSource | AuditSource |
None. |
|
| TerminalId | globally unique identifier |
None. |
|
| OldPrice | decimal number |
None. |
|
| NewPrice | decimal number |
None. |
|
| OldActiveStatus | boolean |
None. |
|
| NewActiveStatus | boolean |
None. |
|
| DeletedStatus | boolean |
None. |
|
| Updated | date |
None. |
|
| Synced | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "e7c6a0c8-b0a7-4b9f-94ca-63305b98f861",
"ItemId": "954a1963-2c86-441c-8894-15bb1bb6bd16",
"UserName": "sample string 3",
"AuditType": 0,
"AuditSource": 0,
"TerminalId": "69e7d222-0ad3-41b3-bde5-e229ca3a7603",
"OldPrice": 4.0,
"NewPrice": 5.0,
"OldActiveStatus": true,
"NewActiveStatus": true,
"DeletedStatus": true,
"Updated": "2026-08-06T01:34:51.9881357+02:00",
"Synced": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.