Informacion del comercio API

Muestra la data del cliente.

Informacion del comercio

GET /internal/v1/clients/fiscal_informations

Informacion del comercio

Request

Headers

Content-Type: application/json
Authorization: <integration-token>
Host: example.org
Cookie: 

Route

GET /internal/v1/clients/fiscal_informations

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/json; charset=utf-8
ETag: W/"62ae3e079802fa007229fb4fd4ac160d"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 60f16712-7114-4134-813b-d28d13a87b66
X-Runtime: 0.024005
Vary: Origin
Content-Length: 350

Status

200 OK

Body

{
  "data": {
    "id": 17,
    "description": "Open-source neutral Graphical User Interface",
    "commercial_name": "Hamill-Durgan",
    "legal_name": "Rice Group",
    "document_type": "cuit",
    "document_number": "84-9675075",
    "iva_condition": "exempt",
    "user_id": 7777,
    "user_type": "User",
    "created_at": "2023-04-19T17:15:30.701Z",
    "updated_at": "2023-04-19T17:15:30.711Z",
    "state": "pending"
  }
}