Capabilities:
| NOVA Customer Data Types | NOVA Customer Service Model | NOVA Customer Master Data | NOVA Customer Master Data |
|---|---|---|---|
| - Customer Data Types Domain - Customer Data Types OpenAPI | - Customer Address Validation Service - Customer Service Model Domain - Customer Service Model OpenAPI - Customer Service Model Roles - Customer Service Partner Write Requests - Customer Service Responses - Customer Service Security Roles | - Customer Data Unit - Customer Master Data Domain - Customer Master Data OpenAPI |
| Artifact | Icon | Maturity Level | since |
|---|---|---|---|
| NOVA Customer Data Types | 🐔 | Crazy Chicken | |
| NOVA Customer Service Model | 🐔 | Crazy Chicken | |
| NOVA Customer Master Data | 🐔 | Crazy Chicken | |
| NOVA Customer Events | 🐔 | Crazy Chicken |
Service provides the endpoints / operations to validate customer address data. Depending on the type of address different operations are available. Also the validation rules highly depend on the type of address.
| REST Path / Operation | Description |
|---|---|
/customers:validateCommunicationAddress [POST] validateCommunicationAddress(CommunicationAddress, NOVAContext) | Operation can be used to check if a communication address is valid for usage on NOVA. |
Service provides the endpoints / operations to access and update NOVA customer data.
| REST Path / Operation | Description |
|---|---|
/customers [GET] getPartner(PartnerRequest, NOVAContext) | Method returns the partner with the passed customer reference (TKID or CKM). |
/customers:preparePartner [POST] preparePartner(PreparePartnerRequest, NOVAContext) | |
/customers/{customerID}:confirm [POST] confirmPartner(PartnerRequestContext, NOVAContext) | |
/customers/{customerID}:update [POST] updatePartner(UpdatePartnerRequest, PartnerRequestContext, NOVAContext) |
No breaking changes planned.
ch.voev.nova.customer.datatypesNo deprecations published.
ch.voev.nova.customer.servicemodelNo deprecations published.
ch.voev.nova.customer.masterdata| Type | Attribute | Description | Deprecated since | Planned to be removed |
|---|---|---|---|---|
CustomerDataElementQualityLevelsMasterData | Type will be removed completely without a successor. | 2.0 | PI 22 | |
CustomerDataQualityProfileMasterData | Type will be removed completely without a successor. | 2.0 | PI 22 | |
CustomerDataUnit | ||||
customerRoleDefinitionMasterData | Please use direct association customerRoleDefinitions to versioned object CustomerRoleDefinition instead. | 2.0 | PI 22 | |
customerDataQualityProfileMasterData | Please use direct association customerDataQualityProfiles to versioned object CustomerDataQualityProfile instead. | 2.0 | PI 22 | |
customerDataElementQualityLevelsMasterData | Please use direct association customerDataQualityLevels to versioned object CustomerDataQualityLevel instead. | 2.0 | PI 22 | |
CustomerRoleDefinitionMasterData | Type will be removed completely without a successor. | 2.0 | PI 22 |
ch.voev.nova.customer.eventsNo deprecations published.