Request
Body Params application/json
{
"id": "string",
"companyId": "string",
"name": "string",
"isDefault": true,
"salesChannel": 0,
"status": "Draft",
"rule": {
"filter": "Tag",
"not": true,
"value": null,
"operator": "And",
"conditions": [
{}
],
"operation": "eq"
},
"refreshToken": "string",
"accessToken": "string",
"scope": "string",
"tokenType": "string",
"expireDate": "2019-08-24T14:15:22Z",
"insertDate": "2019-08-24T14:15:22Z",
"updateDate": "2019-08-24T14:15:22Z",
"isRetail": true
}
Request samples
curl --location --request POST 'https://platform.shopranos.eu/api/ThirdPartyApis' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"companyId": "string",
"name": "string",
"isDefault": true,
"salesChannel": 0,
"status": "Draft",
"rule": {
"filter": "Tag",
"not": true,
"value": null,
"operator": "And",
"conditions": [
{}
],
"operation": "eq"
},
"refreshToken": "string",
"accessToken": "string",
"scope": "string",
"tokenType": "string",
"expireDate": "2019-08-24T14:15:22Z",
"insertDate": "2019-08-24T14:15:22Z",
"updateDate": "2019-08-24T14:15:22Z",
"isRetail": true
}'
Responses
application/json {
"id": "string",
"companyId": "string",
"name": "string",
"isDefault": true,
"salesChannel": 0,
"status": "Draft",
"rule": {
"filter": "Tag",
"not": true,
"value": null,
"operator": "And",
"conditions": [
{}
],
"operation": "eq"
},
"refreshToken": "string",
"accessToken": "string",
"scope": "string",
"tokenType": "string",
"expireDate": "2019-08-24T14:15:22Z",
"insertDate": "2019-08-24T14:15:22Z",
"updateDate": "2019-08-24T14:15:22Z",
"isRetail": true
}
Modified at 2025-07-08 13:29:46