{{baseUrl}}/pro
POST {{baseUrl}}/pro
This method allows you to register a new legal invoice account of type 'pro'. 'pro' means that you have 400 starting invoices and the possibility of adding extra company names. For the documents the system will call from the following ip: 34.76.237.249
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"data": {
"cf_piva_titolare": "12485671007",
"denominazione_titolare": "openapi srl",
"comune_titolare": "roma",
"indirizzo_titolare": "via filippo marinetti 221",
"cap_titolare": "00143",
"provincia_titolare": "rm",
"email": "info@openapi.it",
"nome_richiedente": "Mario",
"cognome_richiedente": "Rossi",
"sesso_richiedente": "M",
"cf_richiedente": "MRXXXXXXXXXXXF",
"documento_identita": "d64681184e3637335b606acdfa79b927.pdf",
"modulo_attivazione": "75a9580aeb9a97d050cd00118bceb7f8.pdf",
"callback": {
"url": "https://mysite.it/callback.php",
"field": "data",
"method": "POST",
"data": {}
},
"data_nascita_richiedente": null,
"telefono": null,
"cellulare": null,
"stato": "in_attivazione",
"tipo_account": "pro",
"username": null,
"password": null,
"fatture": 400,
"fatture_extra": 0,
"ragioni_sociali_extra": 0,
"timestamp_creazione": 1655807719,
"timestamp_ultima_modifica": 1655816051,
"timestamp_scadenza": null,
"owner": "gcloud-tests@openapi.it",
"autorinnovo": false,
"id": "62b19eea2f7b5264ce34ac29"
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS