Skip to main content

UpdateSupplierInput

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/UpdateSupplierInput.json
addressstring
bicstring
citystring
denominationstring
emailstring
ibanstring
namestring
notesstring
numeroCivicostring
pecstring
phonestring
postalCodestring
provincestring
regimeFiscalestring
surnamestring
UpdateSupplierInput
{
"$schema": "https://example.com/schemas/UpdateSupplierInput.json",
"address": "string",
"bic": "string",
"city": "string",
"denomination": "string",
"email": "string",
"iban": "string",
"name": "string",
"notes": "string",
"numeroCivico": "string",
"pec": "string",
"phone": "string",
"postalCode": "string",
"province": "string",
"regimeFiscale": "string",
"surname": "string"
}