[
{
"text": "string",
"informationText": "string",
"color": "string"
}
]
curl --location --request POST 'https://api.cobra.de/v1/crm/management/tenant-lists/lifecycles/bulk' \
--header 'X-Integration-Name: API Documentation' \
--header 'X-Integration-Provider: cobra GmbH' \
--header 'X-Cobra-TenantId: 12e39e53-ece1-4d8d-8958-e782de1dbef0' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"text": "string",
"informationText": "string",
"color": "string"
}
]'
{
"data": {
"id": "string",
"createdBy": "string",
"modifiedBy": "string",
"dateCreated": "2019-08-24T14:15:22Z",
"dateModified": "2019-08-24T14:15:22Z",
"createdByUserId": "4d2aef9a-17b0-44e6-902e-616812033620",
"modifiedByUserId": "17fb13b8-2d9d-45c1-bbdd-46882998f972",
"text": "string",
"informationText": "string",
"color": "string"
},
"message": "string",
"metaData": {
"totalResults": 0,
"responseTimeStamp": "2019-08-24T14:15:22Z"
},
"statusCode": 0
}