Post Custom Entity Type Publish

Post Custom Entity Type Publish

Publishes the custom entity type to the specified tenants

Request
URI
POST
https://{api_host}/cloudapi/customEntityTypes/{customEntityTypeId}/tenants/publish
COPY
Path Parameters
string
customEntityTypeId
Required

customEntityTypeId


Request Body
EntityReferenceArray2 of type(s) application/json
Optional
[
    {
        "name": "string",
        "id": "string"
    }
]
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    "EntityReference Object"
]

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/cloudapi/customEntityTypes/{customEntityTypeId}/tenants/publish