Skip to content

Latest commit

 

History

History
46 lines (23 loc) · 980 Bytes

GetAttributesAttributes.md

File metadata and controls

46 lines (23 loc) · 980 Bytes

SibApiV3Sdk.GetAttributesAttributes

Properties

Name Type Description Notes
name String Name of the attribute
category String Category of the attribute
type String Type of the attribute [optional]
enumeration [GetAttributesEnumeration] Parameter only available for "category" type attributes. [optional]
calculatedValue String Calculated value formula [optional]

Enum: CategoryEnum

  • normal (value: "normal")

  • transactional (value: "transactional")

  • category (value: "category")

  • calculated (value: "calculated")

  • global (value: "global")

Enum: TypeEnum

  • text (value: "text")

  • _date (value: "date")

  • _float (value: "float")

  • id (value: "id")

  • _boolean (value: "boolean")