Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. "error": {
  3. "message": "Invalid Submission",
  4. "code": "webservices.rest.error.invalid.submission",
  5. "globalErrors": [],
  6. "fieldErrors": {
  7. "timeSlot": [
  8. {
  9. "code": "appointmentscheduling.Appointment.emptyTimeSlot",
  10. "message": "Empty appointment time slot"
  11. },
  12. {
  13. "code": "appointmentscheduling.Appointment.emptyTimeSlot",
  14. "message": "Empty appointment time slot"
  15. }
  16. ]
  17. }
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement