save subscriptions
save subscriptions
Path Parameters
departmentUUID string required
customerUUID string required
application/json
Request Body required
internalSubscriptionsRevoked object[]
externalSubscriptionsRevoked object[]
internalSubscriptionsAdded object[]
externalSubscriptionsAdded object[]
dealerAssociateUuid int64
isHistoricalSubbscription boolean
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
internalSubscriptionsFailed object[]
externalSubscriptionsFailed object[]
errors object[]
warnings object[]
{
"internalSubscriptionsFailed": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsFailed": [
{
"userUuid": "string",
"isAsignee": true
}
],
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
PUT /department/:departmentUUID/customer/:customerUUID/subscription
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/subscription' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"internalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"internalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"dealerAssociateUuid": 0,
"isHistoricalSubbscription": true
}'
python / requests
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/subscription' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"internalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"internalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"dealerAssociateUuid": 0,
"isHistoricalSubbscription": true
}'
go / native
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/subscription' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"internalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"internalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"dealerAssociateUuid": 0,
"isHistoricalSubbscription": true
}'
nodejs / axios
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/subscription' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"internalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"internalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"dealerAssociateUuid": 0,
"isHistoricalSubbscription": true
}'
ruby / Net::HTTP
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/subscription' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"internalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"internalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"dealerAssociateUuid": 0,
"isHistoricalSubbscription": true
}'
csharp / RestSharp
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/subscription' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"internalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"internalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"dealerAssociateUuid": 0,
"isHistoricalSubbscription": true
}'
php / cURL
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/subscription' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"internalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"internalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"dealerAssociateUuid": 0,
"isHistoricalSubbscription": true
}'
java / OkHttp
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/subscription' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"internalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"internalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"dealerAssociateUuid": 0,
"isHistoricalSubbscription": true
}'
powershell / RestMethod
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/subscription' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"internalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsRevoked": [
{
"userUuid": "string",
"isAsignee": true
}
],
"internalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"externalSubscriptionsAdded": [
{
"userUuid": "string",
"isAsignee": true
}
],
"dealerAssociateUuid": 0,
"isHistoricalSubbscription": true
}'