📄️ Introduction
Person API
📄️ Person Creation
This endpoint allows clients to create a new person by sending a POST request with the desired personal data, address, and loyalty data.
📄️ Person Retrieval by CPF
This endpoint retrieves an existing person by their CPF document number.
📄️ Person Retrieval by Passport
This endpoint retrieves an existing person by their passport number.
📄️ Person Retrieval
This endpoint allows clients to retrieve person details by sending a GET request with the person ID.
📄️ Person Update
This endpoint allows clients to modify an existing person's details by sending a PATCH request with the person ID and the fields to be updated, such as personal data, address, and loyalty fields.