aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/RequestDetailsInput.json
blob: e3c6e8c61e0ce1e073217e5e51dcfe4dbdca902d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"requestParameters": {
		"subscriptionServiceType": "subscriptionServiceType"
	},
	"project": {
		"projectName": "projectName"
	},
	"owningEntity": {
		"owningEntityId": "owningEntityId",
		"owningEntityName": "owningEntityName"
	},
	"platform": {
		"platformName": "platformName"
	},
	"lineOfBusiness": {
		"lineOfBusinessName": "lineOfBusinessName"
	}
}