Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 8.33 KB

File metadata and controls

16 lines (13 loc) · 8.33 KB

AccountingLocationInput

Fields

Field Type Required Description Example
ParentID *string A unique identifier for an object. 12345
DisplayID *string Id to be displayed. 123456
CompanyName *string The name of the company. SpaceX
DisplayName *string The display name of the location. 11 UT - South Jordan
Status *components.LocationStatus Based on the status some functionality is enabled or disabled. active
Addresses []components.Address N/A
Subsidiaries []components.SubsidiaryReferenceInput N/A
RowVersion *string A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. 1-12345
PassThrough []components.PassThroughBody The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.