Skip to content

Commit

Permalink
DT-1822 - Updated the schema and the request json with the latest (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
palatsangeetha authored Oct 7, 2024
1 parent 354d226 commit 569fc76
Show file tree
Hide file tree
Showing 2 changed files with 556 additions and 545 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,67 +2,79 @@
"surrenderRequestReference": "SURRENDER_REQUEST_REFERENCE_PLACEHOLDER",
"transportDocumentReference": "TRANSPORT_DOCUMENT_REFERENCE_PLACEHOLDER",
"surrenderRequestCode": "SURRENDER_REQUEST_CODE_PLACEHOLDER",
"surrenderRequestedBy": {
"eblPlatform": "EBL_PLATFORM_PLACEHOLDER",
"partyName": "legal name",
"partyCodes": [
{
"partyCode": "PARTY_CODE_PLACEHOLDER",
"codeListProvider": "EPUI",
"codeListName": "CODE_LIST_NAME_PLACEHOLDER"
}
]
},
"reasonCode": "SWTP",
"comments": "As requested...",
"endorsementChain": [
{
"actionCode": "ISSUE",
"actionDateTime": "2024-06-11T13:54:00Z",
"actionCode": "ISSUE",
"actor": {
"eblPlatform": "EBL_PLATFORM_PLACEHOLDER",
"partyName": "legal name",
"partyCodes": [
"identifyingCodes": [
{
"partyCode": "CARRIER_PARTY_CODE_PLACEHOLDER",
"codeListProvider": "EPUI",
"partyCode": "CARRIER_PARTY_CODE_PLACEHOLDER",
"codeListName": "CODE_LIST_NAME_PLACEHOLDER"
}
],
"taxLegalReferences": [
{
"type": "PAN",
"countryCode": "IN",
"value": "AAAAA0000A"
}
]
},
"recipient": {
"eblPlatform": "EBL_PLATFORM_PLACEHOLDER",
"partyName": "legal name",
"partyCodes": [
"identifyingCodes": [
{
"partyCode": "PARTY_CODE_PLACEHOLDER",
"codeListProvider": "EPUI",
"partyCode": "PARTY_CODE_PLACEHOLDER",
"codeListName": "CODE_LIST_NAME_PLACEHOLDER"
}
]
}
},
{
"actionCode": "SURRENDER FOR DELIVERY",
"actionDateTime": "2024-06-12T14:54:00Z",
"recipient": {
"actionCode": "SURRENDER FOR DELIVERY",
"actor": {
"eblPlatform": "EBL_PLATFORM_PLACEHOLDER",
"partyName": "legal name",
"partyCodes": [
"identifyingCodes": [
{
"partyCode": "CARRIER_PARTY_CODE_PLACEHOLDER",
"codeListProvider": "EPUI",
"partyCode": "PARTY_CODE_PLACEHOLDER",
"codeListName": "CODE_LIST_NAME_PLACEHOLDER"
}
],
"taxLegalReferences": [
{
"type": "PAN",
"countryCode": "IN",
"value": "AAAAA0000A"
}
]
},
"actor": {
"recipient": {
"eblPlatform": "EBL_PLATFORM_PLACEHOLDER",
"partyName": "legal name",
"partyCodes": [
"identifyingCodes": [
{
"partyCode": "PARTY_CODE_PLACEHOLDER",
"codeListProvider": "EPUI",
"partyCode": "CARRIER_PARTY_CODE_PLACEHOLDER",
"codeListName": "CODE_LIST_NAME_PLACEHOLDER"
}
],
"taxLegalReferences": [
{
"type": "PAN",
"countryCode": "IN",
"value": "AAAAA0000A"
}
]
}
}
Expand Down
Loading

0 comments on commit 569fc76

Please sign in to comment.