getSummaryOfDMSSyncOrders
getSummaryOfDMSSyncOrders
Path Parameters
department_token string required
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
statusCode int32
totalCount int32
totalSuccessful int32
totalFailure int32
manualCheckInSuccessfulCount int32
summaryByType object[]
count int32
successful int32
failure int32
type string
Possible values: [SINGLE_MATCH
, MULTI_MATCH
, NO_MATCH
, CHECKED_IN_MANUALLY
, WRITEBACK_PENDING_AFTER_SUCCESSFUL_MERGE
]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"statusCode": 0,
"totalCount": 0,
"totalSuccessful": 0,
"totalFailure": 0,
"manualCheckInSuccessfulCount": 0,
"summaryByType": [
{
"count": 0,
"successful": 0,
"failure": 0,
"type": "SINGLE_MATCH"
}
],
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...