PUT
/
openapi
/
v1
/
Customers
/
{customerNo}
Update Customer.
curl --request PUT \
  --url https://api.oplog.one/openapi/v1/Customers/{customerNo} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json-patch+json' \
  --data '{
  "firstName": "<string>",
  "lastName": "<string>",
  "phone": "<string>"
}'

Authorizations

Authorization
string
header
required

Headers

X-Tenant-Id
string

If you want to emulate, please enter TenantId.

Path Parameters

customerNo
integer
required

Body

Response

200

Success