44 lines
770 B
JSON
44 lines
770 B
JSON
|
[
|
||
|
{
|
||
|
"relation": "salesPerson",
|
||
|
"scope":{
|
||
|
"fields": {
|
||
|
"id": true, "name": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"relation": "contactChannel",
|
||
|
"scope":{
|
||
|
"fields": {
|
||
|
"id": true, "name": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"relation": "province",
|
||
|
"scope":{
|
||
|
"fields": {
|
||
|
"id": true, "name": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"relation": "country",
|
||
|
"scope":{
|
||
|
"fields": {
|
||
|
"id": true, "name": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"relation": "payMethod",
|
||
|
"scope":{
|
||
|
"fields": {
|
||
|
"id": true, "name": true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
|