SUpdate Special Order history
SUpdate Special Order history
Path Parameters
department_token string required
application/json
Request Body required
objectID int64
source string
Possible values: [DMS
, myKaarma
]
status string
saName string
objectType string
callFromVehicleToggle boolean
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
statusCode int32
errors object[]
warnings object[]
{
"statusCode": 0,
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /department/:department_token/specialOrder/history
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/order/v2/department/:department_token/specialOrder/history' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"objectID": 0,
"source": "DMS",
"status": "string",
"saName": "string",
"objectType": "string",
"callFromVehicleToggle": true
}'
python / requests
curl -L -X POST '/order/v2/department/:department_token/specialOrder/history' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"objectID": 0,
"source": "DMS",
"status": "string",
"saName": "string",
"objectType": "string",
"callFromVehicleToggle": true
}'
go / native
curl -L -X POST '/order/v2/department/:department_token/specialOrder/history' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"objectID": 0,
"source": "DMS",
"status": "string",
"saName": "string",
"objectType": "string",
"callFromVehicleToggle": true
}'
nodejs / axios
curl -L -X POST '/order/v2/department/:department_token/specialOrder/history' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"objectID": 0,
"source": "DMS",
"status": "string",
"saName": "string",
"objectType": "string",
"callFromVehicleToggle": true
}'
ruby / Net::HTTP
curl -L -X POST '/order/v2/department/:department_token/specialOrder/history' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"objectID": 0,
"source": "DMS",
"status": "string",
"saName": "string",
"objectType": "string",
"callFromVehicleToggle": true
}'
csharp / RestSharp
curl -L -X POST '/order/v2/department/:department_token/specialOrder/history' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"objectID": 0,
"source": "DMS",
"status": "string",
"saName": "string",
"objectType": "string",
"callFromVehicleToggle": true
}'
php / cURL
curl -L -X POST '/order/v2/department/:department_token/specialOrder/history' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"objectID": 0,
"source": "DMS",
"status": "string",
"saName": "string",
"objectType": "string",
"callFromVehicleToggle": true
}'
java / OkHttp
curl -L -X POST '/order/v2/department/:department_token/specialOrder/history' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"objectID": 0,
"source": "DMS",
"status": "string",
"saName": "string",
"objectType": "string",
"callFromVehicleToggle": true
}'
powershell / RestMethod
curl -L -X POST '/order/v2/department/:department_token/specialOrder/history' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"objectID": 0,
"source": "DMS",
"status": "string",
"saName": "string",
"objectType": "string",
"callFromVehicleToggle": true
}'