diff --git a/src/openapi/fiko/fiko-crud.yaml b/src/openapi/fiko/fiko-crud.yaml index 1500486..d2dfc58 100644 --- a/src/openapi/fiko/fiko-crud.yaml +++ b/src/openapi/fiko/fiko-crud.yaml @@ -2999,8 +2999,10 @@ paths: transactionItems: - transactionItemId: d8ee7035-fa3d-400e-9ad5-4fe8c4c73eb7 status: returned to src + change: Transactie afgewezen vanwege onjuist BTW-percentage. - transactionItemId: 88910e83-4b1e-4fde-ab13-bd8bb60cbcd3 status: returned to src + change: Transactie afgewezen vanwege onjuist BTW-percentage. List of transactions items to return: summary: List of transaction items to return to transaction database description: List of transaction items to return to transaction database in bulk. @@ -3008,8 +3010,10 @@ paths: transactionItems: - transactionItemId: eacb9bdc-c6b5-4277-942b-cebb102944f5 status: returned to trx-db + change: Configuratie aangepast voor artikelnummer 1337. - transactionItemId: 2f361bfb-9df0-4e0f-af7c-7b9be3e7bc61 status: returned to trx-db + change: Configuratie aangepast voor artikelnummer 1337. responses: "202": description: Accepted @@ -3061,10 +3065,32 @@ paths: Body of a batch of transaction items that was successfully patched. A number of transaction items were patched. value: + startTime: 2025-02-14T05:32:47.067Z + status: Finished + clientTrackingId: 08584620957189579629541919368CU00 summary: created: 0 updated: 15 total: 15 + "202": + description: OK + content: + application/json: + schema: + $ref: "#/components/schemas/GetResponseStatus" + examples: + Batch is still being processed: + summary: Batch is still being processed + description: | + Batch is still being processed + value: + startTime: 2025-02-14T05:32:47.067Z + status: Running + clientTrackingId: 08584620957189579629541919368CU00 + summary: + created: 0 + updated: 0 + total: 0 security: - default: [] x-auth-type: Application & Application User @@ -3089,8 +3115,12 @@ paths: processingFailures: - processingFailureId: d8ee7035-fa3d-400e-9ad5-4fe8c4c73eb7 resolved: true + aggregationReference: null + accountingSystemReference: null - processingFailureId: 88910e83-4b1e-4fde-ab13-bd8bb60cbcd3 resolved: true + aggregationReference: null + accountingSystemReference: null responses: "202": description: Accepted @@ -3142,10 +3172,32 @@ paths: Body of a batch of processing failures that was successfully patched. A number of processing failures were patched. value: + startTime: 2025-02-14T05:32:47.067Z + status: Finished + clientTrackingId: 08584620957189579629541919368CU00 summary: created: 0 updated: 15 total: 15 + "202": + description: OK + content: + application/json: + schema: + $ref: "#/components/schemas/GetResponseStatus" + examples: + Batch is still being processed: + summary: Batch is still being processed + description: | + Batch is still being processed + value: + startTime: 2025-02-14T05:32:47.067Z + status: Running + clientTrackingId: 08584620957189579629541919368CU00 + summary: + created: 0 + updated: 0 + total: 0 security: - default: [] x-auth-type: Application & Application User