AppointmentActionView
{
"id": 0,
"appointmentId": "string",
"appointmentType": "INBOUND",
"serviceType": "string",
"appointmentTime": "string",
"referenceIds": [
"string"
],
"createdTime": "string",
"createdBy": "string",
"updatedTime": "string",
"updatedBy": "string",
"loadViews": [
{
"id": "string",
"loadId": "LOAD-12345",
"loadStatus": "string",
"loadNo": "string",
"shipMethod": "string",
"carrierId": "string",
"appointmentTime": "2025-08-08T10:00:00",
"appointmentId": "string",
"orderIds": [
"string"
],
"customerId": "string",
"masterBol": "string",
"sealNo": "123456",
"customerName": "string",
"carrierName": "string",
"orderViews": [
{
"id": 0,
"orderId": "string",
"orderStatus": "string",
"customerId": "string",
"poNo": "string",
"referenceNo": "string",
"retailer": "string",
"shipFrom": "string",
"shipTo": "string",
"totalPalletQty": 0,
"totalCartonQty": 0,
"itemInfos": [
{}
],
"customerName": "string",
"carrierName": "string",
"shipToAddress": {
"id": null,
"name": null,
"country": null,
"state": null,
"city": null,
"zipCode": null,
"fax": null,
"address1": null,
"address2": null,
"contact": null,
"phone": null,
"extension": null,
"email": null,
"orgId": null,
"orgName": null,
"referenceNo": null,
"batchCode": null,
"storeNo": null,
"shorthand": null,
"toHome": null,
"tags": null,
"latitude": null,
"longitude": null,
"crmAddressId": null
},
"shipFromAddress": {
"id": null,
"name": null,
"country": null,
"state": null,
"city": null,
"zipCode": null,
"fax": null,
"address1": null,
"address2": null,
"contact": null,
"phone": null,
"extension": null,
"email": null,
"orgId": null,
"orgName": null,
"referenceNo": null,
"batchCode": null,
"storeNo": null,
"shorthand": null,
"toHome": null,
"tags": null,
"latitude": null,
"longitude": null,
"crmAddressId": null
},
"appointmentTime": "string",
"dynamicFieldValues": [
{}
],
"proNos": [
"string"
],
"invoicePros": [
"string"
],
"doNos": [
"string"
],
"tripNo": "string",
"shippedTime": "string"
}
],
"dynamicFieldValues": [
{
"entityId": "string",
"entityType": "RECEIPT",
"fieldCode": "string",
"value": "string",
"fieldName": "string",
"longValue": "string",
"shortValue": "string"
}
],
"equipmentType": "TRAILER",
"equipmentNo": "string",
"referenceNoList": [
"string"
],
"poNoList": [
"string"
],
"templateLoadKey": "string",
"proNos": [
"string"
],
"invoicePros": [
"string"
],
"doNos": [
"string"
],
"tripNos": [
"string"
],
"loadType": "string",
"stagingLocationName": "string",
"shippedTime": "string"
}
],
"receiptViews": [
{
"id": 0,
"receiptId": "string",
"receiptStatus": "string",
"receiptType": "string",
"poNo": "string",
"carrierId": "string",
"customerId": "string",
"referenceNo": "string",
"equipmentType": "string",
"equipmentNo": "string",
"totalPalletQty": 0,
"itemLines": [
{
"itemId": "string",
"itemName": "string",
"itemQty": "string",
"palletQty": "string",
"itemSpecDesc": "string",
"itemSpecName": "string",
"uomId": "string",
"qty": "string"
}
],
"appointmentTime": "string",
"appointmentId": "string",
"sealNo": "string",
"dataChannel": "YMS",
"eventTime": "string",
"extraData": "string",
"carrierName": "string",
"customerName": "string",
"dynamicFieldValues": [
{
"entityId": "string",
"entityType": "RECEIPT",
"fieldCode": "string",
"value": "string",
"fieldName": "string",
"longValue": "string",
"shortValue": "string"
}
],
"proNos": [
"string"
],
"invoicePros": [
"string"
],
"doNos": [
"string"
],
"tripNo": "string"
}
]
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| id | integer(int64) | false | none | Internal database ID | |
| appointmentId | string | false | none | Unique appointment identifier | |
| appointmentType | string | false | none | Type of appointment | |
| serviceType | string | false | none | Service type code | |
| appointmentTime | string | false | none | Scheduled appointment time | |
| referenceIds | [string] | false | none | List of reference identifiers | |
| createdTime | string | false | none | Record creation timestamp | |
| createdBy | string | false | none | User who created the record | |
| updatedTime | string | false | none | Record last update timestamp | |
| updatedBy | string | false | none | User who last updated the record | |
| loadViews | [LoadView (opens in a new tab)] | false | none | List of load views | |
| receiptViews | [ReceiptView (opens in a new tab)] | false | none | List of receipt views |
Enum Values
| Property | Value |
|---|---|
| appointmentType | INBOUND |
| appointmentType | OUTBOUND |
| appointmentType | BOTH |