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"
}
]
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
Deprecated
Availability
Deprecated in 37.2
With alternative: see
1.0.0 version of API
On This Page
Custom Entities Operations
GET
Query Custom Entity Types
Deprecated
POST
Create Custom Entity Type
Deprecated
GET
Get Custom Entity Type
Deprecated
PUT
Update Custom Entity Type
Deprecated
DELETE
Delete Custom Entity Type
Deprecated
GET
Get Custom Entity Type Tenants
Deprecated
PUT
Set Custom Entity Type Tenants
Deprecated
POST
Post Custom Entity Type Publish
Deprecated
POST
Post Custom Entity Type Unpublish
Deprecated
POST
Post Custom Entity Type Publish All
Deprecated
POST
Post Custom Entity Type Unpublish All
Deprecated
GET
Get Custom Entity Type Tenants Query
PUT
Set Custom Entity Type Tenants Bounded
POST
Post Custom Entity Type Publish Bounded
POST
Post Custom Entity Type Unpublish Bounded
POST
Post Custom Entity Type Publish All Bounded
POST
Post Custom Entity Type Unpublish All Bounded
GET
Get Custom Entity Type Actions
POST
Create Custom Entity Type Action
DELETE
Delete Custom Entity Type Action
GET
Get Custom Entities
GET
Get Custom Entity
GET
Get Custom Entity As Sdk Object