RPageResultAppointmentView
{
"code": 0,
"msg": "string",
"success": true,
"data": {
"list": [
{
"id": 0,
"appointmentId": "string",
"appointmentType": "INBOUND",
"carrierId": "string",
"carrierName": "string",
"finalCarrierId": "string",
"subCarrierName": "string",
"appointmentTime": "string",
"appointmentStatus": "NEW",
"customerIds": [
"string"
],
"externalId": 0,
"entryId": "string",
"referenceCode": "string",
"driverId": "string",
"createdTime": "string",
"createdBy": "string",
"updatedTime": "string",
"updatedBy": "string",
"customerNames": [
"string"
],
"appointmentActionViews": [
{
"id": null,
"appointmentId": null,
"appointmentType": null,
"serviceType": null,
"appointmentTime": null,
"referenceIds": null,
"createdTime": null,
"createdBy": null,
"updatedTime": null,
"updatedBy": null,
"loadViews": null,
"receiptViews": null
}
],
"driverSnapshot": "string",
"driverSnapshotParse": {
"driverId": "string",
"firstName": "string",
"middleName": "string",
"lastName": "string",
"driverPhone": "string",
"phone": "string",
"licenseNumber": "string",
"licenseExpirationDate": "string",
"licenseState": "string",
"email": "string",
"licensePlate": "ABC123",
"carrierName": "string",
"carrierId": "string",
"usdot": "string",
"equipmentNo": "string",
"equipmentType": "[",
"cargoStatus": "["
},
"serviceTypes": [
"string"
],
"checkedInTime": "string",
"carrierFinishTime": "string",
"driverFinishTime": "string",
"finalCarrierView": {
"carrierId": "string",
"carrierName": "string",
"scac": [
null
],
"usdot": "string",
"mcNumber": "string",
"verified": true,
"createdTime": "string",
"createdBy": "string",
"updatedTime": "string",
"updatedBy": "string",
"carrierStatus": "ACTIVE,INACTIVE,EXCEPTION",
"knownName": "string",
"orgIds": [
null
]
},
"cargoStatus": "UNKNOWN",
"notes": "string"
}
],
"totalCount": 0,
"currentPage": 0,
"pageSize": 0,
"totalPage": 0
}
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| code | integer(int64) | false | none | none | |
| msg | string | false | none | none | |
| success | boolean | false | none | none | |
| data | PageResultAppointmentView (opens in a new tab) | false | none | none |