API Reference
cURL
curl --request POST \ --url https://api.oplog.one/openapi/v1/Customers/{customerNo}/address \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json-patch+json' \ --data '{ "addressFirstName": "<string>", "addressLastName": "<string>", "company": "<string>", "addressOne": "<string>", "addressTwo": "<string>", "district": "<string>", "city": "<string>", "postalCode": "<string>", "country": "<string>", "addressPhone": "<string>", "taxOffice": "<string>", "taxNumber": "<string>" }'
If you want to emulate, please enter TenantId.
Success