Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.2 KB

CreateCustomProfileRequest.md

File metadata and controls

19 lines (15 loc) · 1.2 KB

Yaksa.OrckestraCommerce.Client.Model.CreateCustomProfileRequest

Custom Profiles are entities which represents a custom classification of entity defined in the system.

Properties

Name Type Description Notes
Created DateTime Date the entity was created [optional]
CreatedBy string Identifier of the operator who created the entity [optional]
EntityId string The unique identifier of the entity. [optional]
IsActive bool Indicate whether this entity can be used in business processes or linked to a scope [optional]
LastModified DateTime Date that the last modification was applied to the entity [optional]
LastModifiedBy string Identifier of the operator who last modified the entity [optional]
Name string Unique name given to identify the entity [optional]
PropertyBag Dictionary<string, Object> [optional]
SequenceNumber int The sort order [optional]

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