CUSTOMER resource errors
Code | Path | Message |
---|---|---|
CUS-001 | customer.ownId | Customer ownId was not informed. |
CUS-002 | customer.fullname | Customer name was not informed. |
CUS-003 | customer.fullname | The informed name is not valid. |
CUS-004 | customer.fullname | The informed name cannot contain only numbers. |
CUS-005 | customer.email | Customer e-mail was not informed. |
CUS-006 | customer.email | The informed email is not valid. |
CUS-007 | customer.birthDate | The informed birthdate is invalid. |
CUS-008 | customer.ownId | The ownid identifier must be unique, there is already a customer with the identifier provided. |
CUS-009 | customer | The customer data is required and need to be informed. |
CUS-010 | customer.birthDate | Customer birthdate was not informed. |
CUS-011 | customer.taxDocument | The taxDocument structure was not informed. |
CUS-012 | customer.phone | The phone structure was not informed. |
CUS-013 | customer.shippingAddress | The address structure was not informed. |
CUS-014 | customer.taxDocument.number | The CNPJ must have 14 digits. |
CUS-015 | customer.phone.countryCode | The phone country code provided must be numeric. |
CUS-016 | customer.phone.areaCode | The phone area code must be informed. |
CUS-017 | customer.phone.areaCode | The phone area code provided must be numeric. |
CUS-018 | customer.phone.number | Customer phone was not informed. |
CUS-019 | customer.phone.number | The phone number provided must be numeric. |
CUS-020 | customer.shippingAddress | Address type was not informed. |
CUS-021 | customer.shippingAddress | Address type was not informed. |
CUS-022 | customer.shippingAddress | Address street was not informed. |
CUS-023 | customer.shippingAddress | Address street number was not informed. |
CUS-024 | customer.shippingAddress | The address street number provided must be numeric. |
CUS-025 | customer.shippingAddress | The address complement has an invalid number of characters. |
CUS-026 | customer.shippingAddress | Address neighbourhood was not informed. |
CUS-027 | customer.shippingAddress | The address neighbourhood has an invalid number of characters. |
CUS-028 | customer.shippingAddress | Address city was not informed. |
CUS-029 | customer.shippingAddress | The address city has an invalid number of characters. |
CUS-030 | customer.shippingAddress | Address state was not informed. |
CUS-031 | customer.shippingAddress | The address state has an invalid number of characters. |
CUS-032 | customer.shippingAddress | Address country was not informed. |
CUS-033 | customer.shippingAddress | The informed address country is invalid. |
CUS-034 | customer.shippingAddress | Address zipcode was not informed. |
CUS-035 | customer.shippingAddress | The address zipcode provided must be numeric. |
CUS-036 | customer.shippingAddress | Zipcode must contain 8 digits |
CUS-037 | customer.shippingAddress | The street must contain a maximum of 200 characters. |
CUS-038 | customer.shippingAddress | The street number must contain a maximum of 10 characters. |