Request
Body Params application/json
{
"id": "string",
"companyId": "string",
"partitionKey": "string",
"name": "string",
"customerId": "string",
"apiKey": "string",
"permissions": [
"cs_manage_sales_orders"
],
"expirationDate": "2019-08-24T14:15:22Z"
}
Request samples
curl --location --request PUT 'https://platform.shopranos.eu/api/CustomerApiKeys/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"companyId": "string",
"partitionKey": "string",
"name": "string",
"customerId": "string",
"apiKey": "string",
"permissions": [
"cs_manage_sales_orders"
],
"expirationDate": "2019-08-24T14:15:22Z"
}'
Responses
application/json {
"id": "string",
"companyId": "string",
"partitionKey": "string",
"name": "string",
"customerId": "string",
"apiKey": "string",
"permissions": [
"cs_manage_sales_orders"
],
"expirationDate": "2019-08-24T14:15:22Z"
}
Modified at 2025-07-08 13:29:51