curl -i -X POST \
https://developer.zuora.com/_mock/v1-api-reference/api/deployment-manager/deployment_templates \
-H 'Accept-Encoding: string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Encoding: string' \
-H 'Content-Type: application/json' \
-H 'Idempotency-Key: string' \
-H 'Zuora-Entity-Ids: string' \
-H 'Zuora-Org-Ids: string' \
-H 'Zuora-Track-Id: string' \
-d '{
"content": {
"customFields": [
{
"errors": [
"string"
],
"originalPayload": {},
"response": [
{
"componentType": "string",
"error": "string",
"id": "string",
"key": "string",
"method": "string",
"payload": {},
"result": "string",
"segregationKey": "string",
"templateId": "string",
"url": "string"
}
],
"segregationKeys": [
"string"
]
}
],
"customObjects": [
{
"errors": [
"string"
],
"originalPayload": {},
"response": [
{
"componentType": "string",
"error": "string",
"id": "string",
"key": "string",
"method": "string",
"payload": {},
"result": "string",
"segregationKey": "string",
"templateId": "string",
"url": "string"
}
],
"segregationKeys": [
"string"
]
}
],
"dataAccessControl": [
{
"errors": [
"string"
],
"originalPayload": {},
"response": [
{
"componentType": "string",
"error": "string",
"id": "string",
"key": "string",
"method": "string",
"payload": {},
"result": "string",
"segregationKey": "string",
"templateId": "string",
"url": "string"
}
],
"segregationKeys": [
"string"
]
}
],
"dataQuery": [
{
"errors": [
"string"
],
"originalPayload": {},
"response": [
{
"componentType": "string",
"error": "string",
"id": "string",
"key": "string",
"method": "string",
"payload": {},
"result": "string",
"segregationKey": "string",
"templateId": "string",
"url": "string"
}
],
"segregationKeys": [
"string"
]
}
],
"multiOrg": [
{
"errors": [
"string"
],
"originalPayload": {},
"response": [
{
"componentType": "string",
"error": "string",
"id": "string",
"key": "string",
"method": "string",
"payload": {},
"result": "string",
"segregationKey": "string",
"templateId": "string",
"url": "string"
}
],
"segregationKeys": [
"string"
]
}
],
"notifications": [
{
"errors": [
"string"
],
"originalPayload": {},
"response": [
{
"componentType": "string",
"error": "string",
"id": "string",
"key": "string",
"method": "string",
"payload": {},
"result": "string",
"segregationKey": "string",
"templateId": "string",
"url": "string"
}
],
"segregationKeys": [
"string"
]
}
],
"organizationHierarchy": [
{
"errors": [
"string"
],
"originalPayload": {},
"response": [
{
"componentType": "string",
"error": "string",
"id": "string",
"key": "string",
"method": "string",
"payload": {},
"result": "string",
"segregationKey": "string",
"templateId": "string",
"url": "string"
}
],
"segregationKeys": [
"string"
]
}
],
"productCatalog": [
{
"errors": [
"string"
],
"originalPayload": {},
"response": [
{
"componentType": "string",
"error": "string",
"id": "string",
"key": "string",
"method": "string",
"payload": {},
"result": "string",
"segregationKey": "string",
"templateId": "string",
"url": "string"
}
],
"segregationKeys": [
"string"
]
}
],
"settings": [
{
"errors": [
"string"
],
"originalPayload": {},
"response": [
{
"componentType": "string",
"error": "string",
"id": "string",
"key": "string",
"method": "string",
"payload": {},
"result": "string",
"segregationKey": "string",
"templateId": "string",
"url": "string"
}
],
"segregationKeys": [
"string"
]
}
],
"workflows": [
{
"errors": [
"string"
],
"originalPayload": {},
"response": [
{
"componentType": "string",
"error": "string",
"id": "string",
"key": "string",
"method": "string",
"payload": {},
"result": "string",
"segregationKey": "string",
"templateId": "string",
"url": "string"
}
],
"segregationKeys": [
"string"
]
}
]
},
"customFields": true,
"customObjects": true,
"description": "string",
"name": "string",
"notifications": true,
"selectedComponents": [
{
"componentType": "string",
"error": "string",
"id": "string",
"key": "string",
"method": "string",
"payload": {},
"result": "string",
"segregationKey": "string",
"templateId": "string",
"url": "string"
}
],
"settings": true,
"templateTenant": "80b3f8cd-5801-4ed7-bee7-ad1569916c2f",
"workflows": true
}'