-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indicate a fulfillment without a document and part #683
Comments
Proposal: add an indication "ContentComplete" in Fulfillment:
TODO: pull request Josef |
jspetrak
added a commit
that referenced
this issue
Sep 21, 2024
jspetrak
added a commit
that referenced
this issue
Sep 21, 2024
jspetrak
added a commit
that referenced
this issue
Sep 24, 2024
CGantert345
added a commit
that referenced
this issue
Sep 26, 2024
…llment-content-complete #683 Indicator Fulfillment.contentComplete
schlpbch
changed the title
Indicator for a fulfilment without a document and part
Indicate a fulfillment without a document and part
Oct 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
A fulfilment contains ticket information such as the control number, status and its related document(s). It is possible that an OSDM provider returns a fulfilment (because of the control number and status) but it does not return any documents or parts.
This is the case where a distributor generates the documents on behalf of the provider.
In this case, when an OSDM client fetches a booking it is not aware if the documents/parts are yet to be generated or if they will remain absent on purpose. This could lead to clients polling without result.
Potential solution
Extending the fulfilment object with an indicator to inform the client that documents/parts should be expected, then the client knows if it has to wait for documents or not.
This can be achieved by introducing a status or a property indicator.
The text was updated successfully, but these errors were encountered: