updateDevicePurchaseOrder
updateDevicePurchaseOrder
Path Parameters
ServiceSubscriberDealer string required
devicePurchaseOrderUuid string required
application/json
Request Body required
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
devicePurchaseOrderItems object[]
amount int32
gatewayAmount int32
currency string
quantity int32
product object
gatewayCountryProductId string
gatewayProduct object
gatewayId string
status string
type string
id string
amount int32
gatewayAmount int32
currency string
country string
orderable string
name string
description string
imageUrl string
status string
accessory boolean
paymentType string
shipping object
address object
city string
country string
line1 string
line2 string
postalCode string
state string
amount int32
company string
currency string
email string
name string
phone string
shippingMethodGatewayId string
currentDealerAssociateDTO object
id int64
uuid string
userUuid string
firstName string
lastName string
cellPhone string
textNumber string
emailAddress string
nickname string
associateDmsID string
imageUrl string
role object
roleName string
roleAcronym string
department object
id int64
name string
uuid string
dealer object
id int64
name string
contractName string
number string
comments string
isValid boolean
phoneNumber string
emailID string
website string
mapUrl string
pickupOffered boolean
dropoffOffered boolean
shuttleOffered boolean
couponOffered boolean
loanerOffered boolean
serviceDeptHoursText string
partsDeptHoursText string
salesDeptHoursText string
fiDeptHoursText string
inNetwork boolean
latitude float
longitude float
altitude float
isSystemDealer boolean
nickName string
uuid string
communicationGroup string
brokerNumber string
defaultDealerAssociateID int64
subscriptions object[]
subscription string
features object[]
key string
signUpUrl string
informationUrl string
email string
uuid string
authorities object[]
authority string
description string
tags object[]
name string
uuid string
preferences object[]
keyName string
value string
bio string
teamUuidList string[]
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
object
{}
Bad Request
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Loading...