Create or Update
POST /v2/organisation/save
This API allows you to create or update an organisation within your Priava account.
The ID for the organisation. Required only if updating an organisation.
The organisation’s name.
The organisation’s number.
The organisation’s primary email address.
Any other email for the organisation
The organisation’s business/office phone number.
Any other phone number for the organisation.
The organisation’s facsimile number..
Specifies the primary phone number for the organisation. The only accepted values are:
- B for the Business number.
- O for the Other number.
- F for the Fax number
The primary phone by default is Business.
The URL to the organisation’s web site.
The market sector to be associated to this organisation. The Organisation Market Sector must exist in your Priava Account. Passed in JSON format where;
Id = the ID of the market sector.
Name = the name of the market sector
The type of organisation. The Organisation Type must exist in your Priava Account. Passed in JSON format where;
Id = the ID of the organisation type.
Name = the name of the organisation type.
The name of the parent organisation (if any) that the organisation belongs to. The parent organisation must exist in your Priava Account.
An object of CustomFields with it's key and value.
An array of addresses (up to 3) for this contact. Passed in JSON format where;
- AddressType = either POSTAL, BUSINESS or OTHER.
- AddressLine1 = Line 1 of the address.
- AddressLine2 = Line 2 of the address.
- AddressLine3 = Line 3 of the address.
- Suburb = The suburb for the address.
- State = The State or County.
- Postcode = The postal or zip code.
- Country = The country of the address.