Unique identifier and is automatically generated by Aimsio system. This is only used to update existing object
Unique identifier, visible to end users. Required for creating or updating an object
Required when creating a new object. Either companyTypeUname
or companyTypeName
is required
Read-only schema used in GET requests to display object's custom fields data. For POST requests, refer to CustomFieldDataList
{ "companyGuid": "string", "companyCode": "string", "companyName": "string", "companySymbol": "string", "companyTypeName": "string", "companyTypeUname": "client_company_type", "companyAddress": "string", "companyEmail": "string", "companyPhone": "string", "companyNotes": "string", "companyIsDeleted": true, "companyFormData": { "formDataFormTypeUname": "string", "formDataGuid": "string", "formDataFieldDataList": [ … ] } }