API Docs
YMS API
Data Models
Appointment
RPage Result Appointment View

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

NameTypeRequiredConstraintsChinese NameDescription
codeinteger(int64)falsenonenone
msgstringfalsenonenone
successbooleanfalsenonenone
dataPageResultAppointmentView (opens in a new tab)falsenonenone