Create Contacts

Creates a new contact.

Resource Information

Scopecontacts

Deprecated scope name:   create_contacts

App TypeAll
Authorization TypeAccess token
URI /v4/contacts?lang={lang}
HTTP MethodPOST
Automation Version(s)7.3.2

Request Information

Field or ParameterTypeRequiredValuesDescriptionAutomation Version
langStringNoIndicates the language applied.7.3.2
addressaddress{}NoThe citizen user's address.7.3.2
address.addressLine1stringNoThe first line of the address. 7.3.2
address.addressLine2stringNoThe second line of the address.7.3.2
address.addressLine3stringNoThe third line of the address.7.3.2
address.citystringNoThe name of the city.7.3.2
address.countryaddress.country{}No Get All Address Countries The name of the country.7.3.2
address.country.textstringNoThe localized display text.7.3.2
address.country.valuestringNoThe value for the specified parameter.7.3.2
address.postalCodestringNoThe postal ZIP code for the address.7.3.2
address.stateaddress.state{}No Get All Address States The state corresponding to the address on record.7.3.2
address.state.textstringNoThe localized display text.7.3.2
address.state.valuestringNoThe value for the specified parameter.7.3.2
birthCitybirthCity{}NoThe city of birth for an individual.7.3.2
birthCity.textstringNoThe localized display text.7.3.2
birthCity.valuestringNoThe value for the specified parameter.7.3.2
birthDatedateTimeNoThe birth date of an individual.7.3.2
birthRegionbirthRegion{}NoThe country of birth or region of birth for an individual.7.3.2
birthRegion.textstringNoThe localized display text.7.3.2
birthRegion.valuestringNoThe value for the specified parameter.7.3.2
birthStatebirthState{}No Get All Address States The state of birth for an individual.7.3.2
birthState.textstringNoThe localized display text.7.3.2
birthState.valuestringNoThe value for the specified parameter.7.3.2
businessNamestringNoA secondary business name for the applicable individual.7.3.2
commentstringNoComments or notes about the current context.7.3.2
deceasedDatedateTimeNoThe date of death. This field is active only when the Contact Type selected is Individual.7.3.2
driverLicenseNumberstringNoThe driver's license number of the contact. This field is active only when the Contact Type selected is Individual.7.3.2
driverLicenseStatedriverLicenseState{}No Get All Address States The state that issued the driver's license.7.3.2
driverLicenseState.textstringNoThe localized display text.7.3.2
driverLicenseState.valuestringNoThe value for the specified parameter.7.3.2
emailstringNoThe contact's email address.7.3.2
faxstringNoThe fax number for the contact.7.3.2
faxCountryCodestringNoFax Number Country Code7.3.2
federalEmployerIdstringNoThe Federal Employer Identification Number. It is used to identify a business for tax purposes. 7.3.2
firstNamestringNoThe contact's first name. This field is only active when the Contact Type selected is Individual.7.3.2
fullNamestringNoThe contact's full name. This field is only active when the Contact Type selected is Individual.7.3.2
gendergender{}NoThe gender (male or female) of the individual.7.3.2
gender.textstringNoThe localized display text.7.3.2
gender.valuestringNoThe value for the specified parameter.7.3.2
idstringNoThe unique identifier for the object, assigned by the Civic Platform server and provided in a response.7.3.2
individualOrOrganizationstringNoThe organization to which the contact belongs. This field is only active when the Contact Type selected is Organization.7.3.2
lastNamestringNoThe last name (surname). 7.3.2
middleNamestringNoThe middle name. 7.3.2
organizationNamestringNoThe organization to which the contact belongs. This field is only active when the Contact Type selected is Organization.7.3.2
passportNumberstringNoThe contact's passport number. This field is only active when the Contact Type selected is Individual.7.3.2
phone1stringNoThe primary telephone number of the contact. 7.3.2
phone1CountryCodestringNoPhone Number 1 Country Code7.3.2
phone2stringNoThe secondary telephone number of the contact.7.3.2
phone2CountryCodestringNoPhone Number 2 Country Code7.3.2
phone3stringNoThe tertiary telephone number for the contact.7.3.2
phone3CountryCodestringNoPhone Number 3 Country Code7.3.2
postOfficeBoxstringNoThe post office box number.7.3.2
preferredChannelpreferredChannel{}No Get All Contact Preferred Channels The method by which the contact prefers to be notified, by phone for example.7.3.2
preferredChannel.textstringNoThe localized display text.7.3.2
preferredChannel.valuestringNoThe value for the specified parameter.7.3.2
racerace{}No Get All Contact Races The contact's race/ethnicity.7.3.2
race.textstringNoThe localized display text.7.3.2
race.valuestringNoThe value for the specified parameter.7.3.2
relationrelation{}NoThe contact's relationship to the application or service request.7.3.2
relation.textstringNoThe localized display text.7.3.2
relation.valuestringNoThe value for the specified parameter.7.3.2
salutationsalutation{}No Get All Contact Salutations The salutation to be used when addressing the contact; for example Mr. or Ms. This field is active only when Contact Type = Individual.7.3.2
salutation.textstringNoThe localized display text.7.3.2
salutation.valuestringNoThe value for the specified parameter.7.3.2
serviceProviderCodestringNoThe unique agency identifier, the system assigns, on the Accela Civic Platform.7.3.2
socialSecurityNumberstringNoThe individual's social security number. This field is only active when the Contact Type selected is Individual.7.3.2
stateIdNumberstringNoThe contact's state ID number. This field is only active when the Contact Type selected is Individual.7.3.2
statusstatus{}NoThe contact status.7.3.2
status.textstringNoThe localized display text.7.3.2
status.valuestringNoThe value for the specified parameter.7.3.2
suffixstringNoThe contact name suffix.7.3.2
titlestringNoThe individual's business title. 7.3.2
tradeNamestringNoThe contact's preferred business or trade name. This field is active only when the Contact Type selected is Organization.7.3.2
typetype{}No Get All Contact Types The type of people to contact. 7.3.2
type.textstringNoThe localized display text.7.3.2
type.valuestringNoThe value for the specified parameter.7.3.2

Example

Sample Request Body

[{"email":"apitester@accela.com","individualOrOrganization":"individual","phone1":"9256593200","firstName":"API","lastName":"Tester","type":{"value":"Individual","text":"Individual"},"preferredChannel":{"value":"1","text":"Email"},"status":{"value":"A","t

Response Information

FieldTypeDescriptionAutomation Version
result[]result{}7.3.2
result.codestringA code identifying an associated item7.3.2
result.idstringThe unique identifier for the object, assigned by the Civic Platform server and provided in a response.7.3.2
result.isSuccessbooleanIndicates whether or not the operation on the item is successful. 7.3.2
result.messagestringA text message related to the operation.7.3.2
statusintegerThe record status.7.3.3

Example

Sample Response Body

{
  "status": 200,
  "result": [
    {
      "id": "253",
      "isSuccess": true
    }
  ]
}