Skip to content

Commit 9c9aefc

Browse files
Add groupid to MI data
1 parent a91762a commit 9c9aefc

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

sandbox/data/examples/createMI/requests/createMI_INVALID.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"data": {
33
"attributes": {
4+
"groupId": "abc123",
45
"lineItem": "envelope-business-standard",
56
"quantity": 22,
67
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",

sandbox/data/examples/createMI/requests/createMI_NOTFOUND.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"data": {
33
"attributes": {
4+
"groupId": "abc123",
45
"lineItem": "envelope-business-standard",
56
"quantity": 22,
67
"specificationId": "123456",

sandbox/data/examples/createMI/requests/createMI_SUCCESS.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"data": {
33
"attributes": {
4+
"groupId": "abc123",
45
"lineItem": "envelope-business-standard",
56
"quantity": 22,
67
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",

sandbox/data/examples/createMI/responses/createMI_SUCCESS.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"data": {
33
"attributes": {
4+
"groupId": "abc123",
45
"lineItem": "envelope-business-standard",
56
"quantity": 22,
67
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",

0 commit comments

Comments
 (0)