APIs
This section covers the details of the APIs supported by Marketing Catalog microservices.
- V1.0.0
- V2.0.0
V1.0.0
This is the basis version of Marketing Catalog Microservices, which lists both Microservice endpoints and IRF endpoints.
- Microservice Endpoints
- Authenticated IRF Endpoints
Microservice Endpoints
GET/product/{productId}/currencies/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/{productId}/currencies/{currencyId}{
"Items": {
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}
}POST/product/{productId}/currencies/{currencyId}
http://localhost:8090/ms-marketingcatalog-api/api/v1.0.0/product/{productId}/currencies/{currencyId}{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}{
"productId": "string",
"status": "string",
"message": "string"
}PUT/product/{productId}/currencies/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/{productId}/currencies/{currencyId}{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
} {
"productId": "string",
"status": "string",
"message": "string"
} GET/product/productGroups/{productGroupId}/currencies/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/productGroups/{productGroupId}/currencies/{currencyId}[
{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}
] GET/product/productGroups/{productGroupId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/productGroups/{productGroupId}[
{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}
]GET/product/productLines/{productLineId}/currencies/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/productLines/{productLineId}/currencies/{currencyId}[
{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}
]GET/product/productLines/{productLineId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/productLines/{productLineId}[
{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}
]
GET/product/productLine
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/productLine
{
"productLine": [
"string"
]
}GET/product/productLine/{productLineId}/productGroup
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/productLine/{productLineId}/productGroup{
"productGroup": [
{
"productGroupId": "string",
"productGroupName": "string"
}
]
}GET/product/productLine/{productLineId}/productGroup/{productGroupId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/productLine/{productLineId}/productGroup/{productGroupId}[
{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}
]PUT/product/purpose/product/{productId}/currency/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/purpose/product/{productId}/currency/{currencyId}{
"purpose": [
"string"
]
}{
"productId": "string",
"status": "string",
"message": "string"
}GET/product/purpose/{purposeId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/purpose/{purposeId}[
{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}
]GET/product/products
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/products
[
{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}
]PUT/product/description/products/{productId}/currency/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/description/products/{productId}/currency/{currencyId}{
"productDescription": "string"
}{
"productId": "string",
"status": "string",
"message": "string"
} Authenticated IRF Endpoints
GET/product/products/{productId}/currencies/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/products/{productId}/currencies/{currencyId}{
"Items": {
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}
}POST/product/products/{productId}/currencies/{currencyId}
http://localhost:8090/ms-marketingcatalog-api/api/v1.0.0/product/products/{productId}/currencies/{currencyId}{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}{
"productId": "string",
"status": "string",
"message": "string"
}PUT/product/products/{productId}/currencies/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/products/{productId}/currencies/{currencyId}{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
} {
"productId": "string",
"status": "string",
"message": "string"
} GET/product/products/productGroups/{productGroupId}/currencies/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/products/productGroups/{productGroupId}/currencies/{currencyId}
[
{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}
]
GET/product/products/productGroups/{productGroupId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/products/productGroups/{productGroupId}
[
{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}
]GET/product/products/productLines/{productLineId}/currencies/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/products/productLines/{productLineId}/currencies/{currencyId}[
{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}
]GET/product/products/productLines/{productLineId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/products/productLines/{productLineId}[
{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}
]GET/product/products/productLine
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/products/productLine
{
"productLine": [
"string"
]
}GET/product/products/productLine/{productLineId}/productGroup
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/products/productLine/{productLineId}/productGroup{
"productGroup": [
{
"productGroupId": "string",
"productGroupName": "string"
}
]
}GET/product/products/productLine/{productLineId}/productGroup/{productGroupId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/products/productLine/{productLineId}/productGroup/{productGroupId}[
{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}
]PUT/product/purpose/products/{productId}/currency/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/purpose/products/{productId}/currency/{currencyId}{
"purpose": [
"string"
]
}{
"productId": "string",
"status": "string",
"message": "string"
}GET/product/products/purpose/{purposeId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/products/purpose/{purposeId}[
{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}
]GET/product/products/productCatalogue
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/products/productCatalogue
[
{
"marketingItems": [
{
"displayName": "string",
"largeIcon": {
"systemId": "string",
"resourcePath": "string"
},
"smallIcon": {
"systemId": "string",
"resourcePath": "string"
},
"availableFrom": "2020-07-19",
"smallMedia": {
"systemId": "string",
"resourcePath": "string"
},
"mediumMedia": {
"systemId": "string",
"resourcePath": "string"
},
"bannerImage": {
"systemId": "string",
"resourcePath": "string"
},
"mediumIcon": {
"systemId": "string",
"resourcePath": "string"
},
"largeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"notes": {
"systemId": "string",
"resourcePath": "string"
},
"availableTo": "2020-07-19",
"detailsURL": "string",
"currencyId": "string",
"productId": "string",
"extraLargeMedia": {
"systemId": "string",
"resourcePath": "string"
},
"termsConditions": {
"systemId": "string",
"resourcePath": "string"
},
"extraLargeIcon": {
"systemId": "string",
"resourcePath": "string"
}
}
],
"productItem": {
"noticePeriod": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"fees": {
"feeAmount": 0,
"feeFrequency": "string"
},
"currencyId": "string",
"debitInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productId": "string",
"minimumAmount": 0,
"maximumAmount": 0,
"overdraftAmount": 0,
"creditInterest": {
"interestMaximumBalance": 0,
"interestMinimumBalance": 0,
"interestType": "string",
"interestRate": 0
},
"productGroupId": "string",
"term": {
"days": 0,
"weeks": 0,
"months": 0,
"years": 0
},
"amount": 0,
"productLineId": "string",
"purpose": [
"string"
],
"productName": "string",
"status": "string",
"productLineDisplayName": "string",
"productGroupName": "string",
"externalIndicator": "string",
"productDescription": "string"
}
}
]PUT/product/description/products/{productId}/currency/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v1.0.0/product/description/products/{productId}/currency/{currencyId}{
"productDescription": "string"
}{
"productId": "string",
"status": "string",
"message": "string"
} V2.0.0
In this version, the hierarchy of the product catalog is maintained as follows.
- Product Line
- Product group
- Products
- Microservice Endpoints
- Authenticated IRF Endpoints
Microservice Endpoints
GET/product/{productId}/currencies/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/{productId}/currencies/{currencyId}{
"productCatalogue": {
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": {
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": {
"productId": "HOME.EQUITY.LOAN",
"currencyId": "USD",
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
}
}
}POST/product/{productId}/currencies/{currencyId}
http://localhost:8090/ms-marketingcatalog-api/api/v2.0.0/product/{productId}/currencies/{currencyId}{
"productCatalogue": {
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": {
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": {
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
}
}
}{
"productId": "HOME.EQUITY.LOAN",
"status": "Success",
"message": "string"
}PUT/product/{productId}/currencies/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/{productId}/currencies/{currencyId}{
"productCatalogue": {
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": {
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": {
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
}
}
} {
"productId": "HOME.EQUITY.LOAN",
"status": "Success",
"message": "string"
} GET/product/productGroups/{productGroupId}/currencies/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/productGroups/{productGroupId}/currencies/{currencyId}{
"productCatalogue": [
{
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": [
{
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": [
{
"productId": "HOME.EQUITY.LOAN",
"currencyId": "USD",
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
]
}
]
}
]
} GET/product/productGroups/{productGroupId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/productGroups/{productGroupId}{
"productCatalogue": [
{
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": [
{
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": [
{
"productId": "HOME.EQUITY.LOAN",
"currencyId": "USD",
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
]
}
]
}
]
} GET/product/productLines/{productLineId}/currencies/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/productLines/{productLineId}/currencies/{currencyId}{
"productCatalogue": [
{
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": [
{
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": [
{
"productId": "HOME.EQUITY.LOAN",
"currencyId": "USD",
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
]
}
]
}
]
} GET/product/productLines/{productLineId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/productLines/{productLineId}{
"productCatalogue": [
{
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": [
{
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": [
{
"productId": "HOME.EQUITY.LOAN",
"currencyId": "USD",
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
]
}
]
}
]
} GET/product/productLine/{productLineId}/productGroup
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/productLine/{productLineId}/productGroup{
"productGroups": [
{
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
]
} GET/product/productLine/{productLineId}/productGroup/{productGroupId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/productLine/{productLineId}/productGroup/{productGroupId}{
"productCatalogue": [
{
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": [
{
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": [
{
"productId": "HOME.EQUITY.LOAN",
"currencyId": "USD",
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
]
}
]
}
]
} PUT/product/purpose/product/{productId}/currency/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/purpose/product/{productId}/currency/{currencyId}{
"purposes": [
"Onboarding"
]
}{
"productId": "HOME.EQUITY.LOAN",
"status": "Success",
"message": "string"
} GET/product/purpose/{purposeId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/purpose/{purposeId}{
"productCatalogue": [
{
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": [
{
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": [
{
"productId": "HOME.EQUITY.LOAN",
"currencyId": "USD",
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
]
}
]
}
]
} GET/product/products
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/products
{
"productCatalogue": [
{
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": [
{
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": [
{
"productId": "HOME.EQUITY.LOAN",
"currencyId": "USD",
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
]
}
]
}
]
}PUT/product/description/products/{productId}/currency/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/description/products/{productId}/currency/{currencyId}{
"productDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better"
}
]
}{
"productId": "HOME.EQUITY.LOAN",
"status": "Success",
"message": "string"
} PUT/product/products/productGroup/{productGroupId}/description
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/products/productGroup/{productGroupId}/description{
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property"
}{
"productGroupId": "HOME.EQUITY",
"status": "Success",
"message": "string"
} GET/product/products/{productId}/features
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/products/{productId}/features{
"features": [
{
"type": "eStatement",
"productId": "HOME.EQUITY.LOAN",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
]
}POST/product/products/{productId}/features
http://localhost:8090/ms-marketingcatalog-api/api/v2.0.0/product/products/{productId}/features{
"features": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
]
}{
"productId": "HOME.EQUITY.LOAN",
"status": "Success",
"message": "string"
}PUT/product/products/{productId}/features
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/products/{productId}/features{
"features": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
]
}{
"productId": "HOME.EQUITY.LOAN",
"status": "Success",
"message": "string"
} GET/reference/{referenceId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/reference/{referenceId}{
"optionDispType": [
{
"id": "string",
"description": "string"
}
],
"featureType": [
{
"id": "string",
"description": "string"
}
]
}Authenticated IRF Endpoints
GET/product/products/{productId}/currencies/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/products/{productId}/currencies/{currencyId}{
"productCatalogue": {
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": {
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": {
"productId": "HOME.EQUITY.LOAN",
"currencyId": "USD",
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
}
}
}POST/product/products/{productId}/currencies/{currencyId}
http://localhost:8090/ms-marketingcatalog-api/api/v2.0.0/product/products/{productId}/currencies/{currencyId}{
"productCatalogue": {
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": {
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": {
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
}
}
}{
"productId": "HOME.EQUITY.LOAN",
"status": "Success",
"message": "string"
}PUT/product/products/{productId}/currencies/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/products/{productId}/currencies/{currencyId}{
"productCatalogue": {
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": {
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": {
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
}
}
} {
"productId": "HOME.EQUITY.LOAN",
"status": "Success",
"message": "string"
} GET/product/products/productGroups/{productGroupId}/currencies/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/products/productGroups/{productGroupId}/currencies/{currencyId}{
"productCatalogue": [
{
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": [
{
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": [
{
"productId": "HOME.EQUITY.LOAN",
"currencyId": "USD",
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
]
}
]
}
]
} GET/product/products/productGroups/{productGroupId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/products/productGroups/{productGroupId}{
"productCatalogue": [
{
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": [
{
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": [
{
"productId": "HOME.EQUITY.LOAN",
"currencyId": "USD",
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
]
}
]
}
]
} GET/product/products/productLines/{productLineId}/currencies/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/products/productLines/{productLineId}/currencies/{currencyId}{
"productCatalogue": [
{
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": [
{
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": [
{
"productId": "HOME.EQUITY.LOAN",
"currencyId": "USD",
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
]
}
]
}
]
} GET/product/products/productLines/{productLineId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/products/productLines/{productLineId}{
"productCatalogue": [
{
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": [
{
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": [
{
"productId": "HOME.EQUITY.LOAN",
"currencyId": "USD",
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
]
}
]
}
]
} GET/product/products/productLine/{productLineId}/productGroup
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/products/productLine/{productLineId}/productGroup{
"productGroups": [
{
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
]
} GET/product/products/productLine/{productLineId}/productGroup/{productGroupId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/products/productLine/{productLineId}/productGroup/{productGroupId}{
"productCatalogue": [
{
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": [
{
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": [
{
"productId": "HOME.EQUITY.LOAN",
"currencyId": "USD",
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
]
}
]
}
]
} PUT/product/purpose/products/{productId}/currency/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/purpose/products/{productId}/currency/{currencyId}{
"purposes": [
"Onboarding"
]
}{
"productId": "HOME.EQUITY.LOAN",
"status": "Success",
"message": "string"
} GET/product/products/purpose/{purposeId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/products/purpose/{purposeId}{
"productCatalogue": [
{
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": [
{
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": [
{
"productId": "HOME.EQUITY.LOAN",
"currencyId": "USD",
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
]
}
]
}
]
} GET/product/products/productCatalague
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/products/productCatalague
{
"productCatalogue": [
{
"productLineId": "LENDING",
"productLineDisplayName": "Lending",
"externalIndicator": "N",
"productGroups": [
{
"productGroupId": "HOME.EQUITY",
"productGroupDisplayName": "Home Equity",
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"externalIndicator": "N",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property",
"disclosure": "",
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
],
"products": [
{
"productId": "HOME.EQUITY.LOAN",
"currencyId": "USD",
"noticePeriod": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"fees": {
"feeAmount": 500,
"feeFrequency": "DAILY"
},
"debitInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"minimumAmount": 2000,
"maximumAmount": 500000,
"overdraftAmount": 3000,
"creditInterest": {
"interestMaximumBalance": 8,
"interestMinimumBalance": 5,
"interestType": "SINGLE",
"interestRate": 10,
"periodicIndexType": "05"
},
"term": {
"days": 8,
"weeks": 4,
"months": 1,
"years": 1
},
"amount": 7000,
"purposes": [
"Onboarding"
],
"productName": "Home Equity Loan",
"status": "Active",
"externalIndicator": "N",
"productDescription": "A home equity loan is a type of loan in which the borrower uses the equity of their home as collateral",
"prodDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
],
"imageDetails": [
{
"imageType": "Banner",
"height": 720,
"width": 120,
"imageUrl": "https://marketingcatalog.Microservice.temenos.com/resources/images/home_equity.png"
}
]
}
]
}
]
}
]
}PUT/product/description/products/{productId}/currency/{currencyId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/description/products/{productId}/currency/{currencyId}{
"productDescription": {
"description": "A home equity loan, also known as a home equity installment loan or a second mortgage, is a type of consumer debt",
"detailedDescription": "Home equity loans allow homeowners to borrow against the equity in their residence.Home equity loan amounts are based on the difference between a home's current market value and the mortgage balance due",
"notes": "",
"termsConditions": "",
"disclosure": ""
},
"productFeatures": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better"
}
]
}{
"productId": "HOME.EQUITY.LOAN",
"status": "Success",
"message": "string"
} PUT/product/products/productGroup/{productGroupId}/description
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/products/productGroup/{productGroupId}/description{
"description": "Home equity is the market value of a homeowner's unencumbered interest in their real property",
"detailDescription": "Home equity is the difference between how much your home is worth and the outstanding balance of all liens on your property"
}{
"productGroupId": "HOME.EQUITY",
"status": "Success",
"message": "string"
} GET/product/products/{productId}/features
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/products/{productId}/features{
"features": [
{
"type": "eStatement",
"productId": "HOME.EQUITY.LOAN",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
]
}POST/product/products/{productId}/features
http://localhost:8090/ms-marketingcatalog-api/api/v2.0.0/product/products/{productId}/features{
"features": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
]
}{
"productId": "HOME.EQUITY.LOAN",
"status": "Success",
"message": "string"
}PUT/product/products/{productId}/features
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/product/products/{productId}/features{
"features": [
{
"type": "eStatement",
"description": "When you register for e-statements, we will send you monthly eStatements. This increased frequency enables you to track your account better",
"featureName": "eStatement",
"featureGroup": "",
"sequenceNo": 2,
"isMandatory": false,
"defaultValue": "No",
"option": "",
"optionDispType": "CheckBox",
"optionValues": [
{
"value": "OPT-IN",
"description": ""
}
]
}
]
}{
"productId": "HOME.EQUITY.LOAN",
"status": "Success",
"message": "string"
} GET/reference/{referenceId}
http://localhost:8095/ms-marketingcatalog-api/api/v2.0.0/reference/{referenceId}{
"optionDispType": [
{
"id": "string",
"description": "string"
}
],
"featureType": [
{
"id": "string",
"description": "string"
}
]
}In this topic