migrateCommunicationCodes to kopcode api
migrateCommunicationCodes to kopcode api
Responses
- 200
- 400
- 401
- 403
- 500
OK
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
statusCode int32
apiRequestId string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string"
}
Bad Request
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
statusCode int32
apiRequestId string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string"
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
statusCode int32
apiRequestId string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string"
}
Forbidden
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
statusCode int32
apiRequestId string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string"
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
statusCode int32
apiRequestId string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string"
}
POST /migrate/communication-codes
Request
Request
curl / cURL
curl -L -X POST '/opcodes/migrate/communication-codes' \
-H 'Accept: */*'
python / requests
curl -L -X POST '/opcodes/migrate/communication-codes' \
-H 'Accept: */*'
go / native
curl -L -X POST '/opcodes/migrate/communication-codes' \
-H 'Accept: */*'
nodejs / axios
curl -L -X POST '/opcodes/migrate/communication-codes' \
-H 'Accept: */*'
ruby / Net::HTTP
curl -L -X POST '/opcodes/migrate/communication-codes' \
-H 'Accept: */*'
csharp / RestSharp
curl -L -X POST '/opcodes/migrate/communication-codes' \
-H 'Accept: */*'
php / cURL
curl -L -X POST '/opcodes/migrate/communication-codes' \
-H 'Accept: */*'
java / OkHttp
curl -L -X POST '/opcodes/migrate/communication-codes' \
-H 'Accept: */*'
powershell / RestMethod
curl -L -X POST '/opcodes/migrate/communication-codes' \
-H 'Accept: */*'