Contact Address Types
Address types allow you to attach a type to different addresses.
Operations
- Get a list of contact address types GET /api/1/{accountname}/settings/system/contactaddresstypes
- Get a single contact address type GET /api/1/{accountname}/settings/system/contactaddresstypes/{id}
- Create a new contact address type POST /api/1/{accountname}/settings/system/contactaddresstypes
- Modify an existing contact address type PUT /api/1/{accountname}/settings/system/contactaddresstypes/{id}
- Remove a contact address type DELETE /api/1/{accountname}/settings/system/contactaddresstypes/{id}
- Fetch translatable fields GET /api/1/{accountname}/settings/system/contactaddresstypes/{id}/translate
- Update translations PUT /api/1/{accountname}/settings/system/contactaddresstypes/{id}/translate