ScalepointDeveloper Portal
Policy ServicesOperations

Get Policy Snapshot

This service returns details about the policy and selected object only. This is scoped to a specific date.

GET
/customers/{customerId}/policies/{policyVersionId}/policyObjects/{policyObjectVersionId}

This service returns details about the policy and selected object only. This is scoped to a specific date.

Authorization

oAuth2ClientCredentials
AuthorizationBearer <token>

Oauth2 with clientCredential flow

In: header

Path Parameters

customerId*string
policyVersionId*string
policyObjectVersionId*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/customers/string/policies/string/policyObjects/string"
{  "policyNumber": "string",  "product": "string",  "productDisplay": "string",  "startDate": "2019-08-24",  "endDate": "2019-08-24",  "policyHolder": {    "customerId": "string",    "taxId": "string",    "name": "string",    "phone": "string",    "mobilePhone": "string",    "email": "user@example.com",    "address": {      "street1": "string",      "street2": "string",      "postalcode": "string",      "city": "string",      "country": "string"    }  },  "coinsured": [    {      "customerId": "string",      "taxId": "string",      "name": "string",      "phone": "string",      "mobilePhone": "string",      "email": "user@example.com",      "address": {        "street1": "string",        "street2": "string",        "postalcode": "string",        "city": "string",        "country": "string"      }    }  ],  "PolicyObjectSnapshot": {    "description": "string",    "coverages": [      {        "coverageId": "string",        "description": "string",        "deductible": 0.1,        "annualLimit": 0.1,        "isActive": true,        "statusText": "string"      }    ],    "policyLineName": "string",    "isActive": true,    "statusText": "string",    "policyObjectType": "person",    "personalTaxId": "string",    "name": "string",    "phone": "string",    "mobilePhone": "string",    "email": "user@example.com",    "address": {      "street1": "string",      "street2": "string",      "postalcode": "string",      "city": "string",      "country": "string"    }  },  "isActive": true,  "statusText": "string"}