Retrieve PEMs.
Successful Response
Forbidden
Not Found
Validation Error
{- "members": [
- {
- "serial_number": "string",
- "status": "NEW",
- "address": {
- "street_address": "string",
- "street_number": "string",
- "zip_code": "strin",
- "city": "string",
- "province": "st"
}
}
], - "total": 0,
- "page": 1,
- "size": 1,
- "pages": 0
}
Successful Response
Forbidden
Not Found
Validation Error
{- "serial_number": "string",
- "status": "NEW",
- "address": {
- "street_address": "string",
- "street_number": "string",
- "zip_code": "strin",
- "city": "string",
- "province": "st"
}, - "registration_key": "string"
}
Access rules:
Successful Response
Forbidden
Not Found
Validation Error
{- "members": [
- {
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "type": "sale",
- "total_amount": "string",
- "document_number": "stringstr",
- "document_datetime": "2025-10-08T16:20:42",
- "parent_receipt_uuid": "8e47e86b-f4e0-4ed8-a82a-e9c693a00a74"
}
], - "total": 0,
- "page": 0,
- "size": 0
}
Successful Response
Forbidden
Not Found
Validation Error
{- "members": [
- {
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "pem_serial_number": "string",
- "name": "string"
}
], - "total": 0,
- "page": 1,
- "size": 1,
- "pages": 0
}
Trigger the activation process of a Point of Sale by requesting a certificate to the Italian Tax Agency
Successful Response
Forbidden
Not Found
Validation Error
{- "registration_key": "string"
}
null
Create a new inactivity period
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
null
Communicate to MF2 a period in which the Point of Sale was offline and the reason
Successful Response
Forbidden
Not Found
Validation Error
{- "timestamp": "2019-08-24T14:15:22Z",
- "reason": "string"
}
null
Retrieves the collection of Pem resources.
Point of Sale resources
Forbidden
{- "@context": "string",
- "@id": "string",
- "@type": "string",
- "title": "string",
- "detail": "string",
- "status": 404,
- "instance": "string",
- "type": "string",
- "description": "string"
}
Creates a Point of Sale resource
Point of Sale resource
Pem resource created
Invalid input
Forbidden
An error occurred
{- "merchant_uuid": "ec27f24b-dbba-4c9a-aed0-9cec1c3b9e51",
- "receipt_header": "string",
- "address": {
- "street_address": "string",
- "street_number": "",
- "zip_code": "strin",
- "city": "string",
- "province": "st"
}, - "external_pem_data": {
- "version": "string",
- "type": "AP"
}
}
{- "serial_number": "string",
- "registration_key": "string"
}
Retrieves a Pem resource.
Point of Sale resource
Forbidden
Not found
{- "@context": "string",
- "@id": "string",
- "@type": "string",
- "title": "string",
- "detail": "string",
- "status": 404,
- "instance": "string",
- "type": "string",
- "description": "string"
}