Skip to main content

PartnerAuthorizationDto

Response DTO for a created/returned authorization

idstringrequired
logisticsCompanyIdstringrequired
carrierIdstringrequired
totemGroupIdstringrequired
statusstringrequired
quantitydoublerequired
productstringrequired
batchstring
formatstring
warehousestringrequired
scheduledDatestring
endDatestring
driverIdstring
tractorPlatestring
trailerPlatesstring[]required
createdAtstringrequired
updatedAtstringrequired
PartnerAuthorizationDto
{
"id": "string",
"logisticsCompanyId": "string",
"carrierId": "string",
"totemGroupId": "string",
"status": "string",
"quantity": 0,
"product": "string",
"batch": "string",
"format": "string",
"warehouse": "string",
"scheduledDate": "string",
"endDate": "string",
"driverId": "string",
"tractorPlate": "string",
"trailerPlates": [
"string"
],
"createdAt": "string",
"updatedAt": "string"
}