Hi,
While reviewing the appointment slot (A015)
response payload in the Integration environment, I noticed that the format of the schedule.reference field differs from what is returned in the Sandbox environment.
Sandbox response:
“schedule”: {
"reference": "Schedule/12000-921600556514"
}
Integration response:
“schedule”: {
"reference": "Schedule/6709562"
}
The slot data is being returned successfully, but the reference value format has changed between the two environments. In the Integration environment, the reference contains only service ID (6709562), whereas in the Sandbox environment it contains a different format (12000-921600556514).
I have attached the response file received from the Integration environment for your reference.
Appointment_Slot_Response.txt (16.5 KB)
Could you please confirm whether this difference in the schedule.reference format is expected, or if there have been any recent changes in the Integration environment?