v1
latestOpenAPI 3.0.12026-07-245277551.2 MBFiscalization
Update fiscalization registration
Updates the fiscalization registration for the given property.
put/fiscal-document/v1/fiscalization/registration
Headers
X-Property-IDinteger required
Request body
Example request
{
"country": "IT",
"name": "Mario Rossi Albergo",
"taxId": "98765432103",
"addresses": [
{
"street": "Via Roma 123",
"number": "123",
"locality": "Centro",
"region": "Milan",
"state": "MI",
"postalCode": "20121",
"country": "IT"
}
],
"emails": [
{
"address": "fatture@hotel-italia.it",
"label": "Invoicing"
}
],
"phones": [
{
"number": "+39 02 1234567",
"label": "Office"
}
],
"identities": {
"it-fiscal-code": "98765432103"
},
"extensions": {
"it-regime-fiscale": "RF07",
"it-sdi-format": "FPR12",
"mx_border_zone": "true"
}
}Response
OK
Example response
{
"country": "IT",
"name": "Mario Rossi Albergo",
"taxId": "98765432103",
"addresses": [
{
"street": "Via Roma 123",
"number": "123",
"locality": "Centro",
"region": "Milan",
"state": "MI",
"postalCode": "20121",
"country": "IT"
}
],
"emails": [
{
"address": "fatture@hotel-italia.it",
"label": "Invoicing"
}
],
"phones": [
{
"number": "+39 02 1234567",
"label": "Office"
}
],
"identities": {
"it-fiscal-code": "98765432103"
},
"extensions": {
"it-regime-fiscale": "RF07",
"it-sdi-format": "FPR12",
"mx_border_zone": "true"
}
}