AdeAppointee

Assign an Appointee to a Business Registry Configuration.

Assign a Business Registry Configuration (BRC) to the Appointee. The BRC must have the receipts_enabled flag set to true. The company linked to the BRC must have completed the appointment on the Tax Authority web portal.

SecurityBearer
Request
path Parameters
fiscal_id
required
string

The fiscal identifier of the appointee

Request Body schema:

The new AdeAppointee resource

fiscal_id
required
string

The fiscal ID of a Business Registry configuration which has been enabled to receipts and which is owned by the current user

Responses
204

OK

404

Not found

post/ade-appointees/{fiscal_id}/assign
Request samples
{
  • "fiscal_id": "string"
}

Set new Agenzia delle Entrate credentials for the Appointee.

Update the credentials to authenticate the Appointee into the Tax Authority portal (FiscOnline / Entratel)

SecurityBearer
Request
path Parameters
fiscal_id
required
string

The fiscal identifier

Request Body schema:

The updated AdeAppointee resource

password
required
string
pin
required
string
Responses
204

OK

403

Forbidden

404

Not found

put/ade-appointees/{fiscal_id}/credentials/fisconline
Request samples
{
  • "password": "string",
  • "pin": "string"
}

Retrieves a AdeAppointee resource.

Retrieves an AdE Appointee

SecurityBearer
Request
path Parameters
id
required
string

The fiscal identifier of the appointee

Responses
200

AdeAppointee resource response

404

Resource not found

get/ade-appointees/{id}
Request samples
Response samples
{
  • "id": 0,
  • "name": "string",
  • "fiscal_id": "string",
  • "owner_id": "string"
}