Skip to main content

SUpdate Special Order history

SUpdate Special Order history

Path Parameters
    department_token string required
Request Body required
    objectID int64
    source string

    Possible values: [DMS, myKaarma]

    status string
    saName string
    objectType string
    callFromVehicleToggle boolean
Responses

OK


Schema
    statusCode int32
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /department/:department_token/specialOrder/history

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/order/v2
Username
Password
department_token — path required
Body required
{
"objectID": 0,
"source": "DMS",
"status": "string",
"saName": "string",
"objectType": "string",
"callFromVehicleToggle": true
}
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
}'