Skip to content

Commit

Permalink
UXPROD-5001 add json property to request.json to manage Kafka event i…
Browse files Browse the repository at this point in the history
…n mod-dcb
  • Loading branch information
AntonAntonich committed Dec 10, 2024
1 parent 2e439a7 commit cda183c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ramls/request.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@
"itemLocationCode": {
"description": "Allow specifying item location when creating title-level requests",
"type": "string"
},
"isDcbReRequestCancellation": {
"description": "Indicates whether the request was cancelled during a DCB transaction update",
"type": "boolean"
}
},
"additionalProperties": false,
Expand Down

0 comments on commit cda183c

Please sign in to comment.