This end-point saves max count for resources
UUID is compulsory for max count update to be processed. Other than it, send only those parameters which are to be updated.
ApiScope: manage.calendar.write
API Scope Level: ServiceSubscriberScope
application/json
Request Body required
maxCountMap object[]
Responses
- 200
- 400
- 401
- 403
- 500
OK
application/json
application/x-protobuf
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
successUuids string[]
failureUuids string[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"successUuids": [
"string"
],
"failureUuids": [
"string"
]
}
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
successUuids string[]
failureUuids string[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"successUuids": [
"string"
],
"failureUuids": [
"string"
]
}
Bad Request
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Unauthorized
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Forbidden
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Internal Server Error
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
PATCH /v2/calendar/max-count
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X PATCH '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": [
{
"uuid": "string",
"platform": "DEALER_APP",
"purposeName": "string",
"startDateTime": "string",
"endDateTime": "string",
"timezone": "string",
"recurrenceRule": "string",
"isValid": true,
"resourceUuid": "string",
"resourceType": "DEALER",
"count": 0
}
]
}'
python / requests
curl -L -X PATCH '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": [
{
"uuid": "string",
"platform": "DEALER_APP",
"purposeName": "string",
"startDateTime": "string",
"endDateTime": "string",
"timezone": "string",
"recurrenceRule": "string",
"isValid": true,
"resourceUuid": "string",
"resourceType": "DEALER",
"count": 0
}
]
}'
go / native
curl -L -X PATCH '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": [
{
"uuid": "string",
"platform": "DEALER_APP",
"purposeName": "string",
"startDateTime": "string",
"endDateTime": "string",
"timezone": "string",
"recurrenceRule": "string",
"isValid": true,
"resourceUuid": "string",
"resourceType": "DEALER",
"count": 0
}
]
}'
nodejs / axios
curl -L -X PATCH '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": [
{
"uuid": "string",
"platform": "DEALER_APP",
"purposeName": "string",
"startDateTime": "string",
"endDateTime": "string",
"timezone": "string",
"recurrenceRule": "string",
"isValid": true,
"resourceUuid": "string",
"resourceType": "DEALER",
"count": 0
}
]
}'
ruby / Net::HTTP
curl -L -X PATCH '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": [
{
"uuid": "string",
"platform": "DEALER_APP",
"purposeName": "string",
"startDateTime": "string",
"endDateTime": "string",
"timezone": "string",
"recurrenceRule": "string",
"isValid": true,
"resourceUuid": "string",
"resourceType": "DEALER",
"count": 0
}
]
}'
csharp / RestSharp
curl -L -X PATCH '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": [
{
"uuid": "string",
"platform": "DEALER_APP",
"purposeName": "string",
"startDateTime": "string",
"endDateTime": "string",
"timezone": "string",
"recurrenceRule": "string",
"isValid": true,
"resourceUuid": "string",
"resourceType": "DEALER",
"count": 0
}
]
}'
php / cURL
curl -L -X PATCH '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": [
{
"uuid": "string",
"platform": "DEALER_APP",
"purposeName": "string",
"startDateTime": "string",
"endDateTime": "string",
"timezone": "string",
"recurrenceRule": "string",
"isValid": true,
"resourceUuid": "string",
"resourceType": "DEALER",
"count": 0
}
]
}'
java / OkHttp
curl -L -X PATCH '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": [
{
"uuid": "string",
"platform": "DEALER_APP",
"purposeName": "string",
"startDateTime": "string",
"endDateTime": "string",
"timezone": "string",
"recurrenceRule": "string",
"isValid": true,
"resourceUuid": "string",
"resourceType": "DEALER",
"count": 0
}
]
}'
powershell / RestMethod
curl -L -X PATCH '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": [
{
"uuid": "string",
"platform": "DEALER_APP",
"purposeName": "string",
"startDateTime": "string",
"endDateTime": "string",
"timezone": "string",
"recurrenceRule": "string",
"isValid": true,
"resourceUuid": "string",
"resourceType": "DEALER",
"count": 0
}
]
}'