31 lines
683 B
Plaintext
31 lines
683 B
Plaintext
@startjson
|
|
{
|
|
"order": "order guid",
|
|
"total": "count_list",
|
|
"orderChanges": [
|
|
{
|
|
"type": "name type of correction",
|
|
"entityType": "order/supply/shipment",
|
|
"EntityId":"UUID entity",
|
|
"id": "correction ID",
|
|
"reason": "reason changes",
|
|
"createdAt":"Full name author",
|
|
"createdBy":"UUID author",
|
|
"valueChanges": [
|
|
{
|
|
"firstObject": {
|
|
"before": "old_value",
|
|
"after": "new_value"
|
|
}
|
|
},
|
|
{
|
|
"secondObject": {
|
|
"before": "old_value",
|
|
"after": "new_value"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
@endjson |