Crea un registro de fiscal_information (datos del comercio).
| Name | Description |
|---|---|
| description | Descripcion sobre que hace la empresa |
| commercial_name | Nombre comercial o alias |
| legal_name | Nombre legal |
| document_type | Tipo de documento |
| document_number | Numero de documento |
| iva_condition | Condiccion frente al IVA, opciones: enrolled final_consumer independent exempt |
| business_document | Documento de la empresa |
| source_of_founds | Registro en impuestos |
| service | Servicio |
Content-Type: application/json Authorization: <integration-token> Host: example.org Cookie:
POST /internal/v1/merchants/fiscal_informations
{"description":"Venta de soluciones informaticas","commercial_name":"Flemeui","legal_name":"Sincha SA","document_type":"cuil","document_number":"9999999","iva_condition":"enrolled","business_document":{"original_filename":"test.jpg","tempfile":"#\u003cFile:0x00007fae8faea020\u003e","content_type":"text/plain"},"source_of_founds":{"original_filename":"test.jpg","tempfile":"#\u003cFile:0x00007fae8faea020\u003e","content_type":"text/plain"},"service":{"original_filename":"test.jpg","tempfile":"#\u003cFile:0x00007fae8faea020\u003e","content_type":"text/plain"}}
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/"63a07054f7533791ec808516fc8b6b48" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: eb963774-f9c7-473a-bb37-2ab3f6350f2e X-Runtime: 0.103482 Vary: Origin Content-Length: 331
200 OK
{
"data": {
"id": 21,
"description": "Venta de soluciones informaticas",
"commercial_name": "Flemeui",
"legal_name": "Sincha SA",
"document_type": "cuil",
"document_number": "9999999",
"iva_condition": "enrolled",
"user_id": 8888,
"user_type": "User",
"created_at": "2022-10-05T15:55:36.714Z",
"updated_at": "2022-10-05T15:55:36.735Z",
"state": "checking"
}
}