3. Resources
3.1. FSClaims
FS Claims Controller
3.1.1. Checks the claim relevance
POST /v1/sites/{baseSiteId}/catalogs/{catalogId}/versions/{versionId}/claims/relevance
Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
Path |
baseSiteId |
Base site identifier |
string |
Path |
catalogId |
Represents unique identifier of the catalog that will be queried. |
string |
Path |
versionId |
Represents version of the catalog which will be queried: usually Online or Staged. |
string |
Body |
claimsListForCheck |
List of claims sent for checking their relevance. |
Responses
| HTTP Code | Description | Schema |
|---|---|---|
200 |
OK |
|
201 |
Created |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden |
No Content |
404 |
Not Found |
No Content |
3.2. FSInsurancePolicies
FS Insurance Policies Controller
3.2.1. Checks the policy relevance
POST /v1/sites/{baseSiteId}/catalogs/{catalogId}/versions/{versionId}/policies/relevance
Description
Checks whether a policy or contract originated in other back-end system is relevant for Hybris.
Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
Path |
baseSiteId |
Base site identifier |
string |
Path |
catalogId |
Represents unique identifier of the catalog that will be queried. |
string |
Path |
versionId |
Represents version of the catalog which will be queried: usually Online or Staged. |
string |
Body |
contractsList |
List of contracts sent for checking their relevance. |
Responses
| HTTP Code | Description | Schema |
|---|---|---|
200 |
OK |
|
201 |
Created |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden |
No Content |
404 |
Not Found |
No Content |
4. Definitions
4.1. ClaimsWsDTO
| Name | Schema |
|---|---|
claim |
< FSClaimRelevanceWsDTO > array |
4.2. ContractWsDTO
| Name | Schema |
|---|---|
contractId |
string |
mainPolicyHolderId |
string |
productId |
string |
relevant |
boolean |
4.3. ContractsWsDTO
| Name | Schema |
|---|---|
contract |
< ContractWsDTO > array |