limited details for Cancelations / Void / Deny - Fetch Appointment Details Webhook: #11
Unanswered
OnWednesdaysWeWearFlannel
asked this question in
Q&A
Replies: 1 comment
-
I may not be understanding your issue specifically, but are you specifically talking about the Fetch Available Appointments Event webhook? This webhook is intended to be tied to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
When implementing the Fetch Appointment Details web hook event the entity is un-associated from the load and therefore the details aren't available. So we are only going to send back. Let us know if we need to implement the additional details in the future for voids / rejections/cancellations and deny.
{
"identifiers":
{
"primaryReferenceNumber": "LOAD1234",
"stopSequenceNumber": 1
},
"currentAppointment":
{
"appointmentStatus": "CANCELED"
},
"occurredAt": "2023-04-15T08:02:23.123Z"
}
Thank you,
Shipper implementation
Beta Was this translation helpful? Give feedback.
All reactions