-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move sellersCapacity to participant (#160)
* move seller capacity to participant * Revise sellers capacity structure --------- Co-authored-by: Ed Molyneux <[email protected]>
- Loading branch information
1 parent
6a337cb
commit be686fc
Showing
7 changed files
with
282 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
"email": "[email protected]", | ||
"address": { "line1": "47 Park Road", "postcode": "AL3 5AF" }, | ||
"role": "Seller", | ||
"sellersCapacity": { "capacity": "Legal Owner" }, | ||
"externalIds": { "MoveReady": "123434" } | ||
}, | ||
{ | ||
|
@@ -570,7 +571,6 @@ | |
} | ||
] | ||
}, | ||
"sellersCapacity": { "capacity": "Legal Owner" }, | ||
"legalBoundaries": { | ||
"partOutsideLegalOwnership": { | ||
"yesNo": "No" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.