Skip to content

Commit 0375c3e

Browse files
Updated reason code to string
1 parent 050d6f5 commit 0375c3e

27 files changed

+127
-39
lines changed

sandbox/data/examples/getLetter/responses/getLetter-2WL5eYSWGzCHlGmzNxuqVusPxDg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": {
33
"attributes": {
44
"groupId": "c5d93f917f5546d08beccf770a915d96",
5-
"reasonCode": 100,
5+
"reasonCode": "R01",
66
"reasonText": "failed validation",
77
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",
88
"status": "REJECTED"

sandbox/data/examples/getLetter/responses/getLetter-2XL5eYSWGzCHlGmzNxuqVusPxDg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": {
33
"attributes": {
44
"groupId": "c5d93f917f5546d08beccf770a915d96",
5-
"reasonCode": 100,
5+
"reasonCode": "R01",
66
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",
77
"status": "CANCELLED"
88
},

sandbox/data/examples/getLetter/responses/getLetter-2YL5eYSWGzCHlGmzNxuqVusPxDg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": {
33
"attributes": {
44
"groupId": "c5d93f917f5546d08beccf770a915d96",
5-
"reasonCode": 100,
5+
"reasonCode": "R01",
66
"reasonText": "failed validation",
77
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",
88
"status": "FAILED"

sandbox/data/examples/getLetter/responses/getLetter-2ZL5eYSWGzCHlGmzNxuqVusPxDg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": {
33
"attributes": {
44
"groupId": "c5d93f917f5546d08beccf770a915d96",
5-
"reasonCode": 100,
5+
"reasonCode": "R01",
66
"reasonText": "failed validation",
77
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",
88
"status": "RETURNED"

sandbox/data/examples/patchLetter/requests/patchLetter_CANCELLED.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data": {
33
"attributes": {
4-
"reasonCode": 100,
4+
"reasonCode": "R01",
55
"reasonText": "failed validation",
66
"status": "CANCELLED"
77
},

sandbox/data/examples/patchLetter/requests/patchLetter_FAILED.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data": {
33
"attributes": {
4-
"reasonCode": 100,
4+
"reasonCode": "R01",
55
"reasonText": "failed validation",
66
"status": "FAILED"
77
},

sandbox/data/examples/patchLetter/requests/patchLetter_REJECTED.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data": {
33
"attributes": {
4-
"reasonCode": 100,
4+
"reasonCode": "R01",
55
"reasonText": "failed validation",
66
"status": "REJECTED"
77
},

sandbox/data/examples/patchLetter/requests/patchLetter_RETURNED.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data": {
33
"attributes": {
4-
"reasonCode": 100,
4+
"reasonCode": "R01",
55
"reasonText": "failed validation",
66
"status": "REJECTED"
77
},

sandbox/data/examples/patchLetter/responses/patchLetter_CANCELLED.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data": {
33
"attributes": {
4-
"reasonCode": 100,
4+
"reasonCode": "R01",
55
"reasonText": "failed validation",
66
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",
77
"status": "CANCELLED"

sandbox/data/examples/patchLetter/responses/patchLetter_FAILED.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data": {
33
"attributes": {
4-
"reasonCode": 100,
4+
"reasonCode": "R01",
55
"reasonText": "failed validation",
66
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",
77
"status": "FAILED"

0 commit comments

Comments
 (0)