Jan 15, 2022 - v2022.1
almost 4 years ago by Mike
- Added Resource Allocation functionality to the API endpoints and to the availability functionality
- Fix Issue #868: When calling
PUT /setup/vs/resources{id}with aserviceIdan HTTP 500 error was returned - Fix Issue #846: When calling
GET /setup/v1/resources/{id}/allocations, some allocations were not returned. Fixed to return allocations within or overlapping the suppliedstartDateand/orendDate - Fix Issue #831: When calling
PUT /setup/v1/locations/{id}/holidayswith an asterisk (*), HTTP 500 error was returned - Fix Issue #777: When calling
POST /consumer/v1/appointmentswith FIRSTNAME & LASTNAME did not save name info in the appointment - Fix Issue #776: When calling
PUT /consumer/v1/appointments/{id}/bookthe Customer Record was not updating properly - Fix Issue #773: When
serviceIdwas not passed intoGET /consumer/v1/services/{id}orGET /setup/v1/services/{id}an incorrect error response was sent - Fix Issue #758: Added required and max length field validation (255 characers) for
Nameon Services and Resources - Fix Issue #750:
POST /consumer/v1/resourceadded required and max length field validation (255 characers) forName - Fix Issue #721:
POST /consumer/v1/appointmentsupdated Swagger to remove misleading statement re: multiple customerId's - Fix Issue #452:
PUT /setup/v1/resources/allocations/{id}andPUT /setup/v1/resources/block/{id}was removing previously stored data
