Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 1.61 KB

File metadata and controls

18 lines (14 loc) · 1.61 KB

UnitOfMeasure

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by str { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
updated datetime { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } [optional]
id str { "description" : "", "verbs":["GET"] } [optional]
crm_id str { "description" : "", "verbs":["POST","PUT","GET"] } [optional]
name str { "description" : "", "verbs":["POST","PUT","GET"] }
organization_id str { "description" : "", "verbs":[] }
displayed_as str { "description" : "Unit of measurement, such as users, pounds, minutes.", "verbs":["POST","PUT","GET"] }
deleted bool { "description" : "", "verbs":["GET"] } [default to False]

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