Create Company Address
POST/companies/:lookupKey/:lookupValue/addresses/
Use this endpoint to create an address for a company. If the address is successfully created, the response will include the address id.
Fields
| Name | Required | 
|---|---|
| type | yes | 
| code | no | 
| firstName | no | 
| middleName | no | 
| lastName | no | 
| gender | no Default is U | 
| street | yes | 
| number | no | 
| numberExtension | no | 
| postalCode | no | 
| city | yes | 
| country | yes | 
| region | no | 
| icp | no Default is N | 
| phone | no | 
| mobile | no | 
| email | no | 
| company | no | 
| url | no | 
| isDefault | no Default is N | 
| notes | no | 
Request
Responses
- 201
- 400
- 404
Create Company Address - 201
Response Headers
Alt-Svc
Via
alt-svc
content-length
date
return-format
x-request-id
Create Company Address - 400 (invalid schema)
Response Headers
Alt-Svc
Via
alt-svc
content-length
date
return-format
x-request-id
Create Company Address - 404
Response Headers
Alt-Svc
Via
alt-svc
content-length
date
return-format
x-request-id