Added

Version 1.22.0

What's Changed


GET /api/business/{businessId}/client/{clientId}
Return Type:

Changed response : 200 OK

Specified client retrieved

  • Changed content type : application/json

    • Changed property gender (string)

      Added enum values:

      • NON_BINARY
      • NOT_SPECIFIED
      • PREFER_NOT_TO_SAY
      • UNKNOWN
PUT /api/business/{businessId}/client/{clientId}
Request:

Changed content type : application/json

  • Changed property gender (string)

    Added enum values:

    • NON_BINARY
    • NOT_SPECIFIED
    • PREFER_NOT_TO_SAY
    • UNKNOWN
Return Type:

Changed response : 200 OK

Client updated successfully

  • Changed content type : application/json

    • Changed property gender (string)

      Added enum values:

      • NON_BINARY
      • NOT_SPECIFIED
      • PREFER_NOT_TO_SAY
      • UNKNOWN
GET /api/business/{businessId}/client/walk-in
Return Type:

Changed response : 200 OK

walk-in client retrieved

  • Changed content type : application/json

    • Changed property gender (string)

      Added enum values:

      • NON_BINARY
      • NOT_SPECIFIED
      • PREFER_NOT_TO_SAY
      • UNKNOWN
POST /api/business/{businessId}/client
Request:

Changed content type : application/json

  • Changed property gender (string)

    Added enum values:

    • NON_BINARY
    • NOT_SPECIFIED
    • PREFER_NOT_TO_SAY
    • UNKNOWN
Return Type:

Changed response : 201 Created

Client created successfully

  • Changed content type : application/json

    • Changed property gender (string)

      Added enum values:

      • NON_BINARY
      • NOT_SPECIFIED
      • PREFER_NOT_TO_SAY
      • UNKNOWN
GET /api/business/{businessId}/client
Return Type:

Changed response : 200 OK

Clients listed

  • Changed content type : application/json

    • Changed property _embedded (object)

      • Changed property clients (array)

        Changed items (object):

        • Changed property gender (string)

          Added enum values:

          • NON_BINARY
          • NOT_SPECIFIED
          • PREFER_NOT_TO_SAY
          • UNKNOWN
GET /api/business/{businessId}/client-batch
Return Type:

Changed response : 200 OK

Batch of clients retrieved

  • Changed content type : application/json

    • Changed property _embedded (object)

      • Changed property clients (array)

        Changed items (object):

        • Changed property gender (string)

          Added enum values:

          • NON_BINARY
          • NOT_SPECIFIED
          • PREFER_NOT_TO_SAY
          • UNKNOWN