Please enable JavaScript.
Coggle requires JavaScript to display documents.
Catalog (AOC send call to HUB (HUB receive call (onboarding (Catalog…
Catalog
AOC send call to HUB
HUB receive call
onboarding
Catalog
received request for Create Catalog Hub sent request to EI
EI received the call and validate payload with adapter
Ei check mandatory fields are exist
Mandatory field
name : (string)
isEnabled :(boolean)
salesChannelId : (integer)
EI forward call to tpay
Validate response
1 more item...
Send a request with consumer key not available in the DB
validate error response
1 more item...
Send a request with wrong consumer key
validate error response
1 more item...
Send a request with invalid SP private key
validate error response
1 more item...
Send a request with invalid SP public key
validate error response
1 more item...
Mandatory field not exist
Error response should be return with particulate not existing mandatory field
Ei validate the payload without optional field
optional field
description : (string)
clientCorrelator :(string)
EI forward call to tpay
Validate response
1 more item...
salesChannelId
not exist
Error Message should be
Missing mandatory parameter: salesChannelId
name
not exist
Error Message should be
Missing mandatory parameter: name
isEnabled
not exist
Error Message should be
Missing mandatory parameter: isEnabled
received request for Update Catalog Hub sent request to EI
EI received the call and validate payload with adapter
Ei check mandatory fields are exist
Mandatory field
name : (string)
isEnabled :(boolean)
productCatalogId : (integer)
EI forward call to tpay
Validate response
1 more item...
Send a request with consumer key not available in the DB
validate error response
1 more item...
Send a request with wrong consumer
validate error response
1 more item...
Send a request with invalid SP private key
validate error response
1 more item...
Send a request with invalid SP public key
validate error response
1 more item...
Mandatory field not exist
Error response should be return with particulate not existing mandatory field
name
not exist
Error Message should be
Missing mandatory parameter: name
isEnabled
not exist
Error Message should be
Missing mandatory parameter: isEnabled
productCatalogId
not exist
Error Message should be
Missing mandatory parameter: productCatalogId
Ei validate the payload without optional field
optional field
description : (string)
clientCorrelator :(string)
EI forward call to tpay
Validate response
1 more item...
received request for Delete Catalog Hub sent request to EI
EI received the call and validate payload with adapter
Ei check mandatory fields are exist
Mandatory field
catalogId : (integer)
EI forward call to tpay
Validate response
1 more item...
Send a request with consumer key not available in the DB
validate error response
1 more item...
Send a request with wrong consumer
validate error response
1 more item...
Send a request with invalid SP private key
validate error response
1 more item...
Send a request with invalid SP public key
validate error response
1 more item...
catalogId
not exist
Error Message should be
Missing mandatory parameter: catalogId
received request for Get Catalogs Hub sent request to EI
EI received the call and validate payload with adapter
Ei check mandatory fields are exist
Mandatory field
username ; (string)
EI forward call to tpay
Validate response
1 more item...
Send a request with consumer key not available in the DB
validate error response
1 more item...
Send a request with wrong consumer
validate error response
1 more item...
Send a request with invalid SP private key
validate error response
1 more item...
Send a request with invalid SP public key
validate error response
1 more item...
Mandatory field not exist
Error response should be return with particulate not existing mandatory field
Ei validate the payload without optional field
optional field
salesChannelId ; (string)
EI forward call to tpay
Validate response
1 more item...
Sales channel
received request for Get Sales Channel Request Hub sent request to EI
EI received the call and validate payload with adapter
Ei check mandatory fields are exist
Mandatory field
username : (string)
EI forward call to tpay
1 more item...
Send a request with consumer key not available in the DB
1 more item...
Send a request with wrong consumer
1 more item...
Send a request with invalid SP private key
1 more item...
Send a request with invalid SP public key
1 more item...
Send a request with consumer key not available in the DB
1 more item...
Send a request with wrong consumer
1 more item...
Send a request with invalid SP private key
1 more item...
Send a request with invalid SP public key
1 more item...
username
not exist
Error Message should be
Missing mandatory parameter: username
Data publishing enter data to database
AOC receive the API call