Create department
Create department
ApiScope: manage.department.write
API Scope Level: MultiDealerScope
application/json
Request Body required
departmentType string
contactFName string
contactLName string
textNumber string
emailAddress string
phoneNumber string
commmunicationGroup string
dealerUUID string
createdByInternalCommunication boolean
Responses
- 200
- 400
- 401
- 403
- 500
OK
application/json
application/x-protobuf
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
departmentUUID string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"departmentUUID": "string"
}
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
departmentUUID string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"departmentUUID": "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"
}
POST /v2/departments/
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/manage/v2/departments/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"departmentType": "string",
"contactFName": "string",
"contactLName": "string",
"textNumber": "string",
"emailAddress": "string",
"phoneNumber": "string",
"commmunicationGroup": "string",
"dealerUUID": "string",
"createdByInternalCommunication": true
}'
python / requests
curl -L -X POST '/manage/v2/departments/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"departmentType": "string",
"contactFName": "string",
"contactLName": "string",
"textNumber": "string",
"emailAddress": "string",
"phoneNumber": "string",
"commmunicationGroup": "string",
"dealerUUID": "string",
"createdByInternalCommunication": true
}'
go / native
curl -L -X POST '/manage/v2/departments/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"departmentType": "string",
"contactFName": "string",
"contactLName": "string",
"textNumber": "string",
"emailAddress": "string",
"phoneNumber": "string",
"commmunicationGroup": "string",
"dealerUUID": "string",
"createdByInternalCommunication": true
}'
nodejs / axios
curl -L -X POST '/manage/v2/departments/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"departmentType": "string",
"contactFName": "string",
"contactLName": "string",
"textNumber": "string",
"emailAddress": "string",
"phoneNumber": "string",
"commmunicationGroup": "string",
"dealerUUID": "string",
"createdByInternalCommunication": true
}'
ruby / Net::HTTP
curl -L -X POST '/manage/v2/departments/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"departmentType": "string",
"contactFName": "string",
"contactLName": "string",
"textNumber": "string",
"emailAddress": "string",
"phoneNumber": "string",
"commmunicationGroup": "string",
"dealerUUID": "string",
"createdByInternalCommunication": true
}'
csharp / RestSharp
curl -L -X POST '/manage/v2/departments/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"departmentType": "string",
"contactFName": "string",
"contactLName": "string",
"textNumber": "string",
"emailAddress": "string",
"phoneNumber": "string",
"commmunicationGroup": "string",
"dealerUUID": "string",
"createdByInternalCommunication": true
}'
php / cURL
curl -L -X POST '/manage/v2/departments/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"departmentType": "string",
"contactFName": "string",
"contactLName": "string",
"textNumber": "string",
"emailAddress": "string",
"phoneNumber": "string",
"commmunicationGroup": "string",
"dealerUUID": "string",
"createdByInternalCommunication": true
}'
java / OkHttp
curl -L -X POST '/manage/v2/departments/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"departmentType": "string",
"contactFName": "string",
"contactLName": "string",
"textNumber": "string",
"emailAddress": "string",
"phoneNumber": "string",
"commmunicationGroup": "string",
"dealerUUID": "string",
"createdByInternalCommunication": true
}'
powershell / RestMethod
curl -L -X POST '/manage/v2/departments/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"departmentType": "string",
"contactFName": "string",
"contactLName": "string",
"textNumber": "string",
"emailAddress": "string",
"phoneNumber": "string",
"commmunicationGroup": "string",
"dealerUUID": "string",
"createdByInternalCommunication": true
}'