Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

The Claims Provider object is part of the overall ServiceBroker Configuration object, in the following location:

A Claims Provider object is used within the context of a REST Objects Providers (itself part of an REST Objects Configuration) to represent the details of how ServiceBroker is to be integrated with ServiceClaims for the relevant tenant.



Claims Provider Object Format

JSON Format
{
    "Features": {
        "queryEntitlement": {
            "Endpoint": "services/product/v1/checkentitlement"
        },
        "upsertRequestForAuthorization": {
            "Endpoint": "services/rfa/v2/setdetails"
        },
        "queryRequestForAuthorization": {
            "Endpoint": "services/rfa/v2/getdetails"
        },
        "updateRequestForAuthorizationStatus": {
            "Endpoint": "services/rfa/v2/setstatus"
        },
        "submitClaim": {
            "Endpoint": "services/claim/v1/submission"
        },
        "queryCustomerApptInfo": {
            "Endpoint": "services/customer/v2/newcallnumber"
        }
    },
    "UserId": "xxxx",
    "Password": "xxxx",
    "ManufacturerNumber": "9999"
}

Claims Provider Object Properties


PropertyTypeRequired?Description
FeaturesobjectYes

TBC


queryEntitlementobjectYesTBC


EndpointstringYesTBC

upsertRequestForAuthorizationobjectYesTBC


EndpointstringYes

TBC


queryRequestForAuthorizationobjectYes

TBC



EndpointstringYesTBC

updateRequestForAuthorizationStatus

objectYesTBC


EndpointstringYesTBC

submitClaim

objectYesTBC


EndpointstringYesTBC

queryCustomerApptInfo

objectYesTBC


EndpointstringYesTBC
UserIdstringYesTBC
PasswordstringYesTBC
ManufacturerNumberstringYesTBC
  • No labels