Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.08 KB

File metadata and controls

14 lines (10 loc) · 1.08 KB

CreateEntityType

Properties

Name Type Description Notes
display_name str The display name of the entity that is shown in the Zuora UI and APIs Note: If you do not specify the display name in the request, the entity name is used as the display name. [optional]
locale str The locale that is used in this entity.
name str The name of the entity that is the entity identifier and is unique across all entities in a multi-entity hierarchy. Note: Only alphanumeric characters (letters A–Z and a–z, and digits 0–9), space, period, and hyphen are allowed to be used in entity names.
parent_id str The Id of the entity under which you want to create an entity. You can get the parent entity Id by using the GET Entities call.
timezone str The time zone that is used in this entity.

[Back to Model list] [Back to API list] [Back to README]