Files
plantUML/oms/history/history.puml
2024-06-07 17:57:09 +03:00

31 lines
653 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