TradingPartnerDto¶
Example Json Object
1{
2 "id": 0,
3 "status": "CREATED",
4 "displayId": "string",
5 "erpSystemId": 0,
6 "erpSystemDisplayId": "string",
7 "name": "string",
8 "countryDisplayId": "string",
9 "currencyDisplayId": "string"
10}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
status |
string |
false |
none |
none |
displayId |
string |
true |
none |
none |
erpSystemId |
integer(int64) |
false |
none |
none |
erpSystemDisplayId |
string |
false |
none |
none |
name |
string |
true |
none |
none |
countryDisplayId |
string |
false |
none |
none |
currencyDisplayId |
string |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |