blob: 79c9c3015ad34a1d3350a58559f03d87d43291c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"customer": {
"global-customer-id": "globalCustomerId",
"subscriber-name": "subscriberName",
"subscriber-type": "subscriberType",
"service-subscription": {
"service-type": "subscriptionServiceType"
}
},
"project": {
"project-name": "projectName"
},
"owningEntity": {
"owning-entity-id": "owningEntityId",
"owning-entity-name": "owningEntityName"
},
"platform": {
"platform-name": "platformName"
},
"lineOfBusiness": {
"line-of-business-name": "lineOfBusinessName"
}
}
|