-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
"actor": { | ||
"eblPlatform": "ASDF", | ||
"legalName": "Legal Name" | ||
}, | ||
"recipient": { | ||
"eblPlatform": "ASDF", | ||
"legalName": "Legal Name" | ||
} |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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.
{ | ||
"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" | ||
} | ||
} | ||
] | ||
} |
There was a problem hiding this comment.
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
No description provided.