Updates company's customer configuration
Request
Body Params application/json
{
"id": "string",
"companyId": "string",
"type": 0,
"externalApiUrl": "string",
"externalApiKey": "string",
"updateDate": "2019-08-24T14:15:22Z",
"insertDate": "2019-08-24T14:15:22Z"
}
Request samples
curl --location --request PUT 'https://platform.shopranos.eu/api/customer/configuration' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"companyId": "string",
"type": 0,
"externalApiUrl": "string",
"externalApiKey": "string",
"updateDate": "2019-08-24T14:15:22Z",
"insertDate": "2019-08-24T14:15:22Z"
}'
Responses
application/json Modified at 2025-06-03 09:35:53