DataNotUpdatedError
No changes can be made via API if no data has been modified, or if the update is not permitted. The following fields can only be modified via API if the customer is related to any object other than an offer First name Last name Gender Date of birth If the data shall still be changed, the insurance company technical service needs to be contacted.
type DataNotUpdatedError implements ErrorInterface {
message: String!
}
Fields
DataNotUpdatedError.message ● String! non-null scalar
Interfaces
ErrorInterface interface
Error interface for all errors that can be returned by the API.
Always include the ErrorInterface in your request so any error returned by the API will be returned.
Implemented By
UpdateCustomerResult union