Skip to content
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

DT-730 eBL Surrender new identifier structure #21

Closed
wants to merge 1 commit into from

Conversation

gj0dcsa
Copy link
Collaborator

@gj0dcsa gj0dcsa commented Dec 4, 2023

No description provided.

@gj0dcsa gj0dcsa requested a review from nt-gt December 4, 2023 12:50
Comment on lines +13 to +20
"actor": {
"eblPlatform": "ASDF",
"legalName": "Legal Name"
},
"recipient": {
"eblPlatform": "ASDF",
"legalName": "Legal Name"
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The eblPlatform field should be from https://github.com/dcsaorg/DCSA-Information-Model/blob/master/datamodel/referencedata.d/eblsolutionproviders.csv. The value ASDF is not listed in that .csv file.

},
"endorsementChain": [
{
"action": "ETOF",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

action is (no longer) a field present here.

"transportDocumentReference": "TRANSPORT_DOCUMENT_REFERENCE_PLACEHOLDER",
"surrenderRequestCode": "SURRENDER_REQUEST_CODE_PLACEHOLDER",
"surrenderRequestedBy": {
"eblPlatform": "ASDF",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The eblPlatform field should be from https://github.com/dcsaorg/DCSA-Information-Model/blob/master/datamodel/referencedata.d/eblsolutionproviders.csv. The value ASDF is not listed in that .csv file.

Comment on lines +1 to +23
{
"surrenderRequestReference": "SURRENDER_REQUEST_REFERENCE_PLACEHOLDER",
"transportDocumentReference": "TRANSPORT_DOCUMENT_REFERENCE_PLACEHOLDER",
"surrenderRequestCode": "SURRENDER_REQUEST_CODE_PLACEHOLDER",
"surrenderRequestedBy": {
"eblPlatform": "ASDF",
"legalName": "Legal Name"
},
"endorsementChain": [
{
"action": "ETOF",
"actionDateTime": "ACTION_DATE_TIME_PLACEHOLDER",
"actor": {
"eblPlatform": "ASDF",
"legalName": "Legal Name"
},
"recipient": {
"eblPlatform": "ASDF",
"legalName": "Legal Name"
}
}
]
}
Copy link
Collaborator

@nt-gt nt-gt Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same remarks as for the -v20- payload

@gj0dcsa gj0dcsa closed this Dec 8, 2023
@gj0dcsa gj0dcsa deleted the DT-730-surrender-new-identifier-structure branch December 8, 2023 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants