Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
alb3rtino committed Dec 13, 2023
1 parent f960620 commit fdaadb0
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mod-orders-storage/examples/po_line_collection.sample
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@
],
"vendorAccount": "8910-25"
},
"customFields": {
"externalOrderNumber": "ML58723"
},
"metadata": {
"createdDate": "2018-07-19T00:00:00.000+0000",
"createdByUserId": "28d1057c-d137-11e8-a8d5-f2801f1b9fd1"
Expand Down
3 changes: 3 additions & 0 deletions mod-orders-storage/examples/po_line_get.sample
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@
],
"vendorAccount": "8910-25"
},
"customFields": {
"externalOrderNumber": "ML58723"
},
"metadata": {
"createdDate": "2018-07-19T00:00:00.000+0000",
"createdByUserId": "28d1057c-d137-11e8-a8d5-f2801f1b9fd1"
Expand Down
3 changes: 3 additions & 0 deletions mod-orders-storage/examples/purchase_order_collection.sample
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"1895e539-8dac-441e-b1f5-aab62b3fde60",
"47f504bd-0c1b-498e-a2ae-e2f0a0cea273"
],
"customFields": {
"membership": "opt_0"
},
"metadata": {
"createdDate": "2018-07-19T00:00:00.000+0000",
"createdByUserId": "28d1057c-d137-11e8-a8d5-f2801f1b9fd1"
Expand Down
3 changes: 3 additions & 0 deletions mod-orders-storage/examples/purchase_order_get.sample
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"47f504bd-0c1b-498e-a2ae-e2f0a0cea273"
],
"nextPolNumber": 1,
"customFields": {
"membership": "opt_0"
},
"metadata": {
"createdDate": "2018-08-19T00:00:00.000+0000",
"createdByUserId": "28d1057c-d137-11e8-a8d5-f2801f1b9fd1"
Expand Down
3 changes: 3 additions & 0 deletions mod-orders/examples/composite_po_line.sample
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@
],
"vendorAccount": "8910-10"
},
"customFields": {
"externalOrderNumber": "ML58723"
},
"metadata": {
"createdDate": "2018-07-19T00:00:00.000+0000",
"createdByUserId": "28d1057c-d137-11e8-a8d5-f2801f1b9fd1"
Expand Down
6 changes: 6 additions & 0 deletions mod-orders/examples/composite_purchase_order.sample
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"vendor": "168f8a86-d26c-406e-813f-c7527f241ac3",
"workflowStatus": "Open",
"nextPolNumber": 4,
"customFields": {
"membership": "opt_0"
},
"metadata": {
"createdDate": "2018-07-19T00:00:00.000+0000",
"createdByUserId": "28d1057c-d137-11e8-a8d5-f2801f1b9fd1"
Expand Down Expand Up @@ -193,6 +196,9 @@
"important"
]
},
"customFields": {
"externalOrderNumber": "ML58723"
},
"metadata": {
"createdDate": "2018-07-19T00:00:00.000+0000",
"createdByUserId": "28d1057c-d137-11e8-a8d5-f2801f1b9fd1"
Expand Down

0 comments on commit fdaadb0

Please sign in to comment.