Here is the input data. I did test the different time zone offsets and no combination of changing those made a difference that I could tell.
[
{
“Customer”: “0003975”,
“Name”: “CUSTOMER1”,
“Tasks”: “437523 CAN LEAVE OUT SIDE”,
“ReqShipDate”: “2023-08-09T00:00:00.000Z”,
“Street”: “STREET”,
“Street2”: " ",
“City”: “CITY”,
“State”: “STATE”,
“Zip”: “ZIP”,
“Country”: “USA”,
“PhoneNumber”: “123-456-7890”,
“TotalOrdered”: 20,
“Mass”: 330.5,
“StartTime”: “07:30:00”,
“EndTime”: “17:00:00”,
“CompleteAfter”: “08/08/2023 07:30:00”,
“CompleteBefore”: “08/08/2023 17:00:00”,
“ServiceTime”: 15
},
]
Here is the output for a created task.
[
{
“id”: “U1Q0d1O6rSuCu8y~zgtl67jr”,
“timeCreated”: 1691412312000,
“timeLastModified”: 1691412312436,
“organization”: “XFgOn2KgIAD1d6O4GSpsIsT",
“shortId”: “186d135f”,
“trackingURL”: “Track Your Driver”,
“worker”: null,
“merchant”: "XFgOn2KgIAD1d6O4GSpsIsT”,
“executor”: “XFgOn2KgIAD1d6O4GSpsIsT",
“creator”: “uxA0m6gw1BGqOJJg33uA07qv”,
“dependencies”: [],
“state”: 0,
“completeAfter”: 1691479800000,
“completeBefore”: 1691514000000,
“pickupTask”: false,
“notes”: “”,
“completionDetails”: {
“failureNotes”: “”,
“successNotes”: “”,
“failureReason”: “NONE”,
“events”: [],
“actions”: [],
“time”: null,
“signatureUploadId”: null,
“photoUploadId”: null,
“photoUploadIds”: null,
“firstLocation”: [],
“lastLocation”: [],
“unavailableAttachments”: []
},
“feedback”: [],
“metadata”: [],
“overrides”: {
“recipientName”: “CUSTOMER1”,
“recipientNotes”: null,
“recipientSkipSMSNotifications”: null,
“useMerchantForProxy”: null
},
“quantity”: 20,
“additionalQuantities”: {
“quantityA”: 0,
“quantityB”: 0,
“quantityC”: 0
},
“serviceTime”: 15,
“identity”: {
“failedScanCount”: 0,
“checksum”: null
},
“appearance”: {
“triangleColor”: null
},
“scanOnlyRequiredBarcodes”: false,
“container”: {
“type”: “ORGANIZATION”,
“organization”: "XFgOn2KgIAD1d6O4GSpsIsT”
},
“trackingViewed”: false,
“recipients”: [],
“destination”: {
“id”: “yatjz4OJmpF*yfNeaSAFxWbA”,
“timeCreated”: 1691412312000,
“timeLastModified”: 1691412312396,
“location”: [
-74.0646994,
40.352604
],
“address”: {
“apartment”: “”,
“state”: “STATE”,
“postalCode”: “ZIP”,
“number”: “17”,
“street”: “STREET”,
“city”: “CITY”,
“country”: “United States”,
“name”: “CUSTOMER1”
},
“notes”: “437523 CAN LEAVE OUT SIDE”,
“metadata”: [],
“googlePlaceId”: “ChIJO9Xh0kcwwokRg-TzYPoLKPM”,
“warnings”: [],
“useGPS”: false
}
}
]
Here is the Get Task result.
[
{
“id”: “UbTSQw4VmkpIKnMApx87Sren”,
“timeCreated”: 1691411320000,
“timeLastModified”: 1691411320432,
“organization”: “XFgOn2KgIAD1d6O4GSpsIsT",
“shortId”: “ae024179”,
“trackingURL”: “Track Your Driver”,
“worker”: null,
“merchant”: "XFgOn2KgIAD1d6O4GSpsIsT”,
“executor”: “XFgOn2KgIAD1d6O4GSpsIsT",
“creator”: “uxA0m6gw1BGqOJJg33uA07qv”,
“dependencies”: [],
“state”: 0,
“completeAfter”: 1691479800000,
“completeBefore”: 1691514000000,
“pickupTask”: false,
“notes”: “”,
“completionDetails”: {
“failureNotes”: “”,
“successNotes”: “”,
“failureReason”: “NONE”,
“events”: [],
“actions”: [],
“time”: null,
“signatureUploadId”: null,
“photoUploadId”: null,
“photoUploadIds”: null,
“firstLocation”: [],
“lastLocation”: [],
“unavailableAttachments”: []
},
“feedback”: [],
“metadata”: [],
“overrides”: {
“recipientName”: “CUSTOMER1”,
“recipientNotes”: null,
“recipientSkipSMSNotifications”: null,
“useMerchantForProxy”: null
},
“quantity”: 20,
“additionalQuantities”: {
“quantityA”: 0,
“quantityB”: 0,
“quantityC”: 0
},
“serviceTime”: 15,
“identity”: {
“failedScanCount”: 0,
“checksum”: null
},
“appearance”: {
“triangleColor”: null
},
“scanOnlyRequiredBarcodes”: false,
“container”: {
“type”: “ORGANIZATION”,
“organization”: "XFgOn2KgIAD1d6O4GSpsIsT”
},
“trackingViewed”: false,
“recipients”: [],
“estimatedCompletionTime”: null,
“estimatedArrivalTime”: null,
“destination”: {
“id”: “WqfjmpldezjZVSkxQfu4qLhS”,
“timeCreated”: 1691411320000,
“timeLastModified”: 1691411320403,
“location”: [
-74.0646994,
40.352604
],
“address”: {
“apartment”: “”,
“state”: “STATE”,
“postalCode”: “ZIP”,
“number”: “17”,
“street”: “STREET”,
“city”: “CITY”,
“country”: “United States”,
“name”: “CUSTOMER1”
},
“notes”: “437523 CAN LEAVE OUT SIDE”,
“metadata”: [],
“googlePlaceId”: “ChIJO9Xh0kcwwokRg-TzYPoLKPM”,
“warnings”: [],
“useGPS”: false
},
“delayTime”: null,
“eta”: null
}
]