Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldValue typeMandatoryDescriptionExample
IDCustomerstring Unique identifier of the customer. The CustomerID is used for updating or deleting an existing customer.7090fad1-c4da-4488-9ceb-55ee9847edcc
CustomerRefstring Human readable unique identifier of the customer2586681
ExternalRefstring A reference to an id used in an external system to Crittah. This can be used to link Crittah to internal systems and maintaining the relationship between the two systems.HSG29373
IDSitestring Unique ID for the site the customer belongs to20058233-7388-418b-9193-6b57e28604f9
Sitestring Site Name that customer belongs toSYD
TypesTypes Object Array of types returned when getting a record

[ { "IDType": "c0fd94f3-2ddd-4eea-bc24-40189480d10f",

"Type": "Producer" },
{ "IDType": "eb6bef8f-6f03-49dd-80a4-83a220f6ddc3",
"Type": "VIP" } ]

IDTypesArray strings Used when adding or updating the record"IDTypes": [ "c0fd94f3-2ddd-4eea-bc24-40189480d10f", "eb6bef8f-6f03-49dd-80a4-83a220f6ddc3"]
IDStatusstring IDStatus of customer926a4185-6cb3-4a2a-a8ec-1fadc1cf4caa
Statusstring Indicates the status of the customer.Pending
IDParentstring ID of the parent customer. This is used when linking many customer to a single head office customer.926a4185-6cb3-4a2a-a8ec-1fadc1cf4caa
CompanyNamestring Name of the customer.Megga Corp Pty Ltd
CompanyNostring Legal registered company number28787 876 8876
Phonestring Customers phone(02) 9506 3560
Mobilestring Customers Mobile0412 544 654
Faxstring Customers Fax(02) 9567 680
Councilstring Local council customer resides in.Parramatta
WebSitestring customers positionManager
AddressBillingAddress Object Customers Billing AddressSee Address Object
AddressAddress Object Customers Physical AddressSee Address Object
NotesArray of Notes Object Customers notes.See Notes Object
AccountOwnerstring Account owner that the customer belongs to. This is a user in Crittah. User list information can be retrieved users from the Helper REST API926a4185-6cb3-4a2a-a8ec-1fadc1cf4caa

...