add new schemes
This commit is contained in:
31
oms/history/history.puml
Normal file
31
oms/history/history.puml
Normal file
@@ -0,0 +1,31 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user