This commit is contained in:
KatykhinAA
2024-09-09 09:05:15 +03:00
parent e0abd0257b
commit b15ab20a18
17 changed files with 925 additions and 874 deletions

View File

@@ -1,31 +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"
}
}
]
}
]
}
@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