Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url http://localhost:8000/issuers/{issuer_id}/establishments/{establishment_id} \ --header 'Content-Type: application/json' \ --data ' { "address": "Nueva Dirección 456, Quito, Ecuador", "is_active": false, "name": "Sucursal Norte" } '
{ "address": "Av. Principal 123, Quito, Ecuador", "code": "001", "created_at": "2024-01-01T00:00:00Z", "id": "770e8400-e29b-41d4-a716-446655440000", "is_active": true, "issuer_id": "550e8400-e29b-41d4-a716-446655440000", "name": "Matriz", "tenant_id": "660e8400-e29b-41d4-a716-446655440000", "updated_at": "2024-01-01T00:00:00Z" }
Update or deactivate an Establishment.
Schema for updating an Establishment (partial update).
Display name for the establishment
1 - 255
Physical address of the establishment
1
Whether the establishment is active
Successful Response
Schema for Establishment response.