Created crud opration for company api's
This commit is contained in:
@@ -194,3 +194,13 @@ codice.fiscale.exists=This codice fiscale is already associated with another use
|
||||
total.steps.not.zero=Total steps cannot be zero.
|
||||
completed.steps.not.valid=Completed steps should be between 0 and total steps.
|
||||
field.id.not.found=Field ID {0} does not exist in the form structure.
|
||||
company.created.success=Company created successfully.
|
||||
company.updated.success=Company updated successfully.
|
||||
company.delete.success=Company deleted successfully.
|
||||
company.get.success=Company retrieved successfully.
|
||||
company.not.found=Company not found.
|
||||
check.vatnumber.success=VAT number checked successfully.
|
||||
invalid.vatnumber=Invalid VAT number.
|
||||
vatnumber.mandatory=VatNumber is mandatory.
|
||||
vatnumber.already.exists=VatNumber already exists.
|
||||
invalid.email=Invalid email.
|
||||
|
||||
Reference in New Issue
Block a user