Get list of policies
get
/PASService/rest/services/v1/policies
Gets a list of the latest 100 policies. Search results will contain all policy fields and only HATEOAS links will be available for roles and segments. Use expand=all to expand subresources such as segments and roles. It is recommended to use filters to reduce traffic.
Request
Query Parameters
-
expand(required): string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "the name of the child resource". More than one child can be specified using comma as a separator. Example:?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers). More than one child can be specified using comma as a separator. For example: "?expand=Employees,Localizations". Nested children can also be provided following the format: "Child.NestedChild" For example:"?expand=Employees.Managers" If a nested child is provided (Example:Employees.Managers), the missing children will be processed implicitly i.e.,"?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers", which will expand both Employees and Managers.
-
limit(required): integer(int32)
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
offset(required): integer(int32)
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
q(required): string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY.
There's no request body for this operation.
Back to TopResponse
200 Response
This operation fetches list of policies successfully.
Examples
This example describes how to get a list of the latest 100 policies. Also, define expand attributes to expand a policy by its sub-resources such as segments and roles.
Example cURL Command
Use the following cURL command to submit a request on the REST resource:
curl \ -X GET \ -H "Content-Type: application/json" \ -u 'Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=' \ -L "http://server:port/PASService/rest/services/v1/policies"
Example Response Body
The following shows an example of the response body in JSON format:
{ "count": 153, "offset": 0, "limit": 100, "policies": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/08739DA7-D305-450F-975A-44B269B159CD", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/08739DA7-D305-450F-975A-44B269B159CD/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/08739DA7-D305-450F-975A-44B269B159CD/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/08739DA7-D305-450F-975A-44B269B159CD/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=02", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "adededd", "policyNumber": "adedd", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "02", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/08739DA7-D305-450F-975A-44B269B159CD/roles/FCDE474F-B328-47C0-AC40-2888A0A6E0BF", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/08739DA7-D305-450F-975A-44B269B159CD/roles/825AA2DD-B353-4E3B-881C-528D53F6F61B", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "08739DA7-D305-450F-975A-44B269B159CD", "creationDate": "2021-09-23T00:00:00Z", "updatedDate": "2023-02-07T06:40:03Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "TransactionField": null, "GMIRLookupDate": null, "SurrenderCharges": null, "TestField": null, "ContractDate": "2020-06-15T00:00:00Z", "EffectiveDate": "2020-06-15T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/C7D84BB8-5812-4A9A-9E77-2DF449310B41", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/C7D84BB8-5812-4A9A-9E77-2DF449310B41/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/C7D84BB8-5812-4A9A-9E77-2DF449310B41/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/C7D84BB8-5812-4A9A-9E77-2DF449310B41/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=02", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "asadeddd", "policyNumber": "asadeddd", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "02", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/C7D84BB8-5812-4A9A-9E77-2DF449310B41/roles/A94D1E69-333F-4245-BD51-1CB04B9F0C37", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/C7D84BB8-5812-4A9A-9E77-2DF449310B41/roles/EE51DB68-9B31-4EEC-AEFC-D67C259C2FB4", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "C7D84BB8-5812-4A9A-9E77-2DF449310B41", "creationDate": "2021-09-22T00:00:00Z", "updatedDate": "2023-02-07T06:37:42Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "ContractDate": null, "TestField": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/FAB2E2C2-B6CA-4BA5-B51F-9DAD7FBA9C57", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/FAB2E2C2-B6CA-4BA5-B51F-9DAD7FBA9C57/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/FAB2E2C2-B6CA-4BA5-B51F-9DAD7FBA9C57/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/FAB2E2C2-B6CA-4BA5-B51F-9DAD7FBA9C57/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "inquiry", "policyNumber": "inquiry", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/FAB2E2C2-B6CA-4BA5-B51F-9DAD7FBA9C57/segments/D71F0CF6-DC35-4D80-A46C-5BA1E4600B22", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/FAB2E2C2-B6CA-4BA5-B51F-9DAD7FBA9C57/segments/6930E920-0EF0-4EE8-9BB0-D3EF71179A12", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/FAB2E2C2-B6CA-4BA5-B51F-9DAD7FBA9C57/segments/9BDC12EE-E83B-4D3D-BBAE-AA89F12F5501", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/FAB2E2C2-B6CA-4BA5-B51F-9DAD7FBA9C57/segments/142C1746-A21E-403C-AB4D-A0CC19F4AD7B", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/FAB2E2C2-B6CA-4BA5-B51F-9DAD7FBA9C57/roles/235CC81E-4BA8-4908-9C48-2580396AA784", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/FAB2E2C2-B6CA-4BA5-B51F-9DAD7FBA9C57/roles/383E593C-80F9-417B-B3DF-70924461C0F8", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "FAB2E2C2-B6CA-4BA5-B51F-9DAD7FBA9C57", "creationDate": "2021-09-23T00:00:00Z", "updatedDate": "2023-02-06T11:06:24Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "01616C8F-4430-4F11-9257-B23626C50E99", "status": "08", "QualType": { "textValue": "01", "optionText": "IRA" }, "OwnerType": { "textValue": "02", "optionText": "NonCustodial" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "BandVariable": { "textValue": "125", "optionText": "Band125" }, "PolicyID": "0000006000" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2EF514BE-2832-46A2-8C0B-ED8DD4B01BC4", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/2EF514BE-2832-46A2-8C0B-ED8DD4B01BC4/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/2EF514BE-2832-46A2-8C0B-ED8DD4B01BC4/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/2EF514BE-2832-46A2-8C0B-ED8DD4B01BC4/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=01", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "DPP123", "policyNumber": "DYPP20027043", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "01", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2EF514BE-2832-46A2-8C0B-ED8DD4B01BC4/segments/3883E153-B147-4745-8579-8B27DD24CDD3", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2EF514BE-2832-46A2-8C0B-ED8DD4B01BC4/segments/97EA3ADA-505C-4E23-9996-628DE976E47C", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2EF514BE-2832-46A2-8C0B-ED8DD4B01BC4/segments/0F363A0A-B19C-4850-955E-0AE83186A6EF", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2EF514BE-2832-46A2-8C0B-ED8DD4B01BC4/segments/0A8D0907-D2EC-4C13-993D-D06229C26FA3", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2EF514BE-2832-46A2-8C0B-ED8DD4B01BC4/segments/D3027BFA-1189-44BE-966A-9F6014D550D8", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2EF514BE-2832-46A2-8C0B-ED8DD4B01BC4/roles/4CF1BD38-4436-42E5-9D37-AB81CFA0E893", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "2EF514BE-2832-46A2-8C0B-ED8DD4B01BC4", "creationDate": "2023-02-06T00:00:00Z", "updatedDate": "2023-02-06T11:02:43Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "01616C8F-4430-4F11-9257-B23626C50E99", "status": "08", "QualType": { "textValue": "01", "optionText": "IRA" }, "OwnerType": { "textValue": "02", "optionText": "NonCustodial" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "BandVariable": { "textValue": "125", "optionText": "Band125" }, "PolicyID": "0000007200" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/24672BCA-7B0C-401B-AA84-D0C86B03DF12", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/24672BCA-7B0C-401B-AA84-D0C86B03DF12/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/24672BCA-7B0C-401B-AA84-D0C86B03DF12/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/24672BCA-7B0C-401B-AA84-D0C86B03DF12/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "FPP_Demo", "policyNumber": "FPP_Demo", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/24672BCA-7B0C-401B-AA84-D0C86B03DF12/segments/30F358C8-1D2F-44E5-9F4C-7C19B123AB5B", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/24672BCA-7B0C-401B-AA84-D0C86B03DF12/roles/0CF5698E-052E-4838-945E-98B9608BC780", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/24672BCA-7B0C-401B-AA84-D0C86B03DF12/roles/2A973DE0-662B-4C6F-A2E6-3EAB5108DE4E", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/24672BCA-7B0C-401B-AA84-D0C86B03DF12/roles/92DA1658-E88A-460C-86B7-98C191F71127", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/24672BCA-7B0C-401B-AA84-D0C86B03DF12/roles/F607E1AE-F58A-4E98-8DD6-8B08C0502B38", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "24672BCA-7B0C-401B-AA84-D0C86B03DF12", "creationDate": "2021-09-16T00:00:00Z", "updatedDate": "2023-02-03T10:01:39Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "TransactionField": null, "GMIRLookupDate": null, "SurrenderCharges": null, "TestField": null, "ContractDate": "2020-06-15T00:00:00Z", "EffectiveDate": "2020-06-15T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/C975632F-43C2-4F35-9C4A-B0EE903DB487", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/C975632F-43C2-4F35-9C4A-B0EE903DB487/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/C975632F-43C2-4F35-9C4A-B0EE903DB487/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/C975632F-43C2-4F35-9C4A-B0EE903DB487/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "FPP_Demo1", "policyNumber": "FPP_Demo1", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/C975632F-43C2-4F35-9C4A-B0EE903DB487/roles/360207E5-E6DB-4CCF-B526-5360ED63B4E3", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "C975632F-43C2-4F35-9C4A-B0EE903DB487", "creationDate": "2023-01-16T00:00:00Z", "updatedDate": "2023-02-03T10:00:21Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/71B0DE26-5247-4377-80EF-A4CC39381AD8", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/71B0DE26-5247-4377-80EF-A4CC39381AD8/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/71B0DE26-5247-4377-80EF-A4CC39381AD8/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/71B0DE26-5247-4377-80EF-A4CC39381AD8/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=01", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "VDA-Test-TC-15", "policyNumber": "VDA20025472", "planDate": "2010-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/71B0DE26-5247-4377-80EF-A4CC39381AD8/segments/32FA122B-CEB3-4EBB-BD16-999D9C7D6020", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/71B0DE26-5247-4377-80EF-A4CC39381AD8/roles/5E9ABF0B-98B2-4CAA-A476-BB39D1676E2A", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/71B0DE26-5247-4377-80EF-A4CC39381AD8/roles/F5A5254A-2833-47B0-AE7D-EC0745C1F8BD", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/71B0DE26-5247-4377-80EF-A4CC39381AD8/roles/8981367B-E9E1-4D94-B6C6-FDE0AAF32955", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/71B0DE26-5247-4377-80EF-A4CC39381AD8/roles/ED3D971E-74A5-46F5-9FAE-91655936FF9D", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/71B0DE26-5247-4377-80EF-A4CC39381AD8/roles/90890D33-CF3B-4F10-9D26-6437837CF2E5", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/71B0DE26-5247-4377-80EF-A4CC39381AD8/roles/AEA24AE9-D34B-4C54-87BE-311023C056D2", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "71B0DE26-5247-4377-80EF-A4CC39381AD8", "creationDate": "2021-09-17T00:00:00Z", "updatedDate": "2023-02-03T09:45:18Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "51673985-8606-4ABF-9EEE-85328BE03DA5", "status": "01", "PolicyYear": 0, "QualType": { "textValue": "01", "optionText": "IRA" }, "PolicyIssueDate": "2010-01-01T00:00:00Z", "PolicyEffectiveDate": "2010-01-01T00:00:00Z", "FreeLookEndDate": "2010-01-21T00:00:00Z", "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": "2010-01-21T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/E969C748-665B-4B82-AD76-B53E5DF6C3C7", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/E969C748-665B-4B82-AD76-B53E5DF6C3C7/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/E969C748-665B-4B82-AD76-B53E5DF6C3C7/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/E969C748-665B-4B82-AD76-B53E5DF6C3C7/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "TestBugSAP1", "policyNumber": "AM20025257", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/E969C748-665B-4B82-AD76-B53E5DF6C3C7/segments/C166AE49-E914-493A-8E22-7C4EF78D30B7", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/E969C748-665B-4B82-AD76-B53E5DF6C3C7/roles/376AAFBA-A0C1-4249-90B2-C4666A41A84B", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/E969C748-665B-4B82-AD76-B53E5DF6C3C7/roles/FC79B9A1-2CA7-4264-A8F8-1AFC4AC63CDF", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/E969C748-665B-4B82-AD76-B53E5DF6C3C7/roles/32330931-CAAC-4C14-AD68-0593374987E4", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/E969C748-665B-4B82-AD76-B53E5DF6C3C7/roles/0200F3DA-855F-4B53-9AEB-2A91D84E6E5F", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "E969C748-665B-4B82-AD76-B53E5DF6C3C7", "creationDate": "2021-09-06T00:00:00Z", "updatedDate": "2023-02-03T09:34:03Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "575F5902-AE18-4279-9A3B-73679CFE769E", "status": "08", "InitialPremiumFund": "Money Market Fund", "TAP": { "value": 0.0, "currency": "USD" }, "StandardModel": "LifeStyle Custom Portfolio", "MIP": { "value": 0.0, "currency": "USD" }, "AppSignDate": "2010-01-01T00:00:00Z", "IssueAge": 0, "CostBasis": { "value": 0.0, "currency": "USD" }, "EffectiveDate": null, "PaymentMode": { "textValue": "01", "optionText": "Annual" } }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/239A98E5-1C17-4EEC-9732-33FF21550F4A", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/239A98E5-1C17-4EEC-9732-33FF21550F4A/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/239A98E5-1C17-4EEC-9732-33FF21550F4A/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/239A98E5-1C17-4EEC-9732-33FF21550F4A/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=09", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "CR_regr26", "policyNumber": "VDA20025451", "planDate": "2010-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/239A98E5-1C17-4EEC-9732-33FF21550F4A/segments/52EEE26E-347E-4C39-B5E9-02120309DC3C", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/239A98E5-1C17-4EEC-9732-33FF21550F4A/roles/8165849D-E9E2-4DF2-BB05-3C67302A64EC", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/239A98E5-1C17-4EEC-9732-33FF21550F4A/roles/807379D1-450F-4581-AAC9-2F41C636F760", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/239A98E5-1C17-4EEC-9732-33FF21550F4A/roles/14BAAF19-7FD5-4DF5-B8C5-11D4F1FAF803", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/239A98E5-1C17-4EEC-9732-33FF21550F4A/roles/8EC77121-87C6-477C-A1CE-E15A641F6A38", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/239A98E5-1C17-4EEC-9732-33FF21550F4A/roles/F9C8CB93-9487-47A4-A306-3900DB62A06A", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/239A98E5-1C17-4EEC-9732-33FF21550F4A/roles/A8030D41-7115-4BA8-A531-2B9C800ABB95", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/239A98E5-1C17-4EEC-9732-33FF21550F4A/roles/BF8A8394-3FF5-492F-85E7-72BD8057AE2F", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "239A98E5-1C17-4EEC-9732-33FF21550F4A", "creationDate": "2021-09-15T00:00:00Z", "updatedDate": "2023-02-03T08:55:10Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C", "status": "09", "PolicyYear": 0, "PolicyIssueDate": "2010-01-01T00:00:00Z", "QualType": { "textValue": "01", "optionText": "IRA" }, "FinancialEntryEffectiveDate": null, "PolicyEffectiveDate": null, "FreeLookEndDate": null, "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/91225328-7B6F-4087-A6D1-843BD64D9F0F", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/91225328-7B6F-4087-A6D1-843BD64D9F0F/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/91225328-7B6F-4087-A6D1-843BD64D9F0F/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/91225328-7B6F-4087-A6D1-843BD64D9F0F/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=01", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "dpp_demo123", "policyNumber": "DYPP20026844", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "01", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/91225328-7B6F-4087-A6D1-843BD64D9F0F/roles/496406F9-3089-4DE5-AD6A-D901B7509FB0", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "91225328-7B6F-4087-A6D1-843BD64D9F0F", "creationDate": "2023-02-03T00:00:00Z", "updatedDate": "2023-02-03T08:52:33Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "01616C8F-4430-4F11-9257-B23626C50E99", "status": "08", "QualType": { "textValue": "01", "optionText": "IRA" }, "OwnerType": { "textValue": "02", "optionText": "NonCustodial" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "BandVariable": { "textValue": "125", "optionText": "Band125" }, "PolicyID": "0000007002" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/3DD47610-F605-43B5-99A3-DA7C4D93E771", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/3DD47610-F605-43B5-99A3-DA7C4D93E771/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/3DD47610-F605-43B5-99A3-DA7C4D93E771/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/3DD47610-F605-43B5-99A3-DA7C4D93E771/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": { "Accounts": [ { "index": 0, "BankAccountName": null, "BankRoutingNumber": null, "AccountType": { "textValue": "01", "optionText": "Checking" }, "BankAccountNumber": null } ] }, "policyName": null, "policyNumber": null, "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/3DD47610-F605-43B5-99A3-DA7C4D93E771/roles/02462129-C7B8-456A-A6EF-2617F3777887", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "3DD47610-F605-43B5-99A3-DA7C4D93E771", "creationDate": "2023-02-03T00:00:00Z", "updatedDate": "2023-02-03T07:19:13Z", "companyId": "80798FC2-FEB9-4998-A575-513FF89698B1", "planId": "3496675B-C87C-40E0-986A-B518DA2B5144", "status": "08", "AnnualPremium": { "value": 0.0, "currency": "USD" }, "CreationDate": null, "UpdatedBy": null, "UnisexIndicator": "UNCHECKED", "EmployeePremiumAmount": { "value": 0.0, "currency": "USD" }, "PaymentMethod": { "textValue": "01", "optionText": "Direct Bill" }, "ActivationDate": null, "PaymentMode": { "textValue": "01", "optionText": "Annual" } }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0674F5A8-7191-4848-8738-A014970F2D5F", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/0674F5A8-7191-4848-8738-A014970F2D5F/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/0674F5A8-7191-4848-8738-A014970F2D5F/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/0674F5A8-7191-4848-8738-A014970F2D5F/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": null, "policyNumber": "DYPP20026843", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": null, "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0674F5A8-7191-4848-8738-A014970F2D5F/roles/D6B8449A-A59E-4CA4-BF33-C1E448885414", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "0674F5A8-7191-4848-8738-A014970F2D5F", "creationDate": "2023-02-03T00:00:00Z", "updatedDate": "2023-02-03T07:10:12Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "01616C8F-4430-4F11-9257-B23626C50E99", "status": "08", "QualType": { "textValue": "01", "optionText": "IRA" }, "OwnerType": { "textValue": "02", "optionText": "NonCustodial" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "BandVariable": { "textValue": "125", "optionText": "Band125" }, "PolicyID": "0000007001" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/FF3C95AC-EEDB-41DA-B4F6-3B6946975578", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/FF3C95AC-EEDB-41DA-B4F6-3B6946975578/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/FF3C95AC-EEDB-41DA-B4F6-3B6946975578/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/FF3C95AC-EEDB-41DA-B4F6-3B6946975578/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "DPP_demo", "policyNumber": "DPP_demo", "planDate": "2000-01-01T00:00:00Z", "issueStateCode": null, "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/FF3C95AC-EEDB-41DA-B4F6-3B6946975578/roles/88CAEAFB-57CB-4371-8438-990C370C52F4", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "FF3C95AC-EEDB-41DA-B4F6-3B6946975578", "creationDate": "2023-02-03T00:00:00Z", "updatedDate": "2023-02-03T07:04:05Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "01616C8F-4430-4F11-9257-B23626C50E99", "status": "08", "QualType": { "textValue": "01", "optionText": "IRA" }, "OwnerType": { "textValue": "02", "optionText": "NonCustodial" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "BandVariable": { "textValue": "125", "optionText": "Band125" }, "PolicyID": "0000007000" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/51375F86-B235-4F7D-9FF2-4DB0B370D1FB", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/51375F86-B235-4F7D-9FF2-4DB0B370D1FB/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/51375F86-B235-4F7D-9FF2-4DB0B370D1FB/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/51375F86-B235-4F7D-9FF2-4DB0B370D1FB/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=01", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=01", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "EnrollPolicy", "policyNumber": null, "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "01", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/51375F86-B235-4F7D-9FF2-4DB0B370D1FB/segments/FBF06C7F-2DD2-446F-9051-945ACEC188DB", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/51375F86-B235-4F7D-9FF2-4DB0B370D1FB/segments/A14D6525-2F25-441A-B7D8-CD90FD728527", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/51375F86-B235-4F7D-9FF2-4DB0B370D1FB/segments/208D81B6-B161-4F09-A4C8-93D627ED55AE", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/51375F86-B235-4F7D-9FF2-4DB0B370D1FB/roles/3408B96C-6D55-44A9-8D06-02C2E0E6C66F", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/51375F86-B235-4F7D-9FF2-4DB0B370D1FB/roles/EE4A171A-EA5F-43B4-9453-2F479E0BEC44", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/51375F86-B235-4F7D-9FF2-4DB0B370D1FB/roles/1668CF45-9CFA-41C5-BCC4-9C43EF866DDD", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "51375F86-B235-4F7D-9FF2-4DB0B370D1FB", "creationDate": "2020-06-15T00:00:00Z", "updatedDate": "2023-02-01T09:13:50Z", "companyId": "80798FC2-FEB9-4998-A575-513FF89698B1", "planId": "9F5507A5-B7EC-4637-BD86-5168A1864408", "status": "01", "CreationDate": "2020-06-15T00:00:00Z", "AnnualPremium": { "value": 0.0, "currency": "USD" }, "UpdatedBy": null, "UnisexIndicator": "UNCHECKED", "EmployeePremiumAmount": { "value": 0.0, "currency": "USD" }, "PaymentMethod": { "textValue": "01", "optionText": "Direct Bill" }, "ActivationDate": "2020-06-15T00:00:00Z", "PaymentMode": { "textValue": "01", "optionText": "Annual" } }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0217BEC2-4FE8-4216-BCA4-EF7537C5B7F7", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/0217BEC2-4FE8-4216-BCA4-EF7537C5B7F7/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/0217BEC2-4FE8-4216-BCA4-EF7537C5B7F7/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/0217BEC2-4FE8-4216-BCA4-EF7537C5B7F7/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "fpp_det", "policyNumber": "fpp_det", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0217BEC2-4FE8-4216-BCA4-EF7537C5B7F7/roles/51AF2E50-DE56-4D0F-9B37-75D1094DF953", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0217BEC2-4FE8-4216-BCA4-EF7537C5B7F7/roles/1C213927-57C2-4D6A-9043-1232D82115B2", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0217BEC2-4FE8-4216-BCA4-EF7537C5B7F7/roles/3C3C8A9D-E0AA-4092-8346-528A63BD0C1A", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "0217BEC2-4FE8-4216-BCA4-EF7537C5B7F7", "creationDate": "2021-09-08T00:00:00Z", "updatedDate": "2023-01-30T07:45:35Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "GMIRLookupDate": null, "SurrenderCharges": { "value": 1000.0, "currency": "USD" }, "ContractDate": "2020-06-15T00:00:00Z", "EffectiveDate": "2020-06-15T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/F4ACF0EE-8109-4D07-8A48-2FE7AAEBB505", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/F4ACF0EE-8109-4D07-8A48-2FE7AAEBB505/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/F4ACF0EE-8109-4D07-8A48-2FE7AAEBB505/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/F4ACF0EE-8109-4D07-8A48-2FE7AAEBB505/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "fpp123", "policyNumber": "fpp123", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/F4ACF0EE-8109-4D07-8A48-2FE7AAEBB505/roles/2D4278E0-62E0-476E-AE92-D64510897E29", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "F4ACF0EE-8109-4D07-8A48-2FE7AAEBB505", "creationDate": "2023-01-19T00:00:00Z", "updatedDate": "2023-01-19T05:50:33Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "ContractDate": null, "TestField": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/A0B8097C-E099-4321-8F90-883E9F0D011A", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/A0B8097C-E099-4321-8F90-883E9F0D011A/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/A0B8097C-E099-4321-8F90-883E9F0D011A/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/A0B8097C-E099-4321-8F90-883E9F0D011A/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "fppdemo12", "policyNumber": "fppdemo12", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/A0B8097C-E099-4321-8F90-883E9F0D011A/roles/D7FD5CF2-9913-4007-AFC7-A7A9D9C660FE", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "A0B8097C-E099-4321-8F90-883E9F0D011A", "creationDate": "2023-01-18T00:00:00Z", "updatedDate": "2023-01-18T05:12:24Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "TransactionField": null, "GMIRLookupDate": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/C355354B-4625-4201-9E28-D5A01CA53FAC", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/C355354B-4625-4201-9E28-D5A01CA53FAC/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/C355354B-4625-4201-9E28-D5A01CA53FAC/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/C355354B-4625-4201-9E28-D5A01CA53FAC/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "demofpp1", "policyNumber": "demofpp1", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/C355354B-4625-4201-9E28-D5A01CA53FAC/roles/46359752-DBA0-48A6-8C88-779D2CA9FBAC", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "C355354B-4625-4201-9E28-D5A01CA53FAC", "creationDate": "2023-01-17T00:00:00Z", "updatedDate": "2023-01-17T05:55:05Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/F0308C04-0D29-42EF-AB37-BBA7151A3D5B", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/F0308C04-0D29-42EF-AB37-BBA7151A3D5B/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/F0308C04-0D29-42EF-AB37-BBA7151A3D5B/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/F0308C04-0D29-42EF-AB37-BBA7151A3D5B/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "Reg15_01", "policyNumber": "Reg15_01", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/F0308C04-0D29-42EF-AB37-BBA7151A3D5B/roles/B14B1E4D-ED97-43A0-B1A5-71D2C4087C9A", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "F0308C04-0D29-42EF-AB37-BBA7151A3D5B", "creationDate": "2023-01-16T00:00:00Z", "updatedDate": "2023-01-16T12:42:01Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "TransactionField": null, "GMIRLookupDate": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": "2000-01-01T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/F1DDA47B-0401-4331-938C-46240934A71F", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/F1DDA47B-0401-4331-938C-46240934A71F/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/F1DDA47B-0401-4331-938C-46240934A71F/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/F1DDA47B-0401-4331-938C-46240934A71F/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "POLICY_TEST1", "policyNumber": "POLICY_TEST1", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/F1DDA47B-0401-4331-938C-46240934A71F/roles/D49F8677-45EF-4958-904D-EBA1706F3A27", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "F1DDA47B-0401-4331-938C-46240934A71F", "creationDate": "2023-01-13T00:00:00Z", "updatedDate": "2023-01-13T06:56:43Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/89017565-2765-4333-A554-604625681197", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/89017565-2765-4333-A554-604625681197/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/89017565-2765-4333-A554-604625681197/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/89017565-2765-4333-A554-604625681197/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "demo", "policyNumber": "demofpp", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/89017565-2765-4333-A554-604625681197/roles/98281186-5479-49EA-B70D-7838E1A08DBD", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "89017565-2765-4333-A554-604625681197", "creationDate": "2023-01-13T00:00:00Z", "updatedDate": "2023-01-13T06:23:09Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "ContractDate": null, "TestField": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/78357B08-748C-4B65-AC4B-920225FE076E", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/78357B08-748C-4B65-AC4B-920225FE076E/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/78357B08-748C-4B65-AC4B-920225FE076E/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/78357B08-748C-4B65-AC4B-920225FE076E/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": null, "policyNumber": "VDA20026646", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/78357B08-748C-4B65-AC4B-920225FE076E/segments/0F8FE9AD-2F4A-4828-95D9-CF42B42BFB06", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/78357B08-748C-4B65-AC4B-920225FE076E/segments/EA5BDD60-472F-4A38-9964-4BBE995BB5FB", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/78357B08-748C-4B65-AC4B-920225FE076E/segments/9881BB85-ADE8-4997-95A5-35B73F38B1E8", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/78357B08-748C-4B65-AC4B-920225FE076E/segments/994C50B3-038C-45D0-826E-3F1F25DF08C6", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/78357B08-748C-4B65-AC4B-920225FE076E/roles/5FA44258-D1F4-4406-9230-36CF1B9E20FC", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/78357B08-748C-4B65-AC4B-920225FE076E/roles/D90C2837-4946-49F3-B750-8C5627111B5C", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/78357B08-748C-4B65-AC4B-920225FE076E/roles/095645FD-49D4-4914-BBF1-9FCDE43CF1D3", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/78357B08-748C-4B65-AC4B-920225FE076E/roles/3BA52311-70B9-42E9-8BE8-A9BDC724FA7A", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/78357B08-748C-4B65-AC4B-920225FE076E/roles/EE34D84E-3815-4126-B840-8BD5FBFB1AD0", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/78357B08-748C-4B65-AC4B-920225FE076E/roles/9DDE42C5-ECD7-4FF6-B79E-1255C8795268", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "78357B08-748C-4B65-AC4B-920225FE076E", "creationDate": "2022-04-20T00:00:00Z", "updatedDate": "2022-04-20T03:15:06Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C", "status": "08", "PolicyYear": 0, "PolicyIssueDate": "2020-01-01T00:00:00Z", "QualType": { "textValue": "01", "optionText": "IRA" }, "FinancialEntryEffectiveDate": null, "PolicyEffectiveDate": null, "FreeLookEndDate": null, "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/225CDA07-9306-4398-ACDF-1E014CBCDCFA", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/225CDA07-9306-4398-ACDF-1E014CBCDCFA/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/225CDA07-9306-4398-ACDF-1E014CBCDCFA/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/225CDA07-9306-4398-ACDF-1E014CBCDCFA/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "fdsh", "policyNumber": "4365", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": null, "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/225CDA07-9306-4398-ACDF-1E014CBCDCFA/roles/87E67370-566B-4904-9AF9-A97D2F5D8C52", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "225CDA07-9306-4398-ACDF-1E014CBCDCFA", "creationDate": "2022-04-20T00:00:00Z", "updatedDate": "2022-04-20T03:09:10Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "01616C8F-4430-4F11-9257-B23626C50E99", "status": "08", "QualType": { "textValue": "01", "optionText": "IRA" }, "OwnerType": { "textValue": "02", "optionText": "NonCustodial" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "BandVariable": { "textValue": "125", "optionText": "Band125" }, "PolicyID": "0000006801" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/94515CEE-FD44-492E-943F-16B9AB80B232", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/94515CEE-FD44-492E-943F-16B9AB80B232/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/94515CEE-FD44-492E-943F-16B9AB80B232/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/94515CEE-FD44-492E-943F-16B9AB80B232/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "dfxh", "policyNumber": "IND20026645", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/94515CEE-FD44-492E-943F-16B9AB80B232/roles/6C9C9D88-68DA-4961-B2B3-4BE0D53BD391", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "94515CEE-FD44-492E-943F-16B9AB80B232", "creationDate": "2022-04-20T00:00:00Z", "updatedDate": "2022-04-20T03:08:50Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "74C46F3A-7816-471A-BAC8-AECCD18E985C", "status": "08", "NextPremiumDate": null, "Bucket": 0, "AppSignDate": null, "IssueDate": null, "IssueAge": 0, "EffectiveDate": null, "PaymentMode": "Semi-Annual" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0620F536-0AAC-4A96-9119-D5D057B4C211", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/0620F536-0AAC-4A96-9119-D5D057B4C211/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/0620F536-0AAC-4A96-9119-D5D057B4C211/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/0620F536-0AAC-4A96-9119-D5D057B4C211/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "gvh", "policyNumber": "IND20026644", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0620F536-0AAC-4A96-9119-D5D057B4C211/roles/00D6DAFB-8AC2-4DB6-87F0-B2F59AE1A8BE", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "0620F536-0AAC-4A96-9119-D5D057B4C211", "creationDate": "2022-04-20T00:00:00Z", "updatedDate": "2022-04-20T03:03:47Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "74C46F3A-7816-471A-BAC8-AECCD18E985C", "status": "08", "NextPremiumDate": null, "Bucket": 0, "AppSignDate": null, "IssueDate": null, "IssueAge": 0, "EffectiveDate": null, "PaymentMode": "Semi-Annual" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/654570DF-ACEA-4697-94CC-0C7533E37740", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/654570DF-ACEA-4697-94CC-0C7533E37740/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/654570DF-ACEA-4697-94CC-0C7533E37740/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/654570DF-ACEA-4697-94CC-0C7533E37740/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "fgcj", "policyNumber": "AM20026643", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": null, "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/654570DF-ACEA-4697-94CC-0C7533E37740/roles/636E872A-F1B1-429A-989B-67CD55DCBDA2", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "654570DF-ACEA-4697-94CC-0C7533E37740", "creationDate": "2022-04-20T00:00:00Z", "updatedDate": "2022-04-20T03:00:28Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "575F5902-AE18-4279-9A3B-73679CFE769E", "status": "08", "QualType": { "textValue": "01", "optionText": "IRA" }, "OwnerType": { "textValue": "02", "optionText": "NonCustodial" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "BandVariable": { "textValue": "125", "optionText": "Band125" }, "PolicyID": "0000006800" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B7451A65-8F7B-41A7-BA24-EEDF7618C01E", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B7451A65-8F7B-41A7-BA24-EEDF7618C01E/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B7451A65-8F7B-41A7-BA24-EEDF7618C01E/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B7451A65-8F7B-41A7-BA24-EEDF7618C01E/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=03", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "DEmoPolicy", "policyNumber": "DEmoPolicy", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "03", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B7451A65-8F7B-41A7-BA24-EEDF7618C01E/segments/044758AD-119A-4A86-8042-CADB6C822109", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B7451A65-8F7B-41A7-BA24-EEDF7618C01E/roles/9A7492D1-940F-4641-9F17-280102C7E481", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B7451A65-8F7B-41A7-BA24-EEDF7618C01E/roles/1BD50B2B-A6E8-4FDD-9C8C-B7BF8D9E4BA7", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B7451A65-8F7B-41A7-BA24-EEDF7618C01E/roles/62EEA467-06A1-4EF6-A3A4-3B2AB6E5BF80", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "B7451A65-8F7B-41A7-BA24-EEDF7618C01E", "creationDate": "2021-09-16T00:00:00Z", "updatedDate": "2022-04-18T08:59:09Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "ContractDate": "2020-06-15T00:00:00Z", "TestField": null, "EffectiveDate": "2020-06-15T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/37819945-931E-4F7C-852A-51827A961DDC", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/37819945-931E-4F7C-852A-51827A961DDC/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/37819945-931E-4F7C-852A-51827A961DDC/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/37819945-931E-4F7C-852A-51827A961DDC/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "Nishaa_FPP", "policyNumber": "Nishaa_FPP", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/37819945-931E-4F7C-852A-51827A961DDC/roles/31F46AF6-5387-49DB-9BDD-75A7D9B91031", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/37819945-931E-4F7C-852A-51827A961DDC/roles/39BA4A3F-041D-4D12-AD81-98BBAF5CEAB0", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "37819945-931E-4F7C-852A-51827A961DDC", "creationDate": "2021-11-01T00:00:00Z", "updatedDate": "2022-04-14T12:15:46Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/03D4CCD1-DE80-4EA5-A37E-1543E4732D86", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/03D4CCD1-DE80-4EA5-A37E-1543E4732D86/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/03D4CCD1-DE80-4EA5-A37E-1543E4732D86/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/03D4CCD1-DE80-4EA5-A37E-1543E4732D86/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": null, "policyNumber": "DYPP20026444", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": null, "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/03D4CCD1-DE80-4EA5-A37E-1543E4732D86/roles/D381A7CF-23A8-4D4D-B809-F6993B53FE7C", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "03D4CCD1-DE80-4EA5-A37E-1543E4732D86", "creationDate": "2022-04-14T00:00:00Z", "updatedDate": "2022-04-14T03:23:05Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "01616C8F-4430-4F11-9257-B23626C50E99", "status": "08", "QualType": { "textValue": "01", "optionText": "IRA" }, "OwnerType": { "textValue": "02", "optionText": "NonCustodial" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "BandVariable": { "textValue": "125", "optionText": "Band125" }, "PolicyID": "0000006600" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/D4077238-A237-427A-A37E-E784CD8E0C61", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/D4077238-A237-427A-A37E-E784CD8E0C61/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/D4077238-A237-427A-A37E-E784CD8E0C61/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/D4077238-A237-427A-A37E-E784CD8E0C61/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=09", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "vda", "policyNumber": "VDA20026443", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/D4077238-A237-427A-A37E-E784CD8E0C61/segments/329621AB-2DB9-4C5B-858F-0785C1AD9970", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/D4077238-A237-427A-A37E-E784CD8E0C61/roles/A5482782-6FFE-45B9-A3F0-7958BD5DF167", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/D4077238-A237-427A-A37E-E784CD8E0C61/roles/DFE7CC1C-D71D-4A8D-A0FA-F8D88E710C8E", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/D4077238-A237-427A-A37E-E784CD8E0C61/roles/A4C6A532-A610-4481-AF00-6236E1C25A95", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/D4077238-A237-427A-A37E-E784CD8E0C61/roles/7B9BF637-C4B6-479D-8CEB-33D034E72654", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/D4077238-A237-427A-A37E-E784CD8E0C61/roles/EDDB6E80-672F-47B8-9DFA-E2D89BA535CA", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/D4077238-A237-427A-A37E-E784CD8E0C61/roles/B9932674-07CC-4054-B50B-849CBCB208C2", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "D4077238-A237-427A-A37E-E784CD8E0C61", "creationDate": "2022-04-13T00:00:00Z", "updatedDate": "2022-04-13T02:37:34Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C", "status": "09", "PolicyYear": 0, "PolicyIssueDate": "2020-06-15T00:00:00Z", "QualType": { "textValue": "01", "optionText": "IRA" }, "PolicyEffectiveDate": null, "FinancialEntryEffectiveDate": null, "FreeLookEndDate": null, "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/A8C210A9-0191-4A37-8780-E04AC590922F", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/A8C210A9-0191-4A37-8780-E04AC590922F/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/A8C210A9-0191-4A37-8780-E04AC590922F/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/A8C210A9-0191-4A37-8780-E04AC590922F/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "nandha1", "policyNumber": "Berma23", "planDate": "1980-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/A8C210A9-0191-4A37-8780-E04AC590922F/roles/A43270B2-BAF0-4B0E-8097-1E80D72B8583", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/A8C210A9-0191-4A37-8780-E04AC590922F/roles/B6D9BDBE-FC75-4FC1-92DE-4DEB48662055", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "A8C210A9-0191-4A37-8780-E04AC590922F", "creationDate": "2021-10-27T00:00:00Z", "updatedDate": "2021-11-09T08:58:35Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "01616C8F-4430-4F11-9257-B23626C50E99", "status": "08", "AnnualPremium": { "value": 0.0, "currency": "USD" }, "UnisexIndicator": "UNCHECKED", "DeliveryReceiptDate": null, "OwnerType": { "textValue": "02", "optionText": "NonCustodial" }, "GraceEndDate": null, "PaymentDraftDate": null, "PolicyYear": null, "BillAmount": { "value": 0.0, "currency": "USD" }, "PremiumAvailable": { "value": 0.0, "currency": "USD" }, "PolicyGraceAmount": { "value": 0.0, "currency": "USD" }, "TerminationDate": null, "AppSignDate": "1993-01-01T00:00:00Z", "FreeLookEndDate": null, "IssueDate": "1992-01-01T00:00:00Z", "PaidToDate": null, "ActiveDate": null, "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "PolicyFee": { "value": 0.0, "currency": "USD" }, "MaturityDate": null, "NextYearsAnnualPremium": { "value": 0.0, "currency": "USD" }, "NextYearsModalPremium": { "value": 0.0, "currency": "USD" }, "ModalPremium": { "value": 0.0, "currency": "USD" }, "PaymentMethod": { "textValue": "01", "optionText": "Direct Bill" }, "TermDuration": { "textValue": "01", "optionText": "10 Year Term" }, "OneTimeBill": "UNCHECKED", "PaymentMode": { "textValue": "01", "optionText": "Annual" } }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/39CAAC66-622F-4E91-8F1B-EF9283392652", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/39CAAC66-622F-4E91-8F1B-EF9283392652/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/39CAAC66-622F-4E91-8F1B-EF9283392652/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/39CAAC66-622F-4E91-8F1B-EF9283392652/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "TestAllocationsBug", "policyNumber": "AM20025258", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/39CAAC66-622F-4E91-8F1B-EF9283392652/segments/91A4C6D5-93A1-4D94-B540-C9E8B8B20DBC", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/39CAAC66-622F-4E91-8F1B-EF9283392652/roles/339E98F9-95C4-4CE4-A1C3-8DD50006DC85", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/39CAAC66-622F-4E91-8F1B-EF9283392652/roles/557C71F8-264F-4093-8460-CCE7F5EFC8D6", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/39CAAC66-622F-4E91-8F1B-EF9283392652/roles/75083F2B-8FBC-4864-8344-C20F20C31ED1", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/39CAAC66-622F-4E91-8F1B-EF9283392652/roles/B3AB8B1A-D49F-4377-9337-007FB6EFF48B", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "39CAAC66-622F-4E91-8F1B-EF9283392652", "creationDate": "2021-09-06T00:00:00Z", "updatedDate": "2021-11-08T12:21:20Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "575F5902-AE18-4279-9A3B-73679CFE769E", "status": "08", "InitialPremiumFund": "Money Market Fund", "TAP": { "value": 0.0, "currency": "USD" }, "StandardModel": "LifeStyle Custom Portfolio", "MIP": { "value": 0.0, "currency": "USD" }, "AppSignDate": "2010-01-01T00:00:00Z", "IssueAge": 0, "CostBasis": { "value": 0.0, "currency": "USD" }, "PaymentMode": { "textValue": "01", "optionText": "Annual" }, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/291FBAEA-4A58-4DB6-AEC6-743C6653CC1D", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/291FBAEA-4A58-4DB6-AEC6-743C6653CC1D/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/291FBAEA-4A58-4DB6-AEC6-743C6653CC1D/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/291FBAEA-4A58-4DB6-AEC6-743C6653CC1D/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=09", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "PB_Act", "policyNumber": "VDA20025843", "planDate": "2000-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/291FBAEA-4A58-4DB6-AEC6-743C6653CC1D/segments/72FC5CF8-73B7-4B00-9850-EDA7ADC9142C", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/291FBAEA-4A58-4DB6-AEC6-743C6653CC1D/segments/E54B2C67-0FA9-4003-A85E-EAA32A000C5F", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/291FBAEA-4A58-4DB6-AEC6-743C6653CC1D/roles/E49A645C-FDE2-43BB-870D-539CFDE62A11", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/291FBAEA-4A58-4DB6-AEC6-743C6653CC1D/roles/778DE0A3-7391-485E-AD77-ACA482F4829F", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/291FBAEA-4A58-4DB6-AEC6-743C6653CC1D/roles/27F0BA73-2EE5-4123-BDAD-58059469561C", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/291FBAEA-4A58-4DB6-AEC6-743C6653CC1D/roles/B5DC6464-22AF-4226-801C-16B1747496CA", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/291FBAEA-4A58-4DB6-AEC6-743C6653CC1D/roles/BBFA4FB3-B3CD-4C09-913D-E3E9F5B41DAE", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/291FBAEA-4A58-4DB6-AEC6-743C6653CC1D/roles/EEE9C3C1-CACB-4CB2-AAF2-C9ECC95CA635", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/291FBAEA-4A58-4DB6-AEC6-743C6653CC1D/roles/46AE80A4-B061-48C0-A553-8CECB95679A1", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "291FBAEA-4A58-4DB6-AEC6-743C6653CC1D", "creationDate": "2021-10-22T00:00:00Z", "updatedDate": "2021-11-08T11:42:33Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "389E1379-69CD-48DC-BEAE-38758156B469", "status": "09", "PolicyYear": 0, "QualType": { "textValue": "01", "optionText": "IRA" }, "PolicyIssueDate": "2009-01-01T00:00:00Z", "PolicyEffectiveDate": null, "FreeLookEndDate": null, "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/8156FCE3-6D9C-455A-B972-4E4ECF8DF970", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/8156FCE3-6D9C-455A-B972-4E4ECF8DF970/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/8156FCE3-6D9C-455A-B972-4E4ECF8DF970/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/8156FCE3-6D9C-455A-B972-4E4ECF8DF970/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "hi34", "policyNumber": "hi34", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/8156FCE3-6D9C-455A-B972-4E4ECF8DF970/roles/7D767374-C45E-4DBC-8202-903218FAA8A3", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "8156FCE3-6D9C-455A-B972-4E4ECF8DF970", "creationDate": "2021-11-03T00:00:00Z", "updatedDate": "2021-11-03T05:57:26Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "TransactionField": null, "GMIRLookupDate": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/6DE19298-D875-4C5C-9E9A-A42666B6A00D", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/6DE19298-D875-4C5C-9E9A-A42666B6A00D/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/6DE19298-D875-4C5C-9E9A-A42666B6A00D/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/6DE19298-D875-4C5C-9E9A-A42666B6A00D/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "p1", "policyNumber": "p1", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/6DE19298-D875-4C5C-9E9A-A42666B6A00D/roles/F9E2F7B6-2472-4EA1-B319-E3C6CDB2C505", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "6DE19298-D875-4C5C-9E9A-A42666B6A00D", "creationDate": "2021-11-01T00:00:00Z", "updatedDate": "2021-11-02T07:48:48Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "TransactionField": null, "GMIRLookupDate": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/FA9E290D-F904-4D47-80F8-171750FFD1B9", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/FA9E290D-F904-4D47-80F8-171750FFD1B9/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/FA9E290D-F904-4D47-80F8-171750FFD1B9/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/FA9E290D-F904-4D47-80F8-171750FFD1B9/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "ds", "policyNumber": "s3", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/FA9E290D-F904-4D47-80F8-171750FFD1B9/roles/B8EC0DA7-0352-47BF-9B7C-DE1E28CDDEE7", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "FA9E290D-F904-4D47-80F8-171750FFD1B9", "creationDate": "2021-11-02T00:00:00Z", "updatedDate": "2021-11-02T05:31:22Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "01616C8F-4430-4F11-9257-B23626C50E99", "status": "08", "QualType": { "textValue": "01", "optionText": "IRA" }, "OwnerType": { "textValue": "02", "optionText": "NonCustodial" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "BandVariable": { "textValue": "125", "optionText": "Band125" }, "PolicyID": "0000006403" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/63F3C2B4-05A4-46C2-9488-1D361CDDFD13", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/63F3C2B4-05A4-46C2-9488-1D361CDDFD13/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/63F3C2B4-05A4-46C2-9488-1D361CDDFD13/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/63F3C2B4-05A4-46C2-9488-1D361CDDFD13/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "hi", "policyNumber": "sd3", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/63F3C2B4-05A4-46C2-9488-1D361CDDFD13/roles/E2CFD674-42E2-4890-9346-3236945832C6", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "63F3C2B4-05A4-46C2-9488-1D361CDDFD13", "creationDate": "2021-11-02T00:00:00Z", "updatedDate": "2021-11-02T05:28:58Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "TransactionField": null, "GMIRLookupDate": null, "SurrenderCharges": null, "ContractDate": null, "TestField": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/69D9507C-CA2E-4363-9623-A950010741E9", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/69D9507C-CA2E-4363-9623-A950010741E9/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/69D9507C-CA2E-4363-9623-A950010741E9/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/69D9507C-CA2E-4363-9623-A950010741E9/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "vasu", "policyNumber": "AM20026244", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/69D9507C-CA2E-4363-9623-A950010741E9/roles/BD1C2E7B-1B30-4A95-8888-9554C2C54F77", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "69D9507C-CA2E-4363-9623-A950010741E9", "creationDate": "2021-11-02T00:00:00Z", "updatedDate": "2021-11-02T03:46:31Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "575F5902-AE18-4279-9A3B-73679CFE769E", "status": "08", "InitialPremiumFund": "Money Market Fund", "TAP": { "value": 0.0, "currency": "USD" }, "MIP": { "value": 0.0, "currency": "USD" }, "StandardModel": "LifeStyle Custom Portfolio", "AppSignDate": null, "IssueAge": 0, "CostBasis": { "value": 0.0, "currency": "USD" }, "PaymentMode": { "textValue": "01", "optionText": "Annual" }, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/158905B7-9882-4421-9403-3CC204B48E78", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/158905B7-9882-4421-9403-3CC204B48E78/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/158905B7-9882-4421-9403-3CC204B48E78/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/158905B7-9882-4421-9403-3CC204B48E78/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "asdf", "policyNumber": "a4", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/158905B7-9882-4421-9403-3CC204B48E78/roles/FCB5419F-479B-4FD0-A284-909F14F152D1", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "158905B7-9882-4421-9403-3CC204B48E78", "creationDate": "2021-11-02T00:00:00Z", "updatedDate": "2021-11-02T03:44:14Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "01616C8F-4430-4F11-9257-B23626C50E99", "status": "08", "QualType": { "textValue": "01", "optionText": "IRA" }, "OwnerType": { "textValue": "02", "optionText": "NonCustodial" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "BandVariable": { "textValue": "125", "optionText": "Band125" }, "PolicyID": "0000006402" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/D4B937D1-7953-4F35-ADC6-2FEFB5D3F329", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/D4B937D1-7953-4F35-ADC6-2FEFB5D3F329/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/D4B937D1-7953-4F35-ADC6-2FEFB5D3F329/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/D4B937D1-7953-4F35-ADC6-2FEFB5D3F329/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "vijay_sap policy2", "policyNumber": "vj23", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/D4B937D1-7953-4F35-ADC6-2FEFB5D3F329/roles/729F4DB8-AADA-4366-9D6F-497860C2ECAA", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "D4B937D1-7953-4F35-ADC6-2FEFB5D3F329", "creationDate": "2021-11-01T00:00:00Z", "updatedDate": "2021-11-01T18:49:46Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "01616C8F-4430-4F11-9257-B23626C50E99", "status": "08", "QualType": { "textValue": "01", "optionText": "IRA" }, "OwnerType": { "textValue": "02", "optionText": "NonCustodial" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "BandVariable": { "textValue": "125", "optionText": "Band125" }, "PolicyID": "0000006401" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B58D3108-F773-4C32-95E4-CA98CE50A628", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B58D3108-F773-4C32-95E4-CA98CE50A628/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B58D3108-F773-4C32-95E4-CA98CE50A628/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B58D3108-F773-4C32-95E4-CA98CE50A628/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "vijay_sap1policy", "policyNumber": "vj23", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B58D3108-F773-4C32-95E4-CA98CE50A628/roles/058F8437-EA33-4F42-BB2E-C413B7D2D81C", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "B58D3108-F773-4C32-95E4-CA98CE50A628", "creationDate": "2021-11-01T00:00:00Z", "updatedDate": "2021-11-01T18:41:34Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "01616C8F-4430-4F11-9257-B23626C50E99", "status": "08", "QualType": { "textValue": "01", "optionText": "IRA" }, "OwnerType": { "textValue": "02", "optionText": "NonCustodial" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "BandVariable": { "textValue": "125", "optionText": "Band125" }, "PolicyID": "0000006400" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/1CE97819-3020-423D-86BA-5568E7EC060F", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/1CE97819-3020-423D-86BA-5568E7EC060F/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/1CE97819-3020-423D-86BA-5568E7EC060F/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/1CE97819-3020-423D-86BA-5568E7EC060F/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "Vijay-SAPPolicy", "policyNumber": "vj234", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/1CE97819-3020-423D-86BA-5568E7EC060F/roles/5007A2AE-EDA4-48EB-9EBC-632F5E81D17D", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "1CE97819-3020-423D-86BA-5568E7EC060F", "creationDate": "2021-11-01T00:00:00Z", "updatedDate": "2021-11-01T18:19:52Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "TransactionField": null, "GMIRLookupDate": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/9F9F5D40-0913-40AD-AB17-7C3E902672C9", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/9F9F5D40-0913-40AD-AB17-7C3E902672C9/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/9F9F5D40-0913-40AD-AB17-7C3E902672C9/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/9F9F5D40-0913-40AD-AB17-7C3E902672C9/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "policyfpbug", "policyNumber": "policyfpbug", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/9F9F5D40-0913-40AD-AB17-7C3E902672C9/roles/7E3467A4-0065-472D-8A31-7B2DB04B96D6", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "9F9F5D40-0913-40AD-AB17-7C3E902672C9", "creationDate": "2021-11-01T00:00:00Z", "updatedDate": "2021-11-01T12:40:18Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "ContractDate": null, "TestField": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/D688B2CD-1FAB-4E82-B402-4241AD8E3836", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/D688B2CD-1FAB-4E82-B402-4241AD8E3836/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/D688B2CD-1FAB-4E82-B402-4241AD8E3836/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/D688B2CD-1FAB-4E82-B402-4241AD8E3836/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "snehith", "policyNumber": "s1", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/D688B2CD-1FAB-4E82-B402-4241AD8E3836/roles/795EE585-54B4-40B4-84F8-8EEDE1BA302C", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "D688B2CD-1FAB-4E82-B402-4241AD8E3836", "creationDate": "2021-11-01T00:00:00Z", "updatedDate": "2021-11-01T12:40:09Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/ADD23DA0-FDB8-4A48-B7B3-CB13F8215E91", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/ADD23DA0-FDB8-4A48-B7B3-CB13F8215E91/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/ADD23DA0-FDB8-4A48-B7B3-CB13F8215E91/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/ADD23DA0-FDB8-4A48-B7B3-CB13F8215E91/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "policyfp1", "policyNumber": "policyfp1", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/ADD23DA0-FDB8-4A48-B7B3-CB13F8215E91/roles/CC065B7A-AE7C-4A87-8E9C-9E0648DE60FC", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "ADD23DA0-FDB8-4A48-B7B3-CB13F8215E91", "creationDate": "2021-11-01T00:00:00Z", "updatedDate": "2021-11-01T12:29:56Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/98FC5AB9-943A-43DE-AA1C-A8E6FD4E9EB8", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/98FC5AB9-943A-43DE-AA1C-A8E6FD4E9EB8/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/98FC5AB9-943A-43DE-AA1C-A8E6FD4E9EB8/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/98FC5AB9-943A-43DE-AA1C-A8E6FD4E9EB8/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "NishaaFPP2", "policyNumber": "NishaaFPP2", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/98FC5AB9-943A-43DE-AA1C-A8E6FD4E9EB8/roles/ADB316B8-2A60-4F7B-A96B-9945331B1C71", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "98FC5AB9-943A-43DE-AA1C-A8E6FD4E9EB8", "creationDate": "2021-11-01T00:00:00Z", "updatedDate": "2021-11-01T08:04:36Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "ContractDate": null, "TestField": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/E62B816C-0429-44CB-AC5E-C23CB210ECEF", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/E62B816C-0429-44CB-AC5E-C23CB210ECEF/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/E62B816C-0429-44CB-AC5E-C23CB210ECEF/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/E62B816C-0429-44CB-AC5E-C23CB210ECEF/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "nandha", "policyNumber": "nandha1", "planDate": "2000-06-05T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/E62B816C-0429-44CB-AC5E-C23CB210ECEF/roles/D58D495C-E834-419B-B8EA-3B1F4E3B97E6", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "E62B816C-0429-44CB-AC5E-C23CB210ECEF", "creationDate": "2021-10-27T00:00:00Z", "updatedDate": "2021-11-01T05:32:27Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "ContractDate": "2001-09-05T00:00:00Z", "TestField": null, "EffectiveDate": "2001-10-08T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/3508FB18-6C13-42EF-BE1B-EA81BF264EAA", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/3508FB18-6C13-42EF-BE1B-EA81BF264EAA/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/3508FB18-6C13-42EF-BE1B-EA81BF264EAA/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/3508FB18-6C13-42EF-BE1B-EA81BF264EAA/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "power45", "policyNumber": "56", "planDate": "1996-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/3508FB18-6C13-42EF-BE1B-EA81BF264EAA/roles/EFF4D4CE-21A3-4C04-8AC9-C5D35B55D4F1", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "3508FB18-6C13-42EF-BE1B-EA81BF264EAA", "creationDate": "2021-10-29T00:00:00Z", "updatedDate": "2021-10-29T11:36:29Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "01616C8F-4430-4F11-9257-B23626C50E99", "status": "08", "AnnualPremium": { "value": 0.0, "currency": "USD" }, "UnisexIndicator": "UNCHECKED", "DeliveryReceiptDate": null, "OwnerType": { "textValue": "02", "optionText": "NonCustodial" }, "PaymentDraftDate": null, "GraceEndDate": null, "PolicyYear": null, "BillAmount": { "value": 0.0, "currency": "USD" }, "PremiumAvailable": { "value": 0.0, "currency": "USD" }, "TerminationDate": null, "PolicyGraceAmount": { "value": 0.0, "currency": "USD" }, "AppSignDate": "1998-01-03T00:00:00Z", "FreeLookEndDate": null, "IssueDate": "1998-01-02T00:00:00Z", "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "PaidToDate": null, "ActiveDate": null, "PolicyFee": { "value": 0.0, "currency": "USD" }, "MaturityDate": null, "NextYearsAnnualPremium": { "value": 0.0, "currency": "USD" }, "NextYearsModalPremium": { "value": 0.0, "currency": "USD" }, "ModalPremium": { "value": 0.0, "currency": "USD" }, "PaymentMethod": { "textValue": "01", "optionText": "Direct Bill" }, "TermDuration": { "textValue": "01", "optionText": "10 Year Term" }, "OneTimeBill": "UNCHECKED", "PaymentMode": { "textValue": "01", "optionText": "Annual" } }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5D27C39A-D74F-4C78-A957-6F0B1DAA9C87", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/5D27C39A-D74F-4C78-A957-6F0B1DAA9C87/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/5D27C39A-D74F-4C78-A957-6F0B1DAA9C87/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/5D27C39A-D74F-4C78-A957-6F0B1DAA9C87/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=01", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "VDA_TC01", "policyNumber": "VDA20025248", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5D27C39A-D74F-4C78-A957-6F0B1DAA9C87/segments/884D3C27-75AF-407F-9147-A2C191DED195", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5D27C39A-D74F-4C78-A957-6F0B1DAA9C87/roles/91A86022-F93C-4C02-A2E3-57ECA46AB639", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5D27C39A-D74F-4C78-A957-6F0B1DAA9C87/roles/235E9988-A2A7-4B5E-9EFE-434BF35AB505", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5D27C39A-D74F-4C78-A957-6F0B1DAA9C87/roles/1AC2D248-DEBA-4291-B4D1-BAF7FE764C77", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5D27C39A-D74F-4C78-A957-6F0B1DAA9C87/roles/2F02660A-F390-4AB4-AF4C-48986E0A5310", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5D27C39A-D74F-4C78-A957-6F0B1DAA9C87/roles/5D387B19-1FC2-4FAE-A904-CF036F24C0A6", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5D27C39A-D74F-4C78-A957-6F0B1DAA9C87/roles/93BDC7E2-027A-42B5-B9F6-B5C5A4C07173", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "5D27C39A-D74F-4C78-A957-6F0B1DAA9C87", "creationDate": "2021-09-03T00:00:00Z", "updatedDate": "2021-10-29T11:26:00Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C", "status": "01", "PolicyYear": 0, "QualType": { "textValue": "01", "optionText": "IRA" }, "PolicyIssueDate": "2010-01-01T00:00:00Z", "PolicyEffectiveDate": "2010-01-01T00:00:00Z", "FinancialEntryEffectiveDate": "2010-01-01T00:00:00Z", "FreeLookEndDate": "2010-01-21T00:00:00Z", "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": "2010-01-21T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/23A5E56D-69B4-44CD-A70A-B04B4BDE8941", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/23A5E56D-69B4-44CD-A70A-B04B4BDE8941/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/23A5E56D-69B4-44CD-A70A-B04B4BDE8941/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/23A5E56D-69B4-44CD-A70A-B04B4BDE8941/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "nandha123", "policyNumber": "88", "planDate": "1989-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/23A5E56D-69B4-44CD-A70A-B04B4BDE8941/roles/F77F9649-14FF-4225-951F-29040699EEBC", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "23A5E56D-69B4-44CD-A70A-B04B4BDE8941", "creationDate": "2021-10-29T00:00:00Z", "updatedDate": "2021-10-29T09:08:16Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "01616C8F-4430-4F11-9257-B23626C50E99", "status": "08", "AnnualPremium": { "value": 0.0, "currency": "USD" }, "UnisexIndicator": "UNCHECKED", "DeliveryReceiptDate": null, "OwnerType": { "textValue": "02", "optionText": "NonCustodial" }, "PaymentDraftDate": null, "GraceEndDate": null, "PolicyYear": null, "BillAmount": { "value": 0.0, "currency": "USD" }, "PremiumAvailable": { "value": 0.0, "currency": "USD" }, "TerminationDate": null, "PolicyGraceAmount": { "value": 0.0, "currency": "USD" }, "FreeLookEndDate": null, "AppSignDate": "1995-01-03T00:00:00Z", "IssueDate": "1994-01-02T00:00:00Z", "PolicyFee": { "value": 0.0, "currency": "USD" }, "ActiveDate": null, "PaidToDate": null, "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "MaturityDate": null, "NextYearsAnnualPremium": { "value": 0.0, "currency": "USD" }, "NextYearsModalPremium": { "value": 0.0, "currency": "USD" }, "ModalPremium": { "value": 0.0, "currency": "USD" }, "PaymentMethod": { "textValue": "01", "optionText": "Direct Bill" }, "TermDuration": { "textValue": "01", "optionText": "10 Year Term" }, "OneTimeBill": "UNCHECKED", "PaymentMode": { "textValue": "01", "optionText": "Annual" } }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/1D8D7349-B393-47D2-87B9-DDC890E8FD8F", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/1D8D7349-B393-47D2-87B9-DDC890E8FD8F/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/1D8D7349-B393-47D2-87B9-DDC890E8FD8F/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/1D8D7349-B393-47D2-87B9-DDC890E8FD8F/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "nandha123", "policyNumber": "12345", "planDate": "1990-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/1D8D7349-B393-47D2-87B9-DDC890E8FD8F/roles/CA10A99E-A223-44E3-9FF0-98CE016521F8", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "1D8D7349-B393-47D2-87B9-DDC890E8FD8F", "creationDate": "2021-10-29T00:00:00Z", "updatedDate": "2021-10-29T09:02:23Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "01616C8F-4430-4F11-9257-B23626C50E99", "status": "08", "AnnualPremium": { "value": 0.0, "currency": "USD" }, "UnisexIndicator": "UNCHECKED", "DeliveryReceiptDate": null, "OwnerType": { "textValue": "02", "optionText": "NonCustodial" }, "GraceEndDate": null, "PaymentDraftDate": null, "BillAmount": { "value": 0.0, "currency": "USD" }, "PolicyYear": null, "PremiumAvailable": { "value": 0.0, "currency": "USD" }, "PolicyGraceAmount": { "value": 0.0, "currency": "USD" }, "TerminationDate": null, "AppSignDate": "1993-01-01T00:00:00Z", "FreeLookEndDate": null, "IssueDate": "1992-01-03T00:00:00Z", "PolicyFee": { "value": 0.0, "currency": "USD" }, "PaidToDate": null, "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "ActiveDate": null, "MaturityDate": null, "NextYearsAnnualPremium": { "value": 0.0, "currency": "USD" }, "NextYearsModalPremium": { "value": 0.0, "currency": "USD" }, "ModalPremium": { "value": 0.0, "currency": "USD" }, "PaymentMethod": { "textValue": "01", "optionText": "Direct Bill" }, "TermDuration": { "textValue": "01", "optionText": "10 Year Term" }, "OneTimeBill": "UNCHECKED", "PaymentMode": { "textValue": "01", "optionText": "Annual" } }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/63C8879B-E281-4DFF-B7EA-7839EF5F73F9", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/63C8879B-E281-4DFF-B7EA-7839EF5F73F9/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/63C8879B-E281-4DFF-B7EA-7839EF5F73F9/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/63C8879B-E281-4DFF-B7EA-7839EF5F73F9/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=01", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "lkknk", "policyNumber": "VDA20025255", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/63C8879B-E281-4DFF-B7EA-7839EF5F73F9/segments/A4C8CA8F-F024-49A8-AEE8-AB679F104315", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/63C8879B-E281-4DFF-B7EA-7839EF5F73F9/roles/4A12E23F-2030-440E-8528-8AA095771F0C", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/63C8879B-E281-4DFF-B7EA-7839EF5F73F9/roles/B4E0C9DC-8FF2-42F6-8E44-7072BADA7647", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/63C8879B-E281-4DFF-B7EA-7839EF5F73F9/roles/E7AAE202-9F11-4A2B-ADA6-05B057CFB9E8", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/63C8879B-E281-4DFF-B7EA-7839EF5F73F9/roles/BA4A2BB5-3622-41B7-BA7E-C498476AC0A3", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/63C8879B-E281-4DFF-B7EA-7839EF5F73F9/roles/4D1D4022-4ECE-44F1-BF52-E0634DB385EF", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/63C8879B-E281-4DFF-B7EA-7839EF5F73F9/roles/CB136443-4175-40C6-BA6B-05880FFF33A2", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/63C8879B-E281-4DFF-B7EA-7839EF5F73F9/roles/A7A3FC50-86B4-45B2-B3C8-C4074D0E8417", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/63C8879B-E281-4DFF-B7EA-7839EF5F73F9/roles/E1B5A8E7-20E9-45AF-BDE5-AFBCCE2B8BA7", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/63C8879B-E281-4DFF-B7EA-7839EF5F73F9/roles/912BE61F-C2FE-4D1D-8D55-D833B1F257C0", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "63C8879B-E281-4DFF-B7EA-7839EF5F73F9", "creationDate": "2021-09-06T00:00:00Z", "updatedDate": "2021-10-29T08:53:59Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C", "status": "01", "PolicyYear": 1, "PolicyIssueDate": "2010-01-01T00:00:00Z", "QualType": { "textValue": "01", "optionText": "IRA" }, "PolicyEffectiveDate": "2010-01-01T00:00:00Z", "FinancialEntryEffectiveDate": "2010-01-01T00:00:00Z", "FreeLookEndDate": "2010-01-21T00:00:00Z", "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": "2010-01-21T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B736FEC5-D533-4ECF-B863-3AAD226548B7", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B736FEC5-D533-4ECF-B863-3AAD226548B7/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B736FEC5-D533-4ECF-B863-3AAD226548B7/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B736FEC5-D533-4ECF-B863-3AAD226548B7/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=01", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "Test-IPP-0010", "policyNumber": "IND20025477", "planDate": "2000-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B736FEC5-D533-4ECF-B863-3AAD226548B7/segments/DAC9A00F-8B92-4CF5-B8B1-9D79F836FF3E", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B736FEC5-D533-4ECF-B863-3AAD226548B7/roles/DAE651CF-770D-4343-96B9-8046A2DAE2F7", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B736FEC5-D533-4ECF-B863-3AAD226548B7/roles/E861CF2D-B60B-4F9B-B42D-A6C82A5BC5B0", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B736FEC5-D533-4ECF-B863-3AAD226548B7/roles/653487BE-9DD5-408B-B681-0922488C533F", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B736FEC5-D533-4ECF-B863-3AAD226548B7/roles/1726EAE2-7D8B-4066-A468-7E7ABB1F2292", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "B736FEC5-D533-4ECF-B863-3AAD226548B7", "creationDate": "2021-09-17T00:00:00Z", "updatedDate": "2021-10-29T08:48:30Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "74C46F3A-7816-471A-BAC8-AECCD18E985C", "status": "01", "NextPremiumDate": "2000-07-01T00:00:00Z", "Bucket": 1, "AppSignDate": null, "IssueAge": 0, "IssueDate": "2000-01-01T00:00:00Z", "PaymentMode": "Semi-Annual", "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/A98FE201-F539-4F2B-B06A-34F8AFAB6DCA", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/A98FE201-F539-4F2B-B06A-34F8AFAB6DCA/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/A98FE201-F539-4F2B-B06A-34F8AFAB6DCA/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/A98FE201-F539-4F2B-B06A-34F8AFAB6DCA/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "TestV12bug01", "policyNumber": "VDA20026243", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/A98FE201-F539-4F2B-B06A-34F8AFAB6DCA/roles/9CA138C5-9FAD-4244-BD72-01FFFEDE2164", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/A98FE201-F539-4F2B-B06A-34F8AFAB6DCA/roles/0A50DB21-5C09-4AA1-8174-DF6EDE2A97C2", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/A98FE201-F539-4F2B-B06A-34F8AFAB6DCA/roles/5DBC98E2-8BA3-44EE-8BEE-E5A97031E4E8", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/A98FE201-F539-4F2B-B06A-34F8AFAB6DCA/roles/4E81CDC4-2582-4771-874F-0776076C7734", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/A98FE201-F539-4F2B-B06A-34F8AFAB6DCA/roles/9F9238C9-B376-4101-805D-AC09703FFEBA", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/A98FE201-F539-4F2B-B06A-34F8AFAB6DCA/roles/F5A1922F-5E53-4AF7-8BDD-E62877702D97", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "A98FE201-F539-4F2B-B06A-34F8AFAB6DCA", "creationDate": "2021-10-28T00:00:00Z", "updatedDate": "2021-10-28T09:09:00Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C", "status": "08", "PolicyYear": 0, "PolicyIssueDate": "2010-01-01T00:00:00Z", "QualType": { "textValue": "01", "optionText": "IRA" }, "PolicyEffectiveDate": null, "FinancialEntryEffectiveDate": null, "FreeLookEndDate": null, "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/54BB77B9-6658-43A8-A997-9E9CDD16D2E6", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/54BB77B9-6658-43A8-A997-9E9CDD16D2E6/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/54BB77B9-6658-43A8-A997-9E9CDD16D2E6/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/54BB77B9-6658-43A8-A997-9E9CDD16D2E6/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "nandha1", "policyNumber": "999", "planDate": "1990-01-02T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/54BB77B9-6658-43A8-A997-9E9CDD16D2E6/roles/2FA9C530-0972-4382-B102-59D8045257A9", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "54BB77B9-6658-43A8-A997-9E9CDD16D2E6", "creationDate": "2021-10-28T00:00:00Z", "updatedDate": "2021-10-28T04:54:29Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "01616C8F-4430-4F11-9257-B23626C50E99", "status": "08", "AnnualPremium": { "value": 0.0, "currency": "USD" }, "UnisexIndicator": "UNCHECKED", "DeliveryReceiptDate": null, "QualType": { "textValue": "01", "optionText": "IRA" }, "OwnerType": { "textValue": "02", "optionText": "Sin Custodia" }, "GraceEndDate": null, "PaymentDraftDate": null, "PolicyID": "0000006200", "PolicyYear": null, "BillAmount": { "value": 0.0, "currency": "USD" }, "PremiumAvailable": { "value": 0.0, "currency": "USD" }, "TerminationDate": null, "PolicyGraceAmount": { "value": 0.0, "currency": "USD" }, "AppSignDate": "1990-01-05T00:00:00Z", "FreeLookEndDate": null, "IssueDate": "1990-01-03T00:00:00Z", "ActiveDate": null, "PolicyFee": { "value": 0.0, "currency": "USD" }, "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "PaidToDate": null, "MaturityDate": null, "BandVariable": { "textValue": "125", "optionText": "Band125" }, "NextYearsAnnualPremium": { "value": 0.0, "currency": "USD" }, "NextYearsModalPremium": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "S??" }, "ModalPremium": { "value": 0.0, "currency": "USD" }, "PaymentMethod": { "textValue": "01", "optionText": "Bill Directa" }, "OneTimeBill": "UNCHECKED", "TermDuration": { "textValue": "01", "optionText": "10 Year Term" }, "PaymentMode": { "textValue": "01", "optionText": "Anual" } }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2CBF6C96-9E03-4063-9E53-7C961C2795A6", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/2CBF6C96-9E03-4063-9E53-7C961C2795A6/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/2CBF6C96-9E03-4063-9E53-7C961C2795A6/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/2CBF6C96-9E03-4063-9E53-7C961C2795A6/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "DB2_Policy_sharath", "policyNumber": "DB2_Policy_sharath", "planDate": "2001-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2CBF6C96-9E03-4063-9E53-7C961C2795A6/segments/C84A5398-5559-4C98-97E2-3AD87B7703C6", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2CBF6C96-9E03-4063-9E53-7C961C2795A6/segments/8435AD2D-D063-4149-BD43-ADE9C25E8839", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2CBF6C96-9E03-4063-9E53-7C961C2795A6/roles/EA63A8A4-41D4-44FC-AE40-CD960CE25730", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2CBF6C96-9E03-4063-9E53-7C961C2795A6/roles/939D4D13-2EE6-4306-8929-A8E153B5AA22", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "2CBF6C96-9E03-4063-9E53-7C961C2795A6", "creationDate": "2021-10-25T00:00:00Z", "updatedDate": "2021-10-27T11:54:09Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/3998B6DA-02DF-4808-8211-93F60D752E3C", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/3998B6DA-02DF-4808-8211-93F60D752E3C/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/3998B6DA-02DF-4808-8211-93F60D752E3C/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/3998B6DA-02DF-4808-8211-93F60D752E3C/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "Policy_31798429", "policyNumber": "31798429", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/3998B6DA-02DF-4808-8211-93F60D752E3C/roles/1473DE34-8E70-4A7E-ADCF-045860F43357", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "3998B6DA-02DF-4808-8211-93F60D752E3C", "creationDate": "2021-10-27T00:00:00Z", "updatedDate": "2021-10-27T05:16:48Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": 31798429, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": "2021-10-27T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/7DC2E395-AB95-42C3-A342-22B1A423CC7C", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/7DC2E395-AB95-42C3-A342-22B1A423CC7C/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/7DC2E395-AB95-42C3-A342-22B1A423CC7C/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/7DC2E395-AB95-42C3-A342-22B1A423CC7C/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "V12TestBug", "policyNumber": "VDA20025845", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/7DC2E395-AB95-42C3-A342-22B1A423CC7C/roles/21536C53-0ED3-4B18-8F63-241AE66C52AC", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "7DC2E395-AB95-42C3-A342-22B1A423CC7C", "creationDate": "2021-10-26T00:00:00Z", "updatedDate": "2021-10-26T10:45:03Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "51673985-8606-4ABF-9EEE-85328BE03DA5", "status": "08", "PolicyYear": 0, "PolicyIssueDate": "2002-01-01T00:00:00Z", "QualType": { "textValue": "01", "optionText": "IRA" }, "PolicyEffectiveDate": null, "FreeLookEndDate": null, "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/773402FD-8DF4-4F14-A37E-DC47F7CA49BC", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/773402FD-8DF4-4F14-A37E-DC47F7CA49BC/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/773402FD-8DF4-4F14-A37E-DC47F7CA49BC/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/773402FD-8DF4-4F14-A37E-DC47F7CA49BC/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": null, "policyNumber": "VDA20025261", "planDate": "2010-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/773402FD-8DF4-4F14-A37E-DC47F7CA49BC/segments/4AF2C94E-51C2-41B6-852C-9A8972FAD4B9", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/773402FD-8DF4-4F14-A37E-DC47F7CA49BC/roles/673C2E5B-F5B3-483E-BB4A-AED874843689", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/773402FD-8DF4-4F14-A37E-DC47F7CA49BC/roles/4E657EB7-6743-49A4-B9D3-2833E8186070", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/773402FD-8DF4-4F14-A37E-DC47F7CA49BC/roles/1507CDEA-A658-4247-8D79-5EDD78B1DB1D", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/773402FD-8DF4-4F14-A37E-DC47F7CA49BC/roles/014B7FD3-76A5-4BAD-A570-087A47145606", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/773402FD-8DF4-4F14-A37E-DC47F7CA49BC/roles/A160FBAC-F89A-41FA-A877-A6D35739E528", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/773402FD-8DF4-4F14-A37E-DC47F7CA49BC/roles/4CC7F5D3-9369-4F51-B280-F685B9F3CCCA", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/773402FD-8DF4-4F14-A37E-DC47F7CA49BC/roles/4AD45E91-A0A3-4F2F-A556-CA0BAC41329E", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "773402FD-8DF4-4F14-A37E-DC47F7CA49BC", "creationDate": "2021-09-07T00:00:00Z", "updatedDate": "2021-10-22T12:18:27Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C", "status": "08", "PolicyYear": 0, "QualType": { "textValue": "01", "optionText": "IRA" }, "PolicyIssueDate": "2010-01-01T00:00:00Z", "PolicyEffectiveDate": null, "FinancialEntryEffectiveDate": null, "FreeLookEndDate": null, "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0E3F08A6-B5D0-4D1B-9631-FC3D13B1BA7F", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/0E3F08A6-B5D0-4D1B-9631-FC3D13B1BA7F/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/0E3F08A6-B5D0-4D1B-9631-FC3D13B1BA7F/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/0E3F08A6-B5D0-4D1B-9631-FC3D13B1BA7F/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=09", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "Test-VDA-PIT-04", "policyNumber": "VDA20025259", "planDate": "2010-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0E3F08A6-B5D0-4D1B-9631-FC3D13B1BA7F/segments/EA829E14-6F63-4B46-AB2A-99C18437C890", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0E3F08A6-B5D0-4D1B-9631-FC3D13B1BA7F/roles/D6E23E0B-DAEC-4BF5-B7C7-09E2BB2DBE9C", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0E3F08A6-B5D0-4D1B-9631-FC3D13B1BA7F/roles/7E7EAFEB-F456-4754-97EA-5D89C7688222", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0E3F08A6-B5D0-4D1B-9631-FC3D13B1BA7F/roles/899BEB79-E517-45A6-98CA-697D943250A3", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0E3F08A6-B5D0-4D1B-9631-FC3D13B1BA7F/roles/CA3A44FA-3D29-4911-8044-A878EFF524AF", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0E3F08A6-B5D0-4D1B-9631-FC3D13B1BA7F/roles/E66F2135-59A2-425E-BACD-41EB55B2ACCE", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0E3F08A6-B5D0-4D1B-9631-FC3D13B1BA7F/roles/201028B5-2254-4FA4-983D-FFA543A892A7", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "0E3F08A6-B5D0-4D1B-9631-FC3D13B1BA7F", "creationDate": "2021-09-06T00:00:00Z", "updatedDate": "2021-10-22T11:42:29Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "51673985-8606-4ABF-9EEE-85328BE03DA5", "status": "09", "PolicyYear": 0, "PolicyIssueDate": "2010-01-01T00:00:00Z", "QualType": { "textValue": "01", "optionText": "IRA" }, "PolicyEffectiveDate": "2010-01-01T00:00:00Z", "FreeLookEndDate": "2010-01-21T00:00:00Z", "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": "2010-01-21T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/7AA2B505-27D4-43B9-924E-A50FA19DF117", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/7AA2B505-27D4-43B9-924E-A50FA19DF117/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/7AA2B505-27D4-43B9-924E-A50FA19DF117/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/7AA2B505-27D4-43B9-924E-A50FA19DF117/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "PB_RoleChkPol1", "policyNumber": "PB_RoleChkPol1", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/7AA2B505-27D4-43B9-924E-A50FA19DF117/roles/F1014637-3480-4783-BE0B-CE8BB92F4AFE", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/7AA2B505-27D4-43B9-924E-A50FA19DF117/roles/ABD9BB91-3D00-413E-9D1C-641B9FD1B365", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "7AA2B505-27D4-43B9-924E-A50FA19DF117", "creationDate": "2021-10-22T00:00:00Z", "updatedDate": "2021-10-22T08:21:08Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "Sushma": null, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/FF8F9836-FE71-4B4C-A183-CF6C7971B412", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/FF8F9836-FE71-4B4C-A183-CF6C7971B412/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/FF8F9836-FE71-4B4C-A183-CF6C7971B412/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/FF8F9836-FE71-4B4C-A183-CF6C7971B412/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=01", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "Test-Transfer-004", "policyNumber": "IND20025260", "planDate": "2010-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/FF8F9836-FE71-4B4C-A183-CF6C7971B412/segments/EBB71A4A-9E6B-430B-B162-780039DE045A", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/FF8F9836-FE71-4B4C-A183-CF6C7971B412/roles/F9825540-25B1-4893-9099-2C17871AAD44", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/FF8F9836-FE71-4B4C-A183-CF6C7971B412/roles/386E48DF-C25A-43E0-BEE0-143854540BBB", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/FF8F9836-FE71-4B4C-A183-CF6C7971B412/roles/C6A42109-56BB-4EF2-81F6-7464A373E390", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/FF8F9836-FE71-4B4C-A183-CF6C7971B412/roles/A9B1300A-AA56-4FB0-AF66-6FC54566810E", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "FF8F9836-FE71-4B4C-A183-CF6C7971B412", "creationDate": "2021-09-06T00:00:00Z", "updatedDate": "2021-10-21T12:33:35Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "74C46F3A-7816-471A-BAC8-AECCD18E985C", "status": "01", "NextPremiumDate": "2010-07-01T00:00:00Z", "Bucket": 1, "AppSignDate": "2010-01-01T00:00:00Z", "IssueAge": 0, "IssueDate": "2010-01-01T00:00:00Z", "EffectiveDate": null, "PaymentMode": "Semi-Annual" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B535C691-61A4-41D4-9BFA-6380E9A9DD35", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B535C691-61A4-41D4-9BFA-6380E9A9DD35/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B535C691-61A4-41D4-9BFA-6380E9A9DD35/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B535C691-61A4-41D4-9BFA-6380E9A9DD35/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "SAP1", "policyNumber": "AM20025644", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B535C691-61A4-41D4-9BFA-6380E9A9DD35/roles/735B6739-4670-49B8-B55E-52919B7475F7", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "B535C691-61A4-41D4-9BFA-6380E9A9DD35", "creationDate": "2021-10-12T00:00:00Z", "updatedDate": "2021-10-12T06:25:58Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "575F5902-AE18-4279-9A3B-73679CFE769E", "status": "08", "InitialPremiumFund": "Money Market Fund", "TAP": { "value": 0.0, "currency": "USD" }, "MIP": { "value": 0.0, "currency": "USD" }, "StandardModel": "LifeStyle Custom Portfolio", "AppSignDate": null, "IssueAge": 0, "CostBasis": { "value": 0.0, "currency": "USD" }, "PaymentMode": { "textValue": "01", "optionText": "Annual" }, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/582F7208-4D22-42F1-AF75-2C4438765BE0", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/582F7208-4D22-42F1-AF75-2C4438765BE0/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/582F7208-4D22-42F1-AF75-2C4438765BE0/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/582F7208-4D22-42F1-AF75-2C4438765BE0/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "Policy_CreatePolicy", "policyNumber": "Policy_CreatePolicy", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/582F7208-4D22-42F1-AF75-2C4438765BE0/segments/422F2054-C619-4D50-A663-8E07B2C4D2B9", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/582F7208-4D22-42F1-AF75-2C4438765BE0/roles/C5EBB837-7FE5-4F3C-B849-F2069BCDBBD0", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/582F7208-4D22-42F1-AF75-2C4438765BE0/roles/7B817A4A-8125-4DED-AEC8-5D052AA6D767", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "582F7208-4D22-42F1-AF75-2C4438765BE0", "creationDate": "2021-09-22T00:00:00Z", "updatedDate": "2021-10-11T13:54:32Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "TestField": null, "ContractDate": "2020-06-15T00:00:00Z", "EffectiveDate": "2020-06-15T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/CA360514-D680-478F-B5B9-B39963B01884", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/CA360514-D680-478F-B5B9-B39963B01884/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/CA360514-D680-478F-B5B9-B39963B01884/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/CA360514-D680-478F-B5B9-B39963B01884/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=02", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "Test_App", "policyNumber": "Test_App", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "02", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/CA360514-D680-478F-B5B9-B39963B01884/roles/F7AC326C-653E-47BE-8AAC-B1DF1B78588E", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "CA360514-D680-478F-B5B9-B39963B01884", "creationDate": "2021-09-23T00:00:00Z", "updatedDate": "2021-09-23T07:01:43Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "TransactionField": null, "GMIRLookupDate": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/A314CDDC-F1DC-4A8B-BE2B-37EB16262E42", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/A314CDDC-F1DC-4A8B-BE2B-37EB16262E42/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/A314CDDC-F1DC-4A8B-BE2B-37EB16262E42/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/A314CDDC-F1DC-4A8B-BE2B-37EB16262E42/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=02", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "asasa", "policyNumber": "Asaeev", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "02", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/A314CDDC-F1DC-4A8B-BE2B-37EB16262E42/roles/58DBE40E-ABF5-4F9B-B96E-67EA6D6E777C", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "A314CDDC-F1DC-4A8B-BE2B-37EB16262E42", "creationDate": "2021-09-23T00:00:00Z", "updatedDate": "2021-09-23T06:37:42Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "TestField": null, "ContractDate": "2020-06-15T00:00:00Z", "EffectiveDate": "2020-06-15T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/F63C53B7-B892-47EB-B070-67CDFC17A3BF", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/F63C53B7-B892-47EB-B070-67CDFC17A3BF/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/F63C53B7-B892-47EB-B070-67CDFC17A3BF/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/F63C53B7-B892-47EB-B070-67CDFC17A3BF/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=02", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "aadd", "policyNumber": "ceddda", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "02", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/F63C53B7-B892-47EB-B070-67CDFC17A3BF/roles/FB74E980-7D69-43B7-863C-68387B95FE86", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "F63C53B7-B892-47EB-B070-67CDFC17A3BF", "creationDate": "2021-09-22T00:00:00Z", "updatedDate": "2021-09-22T21:51:12Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "ContractDate": null, "TestField": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/4B26D0EF-2429-4B2C-B6B8-7B16CB0DFE80", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/4B26D0EF-2429-4B2C-B6B8-7B16CB0DFE80/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/4B26D0EF-2429-4B2C-B6B8-7B16CB0DFE80/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/4B26D0EF-2429-4B2C-B6B8-7B16CB0DFE80/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=02", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "sawaa", "policyNumber": "sawww", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "02", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/4B26D0EF-2429-4B2C-B6B8-7B16CB0DFE80/roles/8E73DF91-7797-4FFC-AAA1-0255BE28F735", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "4B26D0EF-2429-4B2C-B6B8-7B16CB0DFE80", "creationDate": "2021-09-22T00:00:00Z", "updatedDate": "2021-09-22T21:45:32Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2ABE6AB8-3AD1-4911-ACAF-FBB004D5A5EF", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/2ABE6AB8-3AD1-4911-ACAF-FBB004D5A5EF/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/2ABE6AB8-3AD1-4911-ACAF-FBB004D5A5EF/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/2ABE6AB8-3AD1-4911-ACAF-FBB004D5A5EF/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=02", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "adse", "policyNumber": "adse", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "02", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2ABE6AB8-3AD1-4911-ACAF-FBB004D5A5EF/roles/F39F2FC8-7F69-41D3-A8AA-7F2FB0F8B66F", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "2ABE6AB8-3AD1-4911-ACAF-FBB004D5A5EF", "creationDate": "2021-09-22T00:00:00Z", "updatedDate": "2021-09-22T21:38:03Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "ContractDate": null, "TestField": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/778F00B2-BE8D-4ED1-AEEA-210753064B79", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/778F00B2-BE8D-4ED1-AEEA-210753064B79/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/778F00B2-BE8D-4ED1-AEEA-210753064B79/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/778F00B2-BE8D-4ED1-AEEA-210753064B79/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=02", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "Policy_CreatePolicy", "policyNumber": "Policy_CreatePolicyACopy", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "02", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/778F00B2-BE8D-4ED1-AEEA-210753064B79/roles/D3D8252D-86E4-4005-A472-3B60E12FD505", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/778F00B2-BE8D-4ED1-AEEA-210753064B79/roles/BC3C428B-CF9C-48D0-A700-D7BEF835DFE4", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "778F00B2-BE8D-4ED1-AEEA-210753064B79", "creationDate": "2020-06-15T00:00:00Z", "updatedDate": "2021-09-22T11:00:15Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "ContractDate": "2020-06-15T00:00:00Z", "TestField": null, "EffectiveDate": "2020-06-15T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/C687CB8B-1EBE-46D9-B9CC-F61117B2B88C", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/C687CB8B-1EBE-46D9-B9CC-F61117B2B88C/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/C687CB8B-1EBE-46D9-B9CC-F61117B2B88C/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/C687CB8B-1EBE-46D9-B9CC-F61117B2B88C/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "App_Create", "policyNumber": "App_CreateACopy", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/C687CB8B-1EBE-46D9-B9CC-F61117B2B88C/roles/28A7BCF0-9631-4E85-8374-A4D6881DBE32", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/C687CB8B-1EBE-46D9-B9CC-F61117B2B88C/roles/B067E8B4-904D-464A-86B2-A58D9720F14F", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "C687CB8B-1EBE-46D9-B9CC-F61117B2B88C", "creationDate": "2020-06-15T00:00:00Z", "updatedDate": "2021-09-22T10:56:49Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "ContractDate": "2020-06-15T00:00:00Z", "TestField": null, "EffectiveDate": "2020-06-15T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/62CF39E6-7568-458B-8FEA-0DF456B12FA4", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/62CF39E6-7568-458B-8FEA-0DF456B12FA4/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/62CF39E6-7568-458B-8FEA-0DF456B12FA4/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/62CF39E6-7568-458B-8FEA-0DF456B12FA4/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=02", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "App_Create", "policyNumber": "App_Create", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "02", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/62CF39E6-7568-458B-8FEA-0DF456B12FA4/roles/26CCCBBB-EEE8-4139-B4C4-F6C0EE2645BD", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/62CF39E6-7568-458B-8FEA-0DF456B12FA4/roles/25AB75B0-4058-46AF-80F4-B69435A61CA9", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "62CF39E6-7568-458B-8FEA-0DF456B12FA4", "creationDate": "2021-09-22T00:00:00Z", "updatedDate": "2021-09-22T10:56:45Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "TransactionField": null, "GMIRLookupDate": null, "SurrenderCharges": null, "ContractDate": "2020-06-15T00:00:00Z", "TestField": null, "EffectiveDate": "2020-06-15T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/F5606738-FD2B-4735-BF1D-935AD9A003AD", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/F5606738-FD2B-4735-BF1D-935AD9A003AD/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/F5606738-FD2B-4735-BF1D-935AD9A003AD/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/F5606738-FD2B-4735-BF1D-935AD9A003AD/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=02", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "VDA_Demo", "policyNumber": "VDA20025483", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "02", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/F5606738-FD2B-4735-BF1D-935AD9A003AD/roles/3D51CE44-430F-4323-B3FC-884EC617B04E", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "F5606738-FD2B-4735-BF1D-935AD9A003AD", "creationDate": "2021-09-22T00:00:00Z", "updatedDate": "2021-09-22T10:49:44Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C", "status": "08", "PolicyYear": 0, "PolicyIssueDate": "2020-06-15T00:00:00Z", "QualType": { "textValue": "01", "optionText": "IRA" }, "FinancialEntryEffectiveDate": null, "PolicyEffectiveDate": null, "FreeLookEndDate": null, "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/163CAADF-1D76-448F-9AE7-CFEFD32908BC", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/163CAADF-1D76-448F-9AE7-CFEFD32908BC/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/163CAADF-1D76-448F-9AE7-CFEFD32908BC/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/163CAADF-1D76-448F-9AE7-CFEFD32908BC/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=02", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "Demo Application", "policyNumber": "Demo Application", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "02", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/163CAADF-1D76-448F-9AE7-CFEFD32908BC/roles/8012ECE7-D803-47A2-A7DC-60228217F5D0", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "163CAADF-1D76-448F-9AE7-CFEFD32908BC", "creationDate": "2021-09-22T00:00:00Z", "updatedDate": "2021-09-22T10:44:58Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "TransactionField": null, "GMIRLookupDate": null, "SurrenderCharges": null, "ContractDate": "2020-06-15T00:00:00Z", "TestField": null, "EffectiveDate": "2020-06-15T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/CDA4C7A1-C68D-49C7-920B-4313DB13178F", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/CDA4C7A1-C68D-49C7-920B-4313DB13178F/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/CDA4C7A1-C68D-49C7-920B-4313DB13178F/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/CDA4C7A1-C68D-49C7-920B-4313DB13178F/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "FPP_Demo", "policyNumber": "FPP_DemoACopyACopy", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/CDA4C7A1-C68D-49C7-920B-4313DB13178F/roles/80AA831F-AB0A-47B4-885D-CC030B3BF842", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/CDA4C7A1-C68D-49C7-920B-4313DB13178F/roles/73858739-9026-46FA-BB2A-C33B137E629E", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "CDA4C7A1-C68D-49C7-920B-4313DB13178F", "creationDate": "2020-06-15T00:00:00Z", "updatedDate": "2021-09-22T09:12:57Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "ContractDate": "2020-06-15T00:00:00Z", "TestField": null, "EffectiveDate": "2020-06-15T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5487DD7E-F577-4695-A6F8-D955A3950ECA", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/5487DD7E-F577-4695-A6F8-D955A3950ECA/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/5487DD7E-F577-4695-A6F8-D955A3950ECA/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/5487DD7E-F577-4695-A6F8-D955A3950ECA/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=02", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "FPP_Demo", "policyNumber": "FPP_DemoACopy", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "02", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5487DD7E-F577-4695-A6F8-D955A3950ECA/roles/64601258-35FD-4FB7-AAC8-FE60C5FCD195", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5487DD7E-F577-4695-A6F8-D955A3950ECA/roles/8317D5FE-90CA-4B00-894A-BCBDC85D9E07", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "5487DD7E-F577-4695-A6F8-D955A3950ECA", "creationDate": "2020-06-15T00:00:00Z", "updatedDate": "2021-09-22T09:12:51Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "TestField": null, "ContractDate": "2020-06-15T00:00:00Z", "EffectiveDate": "2020-06-15T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/704326C2-A3F1-41F8-B4F2-9F16D898A567", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/704326C2-A3F1-41F8-B4F2-9F16D898A567/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/704326C2-A3F1-41F8-B4F2-9F16D898A567/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/704326C2-A3F1-41F8-B4F2-9F16D898A567/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "FPP_Demo", "policyNumber": "FPP_DemoACopy", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/704326C2-A3F1-41F8-B4F2-9F16D898A567/roles/E1205148-391A-4D9B-B7D9-7A88FB084533", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/704326C2-A3F1-41F8-B4F2-9F16D898A567/roles/F4054239-6FB2-4E7E-A8BE-D0848A3091ED", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "704326C2-A3F1-41F8-B4F2-9F16D898A567", "creationDate": "2020-06-15T00:00:00Z", "updatedDate": "2021-09-22T09:04:21Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "ContractDate": "2020-06-15T00:00:00Z", "TestField": null, "EffectiveDate": "2020-06-15T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/8AC48865-EEA6-431A-9E79-23D0429D3A34", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/8AC48865-EEA6-431A-9E79-23D0429D3A34/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/8AC48865-EEA6-431A-9E79-23D0429D3A34/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/8AC48865-EEA6-431A-9E79-23D0429D3A34/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "FPP_Demo", "policyNumber": "Policy Segment TC11", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/8AC48865-EEA6-431A-9E79-23D0429D3A34/segments/AE451573-0A86-4B48-9E5C-4718BE71BFB4", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/8AC48865-EEA6-431A-9E79-23D0429D3A34/roles/95CA4DE6-865E-4E1D-AA6D-019681BDA510", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/8AC48865-EEA6-431A-9E79-23D0429D3A34/roles/C2A6068F-B5AD-49AF-AD8B-E57B91CBF6DD", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "8AC48865-EEA6-431A-9E79-23D0429D3A34", "creationDate": "2020-06-15T00:00:00Z", "updatedDate": "2021-09-22T08:57:41Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "ContractDate": "2020-06-15T00:00:00Z", "TestField": null, "EffectiveDate": "2020-06-15T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/8B761FC3-A592-4F5D-871C-B68AF98FF5E2", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/8B761FC3-A592-4F5D-871C-B68AF98FF5E2/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/8B761FC3-A592-4F5D-871C-B68AF98FF5E2/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/8B761FC3-A592-4F5D-871C-B68AF98FF5E2/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=02", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "VDA_APP", "policyNumber": "VDA20025482", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "02", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/8B761FC3-A592-4F5D-871C-B68AF98FF5E2/roles/1B4ED595-F385-4E46-B3A6-EE3F972650AF", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "8B761FC3-A592-4F5D-871C-B68AF98FF5E2", "creationDate": "2021-09-22T00:00:00Z", "updatedDate": "2021-09-22T07:38:00Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C", "status": "08", "PolicyYear": 0, "PolicyIssueDate": "2020-06-15T00:00:00Z", "QualType": { "textValue": "01", "optionText": "IRA" }, "PolicyEffectiveDate": null, "FinancialEntryEffectiveDate": null, "FreeLookEndDate": null, "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/1BE1F28A-CAFA-4598-9EEB-3011CD9F7CB1", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/1BE1F28A-CAFA-4598-9EEB-3011CD9F7CB1/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/1BE1F28A-CAFA-4598-9EEB-3011CD9F7CB1/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/1BE1F28A-CAFA-4598-9EEB-3011CD9F7CB1/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=02", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "asadee", "policyNumber": "efeff", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "02", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/1BE1F28A-CAFA-4598-9EEB-3011CD9F7CB1/roles/E909D416-5F94-44FB-B0D2-D9C87295D91D", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "1BE1F28A-CAFA-4598-9EEB-3011CD9F7CB1", "creationDate": "2021-09-22T00:00:00Z", "updatedDate": "2021-09-22T06:57:54Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "TransactionField": null, "GMIRLookupDate": null, "SurrenderCharges": null, "ContractDate": null, "TestField": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/87F083FF-AD09-4939-91AD-01DE32024CD0", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/87F083FF-AD09-4939-91AD-01DE32024CD0/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/87F083FF-AD09-4939-91AD-01DE32024CD0/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/87F083FF-AD09-4939-91AD-01DE32024CD0/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "iopop", "policyNumber": "opop", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/87F083FF-AD09-4939-91AD-01DE32024CD0/roles/18E87100-65F5-4A78-97CD-F6907C8292D6", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "87F083FF-AD09-4939-91AD-01DE32024CD0", "creationDate": "2021-09-20T00:00:00Z", "updatedDate": "2021-09-21T08:31:52Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "ContractDate": null, "TestField": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2788181E-FC8E-4EBF-B7A5-028697154548", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/2788181E-FC8E-4EBF-B7A5-028697154548/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/2788181E-FC8E-4EBF-B7A5-028697154548/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/2788181E-FC8E-4EBF-B7A5-028697154548/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=09", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "Test-VDA-00123", "policyNumber": "VDA20025470", "planDate": "2010-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2788181E-FC8E-4EBF-B7A5-028697154548/segments/7C835B2E-59C1-4A02-BB78-E6D35D8E1FCD", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2788181E-FC8E-4EBF-B7A5-028697154548/roles/6667AAC9-3FC2-418C-9A00-A78DD9062C04", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2788181E-FC8E-4EBF-B7A5-028697154548/roles/56C0D1A6-A4C1-47C7-81C1-9FC266977E39", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2788181E-FC8E-4EBF-B7A5-028697154548/roles/C7007FF1-A1B0-4285-A918-75A24CF39733", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2788181E-FC8E-4EBF-B7A5-028697154548/roles/BC4FC751-5333-4A70-AD80-F0C58AF0780B", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2788181E-FC8E-4EBF-B7A5-028697154548/roles/204852BB-05E4-4509-986F-3F476176FB68", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/2788181E-FC8E-4EBF-B7A5-028697154548/roles/5E6CBEA0-FEAA-4D40-AE71-5855AF761C80", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "2788181E-FC8E-4EBF-B7A5-028697154548", "creationDate": "2021-09-16T00:00:00Z", "updatedDate": "2021-09-21T06:11:15Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C", "status": "09", "PolicyYear": 0, "QualType": { "textValue": "01", "optionText": "IRA" }, "PolicyIssueDate": "2010-01-01T00:00:00Z", "FinancialEntryEffectiveDate": null, "PolicyEffectiveDate": null, "FreeLookEndDate": null, "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/4CAA2905-FD0E-426A-B090-249A07FF52E2", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/4CAA2905-FD0E-426A-B090-249A07FF52E2/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/4CAA2905-FD0E-426A-B090-249A07FF52E2/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/4CAA2905-FD0E-426A-B090-249A07FF52E2/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=09", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "NW4", "policyNumber": "VDA20025450", "planDate": "2010-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/4CAA2905-FD0E-426A-B090-249A07FF52E2/segments/4A1CFBDA-2BA3-4191-82A9-22BD17D28510", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/4CAA2905-FD0E-426A-B090-249A07FF52E2/roles/DD4F76BC-B483-42C9-A35A-058238C1C4A9", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/4CAA2905-FD0E-426A-B090-249A07FF52E2/roles/2F56E32B-A690-4F05-88D5-D95CE763DE22", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/4CAA2905-FD0E-426A-B090-249A07FF52E2/roles/E0A82A00-6A35-4612-80F8-33B68046471B", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/4CAA2905-FD0E-426A-B090-249A07FF52E2/roles/551AFDF2-2F8C-4376-91C5-A4653B93171D", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/4CAA2905-FD0E-426A-B090-249A07FF52E2/roles/2B3B9A73-0A59-4B38-B89D-4D35A3B35D83", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/4CAA2905-FD0E-426A-B090-249A07FF52E2/roles/42E2A5EE-2B2D-4284-9628-17AEACEA15F7", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/4CAA2905-FD0E-426A-B090-249A07FF52E2/roles/500FE98D-392C-411C-98B2-2A63ED18BC1C", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "4CAA2905-FD0E-426A-B090-249A07FF52E2", "creationDate": "2021-09-15T00:00:00Z", "updatedDate": "2021-09-20T15:00:44Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C", "status": "09", "PolicyYear": 0, "PolicyIssueDate": "2010-01-01T00:00:00Z", "QualType": { "textValue": "01", "optionText": "IRA" }, "FinancialEntryEffectiveDate": null, "PolicyEffectiveDate": null, "FreeLookEndDate": null, "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/CB4CCE84-C74F-4F8A-8225-FF057616412A", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/CB4CCE84-C74F-4F8A-8225-FF057616412A/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/CB4CCE84-C74F-4F8A-8225-FF057616412A/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/CB4CCE84-C74F-4F8A-8225-FF057616412A/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "retret", "policyNumber": "retret", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": null, "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/CB4CCE84-C74F-4F8A-8225-FF057616412A/roles/6B7DD555-D181-452D-A318-2B0E17FC8168", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "CB4CCE84-C74F-4F8A-8225-FF057616412A", "creationDate": "2021-09-20T00:00:00Z", "updatedDate": "2021-09-20T09:44:28Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "TransactionField": null, "GMIRLookupDate": null, "SurrenderCharges": null, "ContractDate": null, "TestField": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/38221627-8719-457C-B9D9-73B6417F4DDB", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/38221627-8719-457C-B9D9-73B6417F4DDB/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/38221627-8719-457C-B9D9-73B6417F4DDB/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/38221627-8719-457C-B9D9-73B6417F4DDB/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=01", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "TestPIT_33250699", "policyNumber": "VDA20025481", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/38221627-8719-457C-B9D9-73B6417F4DDB/segments/5F0BEF5D-0783-4A20-8EEA-0A457BD5A712", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/38221627-8719-457C-B9D9-73B6417F4DDB/segments/C2939EA3-F39E-45AA-95A4-CF6BE6987819", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/38221627-8719-457C-B9D9-73B6417F4DDB/roles/9A214252-34B7-4E01-90E9-82184857C295", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/38221627-8719-457C-B9D9-73B6417F4DDB/roles/D268CE1A-A7EA-468E-8298-A297D59158AD", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/38221627-8719-457C-B9D9-73B6417F4DDB/roles/D6407D33-EEAF-4BCD-BFE4-6FBAD2E6A082", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/38221627-8719-457C-B9D9-73B6417F4DDB/roles/895CDBB4-8FFD-455F-AD4A-707C25386CD7", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/38221627-8719-457C-B9D9-73B6417F4DDB/roles/8DAFAC56-8365-4C1F-B562-E50723EC9913", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/38221627-8719-457C-B9D9-73B6417F4DDB/roles/66CC54DE-7876-4A35-8F8C-53BDDF339F84", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "38221627-8719-457C-B9D9-73B6417F4DDB", "creationDate": "2021-09-20T00:00:00Z", "updatedDate": "2021-09-20T05:45:49Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "51673985-8606-4ABF-9EEE-85328BE03DA5", "status": "01", "PolicyYear": 0, "QualType": { "textValue": "13", "optionText": "NonQualified" }, "PolicyIssueDate": "2002-05-01T00:00:00Z", "PolicyEffectiveDate": "2002-05-01T00:00:00Z", "FreeLookEndDate": "2002-05-11T00:00:00Z", "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": "2002-05-11T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/152DB50A-C699-4E85-9C7A-60FB39706317", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/152DB50A-C699-4E85-9C7A-60FB39706317/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/152DB50A-C699-4E85-9C7A-60FB39706317/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/152DB50A-C699-4E85-9C7A-60FB39706317/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "ipp ap", "policyNumber": "IND20025480", "planDate": "2010-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/152DB50A-C699-4E85-9C7A-60FB39706317/segments/8C8088B5-2DB0-49DE-91C3-470E8737A530", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/152DB50A-C699-4E85-9C7A-60FB39706317/roles/6064FACD-FA35-4210-B923-67E2C362C253", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/152DB50A-C699-4E85-9C7A-60FB39706317/roles/53D17B4A-5B27-4358-8113-604A9B8EA789", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/152DB50A-C699-4E85-9C7A-60FB39706317/roles/A1DA8B11-2BF1-4D29-9CE1-3D5B819AEDB2", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/152DB50A-C699-4E85-9C7A-60FB39706317/roles/564C82B8-033F-4D94-8C96-1C90BAFA6704", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "152DB50A-C699-4E85-9C7A-60FB39706317", "creationDate": "2021-09-18T00:00:00Z", "updatedDate": "2021-09-18T15:18:55Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "74C46F3A-7816-471A-BAC8-AECCD18E985C", "status": "08", "NextPremiumDate": null, "Bucket": 0, "AppSignDate": null, "IssueDate": null, "IssueAge": 0, "PaymentMode": "Semi-Annual", "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/4BAF7268-BED3-4625-B89B-2FB7DDDC0BAF", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/4BAF7268-BED3-4625-B89B-2FB7DDDC0BAF/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/4BAF7268-BED3-4625-B89B-2FB7DDDC0BAF/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/4BAF7268-BED3-4625-B89B-2FB7DDDC0BAF/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "ipp apply", "policyNumber": "IND20025479", "planDate": "2010-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/4BAF7268-BED3-4625-B89B-2FB7DDDC0BAF/segments/F6E198D3-D0E5-495A-9E56-26E14FCF8A74", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/4BAF7268-BED3-4625-B89B-2FB7DDDC0BAF/roles/2D6FB9D9-FCF0-41D0-A43B-EA5814BC9C42", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/4BAF7268-BED3-4625-B89B-2FB7DDDC0BAF/roles/285A2843-1AB1-4E30-A260-FC3EA9293DED", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/4BAF7268-BED3-4625-B89B-2FB7DDDC0BAF/roles/2937819F-6344-462F-BB16-17F79883DE77", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/4BAF7268-BED3-4625-B89B-2FB7DDDC0BAF/roles/E8E98CA7-8451-4AC0-93BB-B7BF51CDBD1C", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "4BAF7268-BED3-4625-B89B-2FB7DDDC0BAF", "creationDate": "2021-09-18T00:00:00Z", "updatedDate": "2021-09-18T15:15:40Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "74C46F3A-7816-471A-BAC8-AECCD18E985C", "status": "08", "NextPremiumDate": null, "Bucket": 0, "AppSignDate": null, "IssueAge": 0, "IssueDate": null, "EffectiveDate": null, "PaymentMode": "Semi-Annual" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/DCE53F32-1085-4EDC-8A75-3B65FA43C6CE", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/DCE53F32-1085-4EDC-8A75-3B65FA43C6CE/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/DCE53F32-1085-4EDC-8A75-3B65FA43C6CE/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/DCE53F32-1085-4EDC-8A75-3B65FA43C6CE/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=01", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "1/1/2000", "policyNumber": "IND20025478", "planDate": "2000-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/DCE53F32-1085-4EDC-8A75-3B65FA43C6CE/segments/7656956C-5642-4656-B9C9-120EFB8FB7D4", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/DCE53F32-1085-4EDC-8A75-3B65FA43C6CE/roles/9476B7C4-CCC6-4565-A04B-58153DE52F8B", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/DCE53F32-1085-4EDC-8A75-3B65FA43C6CE/roles/366160E9-A464-4299-804A-F84D4F2B191B", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/DCE53F32-1085-4EDC-8A75-3B65FA43C6CE/roles/E7CD8773-8DE8-4D12-BBB1-EFDCFDE5B024", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/DCE53F32-1085-4EDC-8A75-3B65FA43C6CE/roles/7A01C024-0C14-47AE-A4D8-14CDFA2AD538", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "DCE53F32-1085-4EDC-8A75-3B65FA43C6CE", "creationDate": "2021-09-17T00:00:00Z", "updatedDate": "2021-09-17T11:13:24Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "74C46F3A-7816-471A-BAC8-AECCD18E985C", "status": "01", "NextPremiumDate": "2000-07-01T00:00:00Z", "Bucket": 1, "AppSignDate": null, "IssueAge": 0, "IssueDate": "2000-01-01T00:00:00Z", "EffectiveDate": null, "PaymentMode": "Semi-Annual" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B59E4B20-5E13-46D2-90F6-FA3184E9D208", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B59E4B20-5E13-46D2-90F6-FA3184E9D208/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B59E4B20-5E13-46D2-90F6-FA3184E9D208/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B59E4B20-5E13-46D2-90F6-FA3184E9D208/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "dsfsdf", "policyNumber": "dsfdsf", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B59E4B20-5E13-46D2-90F6-FA3184E9D208/segments/BF18A844-8B01-4304-B7FC-84326B8EB637", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B59E4B20-5E13-46D2-90F6-FA3184E9D208/roles/8BCC4114-AAEB-4240-9E4A-FBE0A7626B50", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B59E4B20-5E13-46D2-90F6-FA3184E9D208/roles/4EB350B2-13D0-4CAF-89BA-83F03101C500", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "B59E4B20-5E13-46D2-90F6-FA3184E9D208", "creationDate": "2021-09-17T00:00:00Z", "updatedDate": "2021-09-17T10:27:25Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "TransactionField": null, "GMIRLookupDate": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/41C3FE90-006D-464C-928E-3AE15C95AC87", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/41C3FE90-006D-464C-928E-3AE15C95AC87/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/41C3FE90-006D-464C-928E-3AE15C95AC87/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/41C3FE90-006D-464C-928E-3AE15C95AC87/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "retretrt", "policyNumber": "AM20025476", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/41C3FE90-006D-464C-928E-3AE15C95AC87/segments/46DCB9B1-BF83-4593-AD10-487F5299CCA8", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/41C3FE90-006D-464C-928E-3AE15C95AC87/roles/3838723F-EF6D-4983-88E5-C69FC9077250", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/41C3FE90-006D-464C-928E-3AE15C95AC87/roles/DAF269C4-CB60-4FD0-97A5-C524E9B53571", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "41C3FE90-006D-464C-928E-3AE15C95AC87", "creationDate": "2021-09-17T00:00:00Z", "updatedDate": "2021-09-17T10:02:45Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "575F5902-AE18-4279-9A3B-73679CFE769E", "status": "08", "InitialPremiumFund": "Money Market Fund", "TAP": { "value": 0.0, "currency": "USD" }, "StandardModel": "LifeStyle Custom Portfolio", "MIP": { "value": 0.0, "currency": "USD" }, "AppSignDate": null, "IssueAge": 0, "CostBasis": { "value": 0.0, "currency": "USD" }, "PaymentMode": { "textValue": "01", "optionText": "Annual" }, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/7DBD4183-F632-4180-8E67-E30FF2B0C2D3", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/7DBD4183-F632-4180-8E67-E30FF2B0C2D3/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/7DBD4183-F632-4180-8E67-E30FF2B0C2D3/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/7DBD4183-F632-4180-8E67-E30FF2B0C2D3/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "dfdfds", "policyNumber": "AM20025475", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/7DBD4183-F632-4180-8E67-E30FF2B0C2D3/segments/D6A14396-6FA4-4D0C-83C1-C504E5AF7E05", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/7DBD4183-F632-4180-8E67-E30FF2B0C2D3/roles/CBCD8A32-D335-4A8E-9FAE-19AA3EBC3AA2", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/7DBD4183-F632-4180-8E67-E30FF2B0C2D3/roles/E770578D-8131-4251-9775-464E74E450AE", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/7DBD4183-F632-4180-8E67-E30FF2B0C2D3/roles/D97D428D-3FAA-460E-BD07-96A58432199C", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/7DBD4183-F632-4180-8E67-E30FF2B0C2D3/roles/0045A587-EBDB-4312-8E67-2FCB3265DE5A", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "7DBD4183-F632-4180-8E67-E30FF2B0C2D3", "creationDate": "2021-09-17T00:00:00Z", "updatedDate": "2021-09-17T09:47:36Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "575F5902-AE18-4279-9A3B-73679CFE769E", "status": "08", "InitialPremiumFund": "Money Market Fund", "TAP": { "value": 0.0, "currency": "USD" }, "MIP": { "value": 0.0, "currency": "USD" }, "StandardModel": "LifeStyle Custom Portfolio", "AppSignDate": null, "IssueAge": 0, "CostBasis": { "value": 0.0, "currency": "USD" }, "EffectiveDate": null, "PaymentMode": { "textValue": "01", "optionText": "Annual" } }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B44A93BD-B979-45B5-A88B-A449353D28BF", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B44A93BD-B979-45B5-A88B-A449353D28BF/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B44A93BD-B979-45B5-A88B-A449353D28BF/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/B44A93BD-B979-45B5-A88B-A449353D28BF/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "1234", "policyNumber": "123465", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B44A93BD-B979-45B5-A88B-A449353D28BF/segments/A4FAD236-AFD8-42D7-B110-64BF3AD85A10", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B44A93BD-B979-45B5-A88B-A449353D28BF/roles/1703426A-98D2-428C-BDC6-6F53BA5E90E9", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B44A93BD-B979-45B5-A88B-A449353D28BF/roles/D114E2B6-AA28-4BDE-BC7E-BF0BE9069D4F", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/B44A93BD-B979-45B5-A88B-A449353D28BF/roles/26ADA973-39ED-4785-8511-C371DA24DD08", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "B44A93BD-B979-45B5-A88B-A449353D28BF", "creationDate": "2021-09-17T00:00:00Z", "updatedDate": "2021-09-17T09:42:48Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F", "status": "08", "PolicyCurrencySupportTest": { "value": 0.0, "currency": "USD" }, "InterestBonusQual": { "textValue": "Yes", "optionText": "Yes" }, "RiderWithClientAssignmentII": "UNCHECKED", "GMIRLookupDate": null, "TransactionField": null, "SurrenderCharges": null, "TestField": null, "ContractDate": null, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/52D10444-BF10-4E36-AB55-A4D619A79A5D", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/52D10444-BF10-4E36-AB55-A4D619A79A5D/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/52D10444-BF10-4E36-AB55-A4D619A79A5D/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/52D10444-BF10-4E36-AB55-A4D619A79A5D/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "PBReassignChk01", "policyNumber": "AM20025256", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/52D10444-BF10-4E36-AB55-A4D619A79A5D/segments/AD7222A0-B8D8-4C8F-AFD4-91B7C0B61B20", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/52D10444-BF10-4E36-AB55-A4D619A79A5D/roles/BBCFB46F-0088-460D-A4DE-7CBB211D41C7", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/52D10444-BF10-4E36-AB55-A4D619A79A5D/roles/F55A0A7E-9551-4D3A-82E6-EF96D550E606", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/52D10444-BF10-4E36-AB55-A4D619A79A5D/roles/83D65871-5030-47FC-BF23-9963D5B863BA", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/52D10444-BF10-4E36-AB55-A4D619A79A5D/roles/B038FBA0-E3DD-402E-9CC6-60A24BE14612", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "52D10444-BF10-4E36-AB55-A4D619A79A5D", "creationDate": "2021-09-06T00:00:00Z", "updatedDate": "2021-09-17T09:22:29Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "575F5902-AE18-4279-9A3B-73679CFE769E", "status": "08", "InitialPremiumFund": "Money Market Fund", "TAP": { "value": 0.0, "currency": "USD" }, "StandardModel": "LifeStyle Custom Portfolio", "MIP": { "value": 0.0, "currency": "USD" }, "AppSignDate": null, "IssueAge": 0, "CostBasis": { "value": 0.0, "currency": "USD" }, "PaymentMode": { "textValue": "01", "optionText": "Annual" }, "EffectiveDate": null }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/96A7664C-F8A8-477A-99BE-F82340B2F288", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/96A7664C-F8A8-477A-99BE-F82340B2F288/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/96A7664C-F8A8-477A-99BE-F82340B2F288/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/96A7664C-F8A8-477A-99BE-F82340B2F288/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "dfgfdgfdg", "policyNumber": "AM20025474", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/96A7664C-F8A8-477A-99BE-F82340B2F288/segments/DB380F1B-A93A-462B-B4C7-6A2521EB4B92", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/96A7664C-F8A8-477A-99BE-F82340B2F288/roles/D71412E2-5244-4D73-99CB-B87879603966", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/96A7664C-F8A8-477A-99BE-F82340B2F288/roles/E9F55F9D-C708-4452-B749-724E33E09A89", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/96A7664C-F8A8-477A-99BE-F82340B2F288/roles/E973AF35-D4F8-4948-9434-861B12EADB82", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "96A7664C-F8A8-477A-99BE-F82340B2F288", "creationDate": "2021-09-17T00:00:00Z", "updatedDate": "2021-09-17T09:16:12Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "575F5902-AE18-4279-9A3B-73679CFE769E", "status": "08", "InitialPremiumFund": "Money Market Fund", "TAP": { "value": 0.0, "currency": "USD" }, "MIP": { "value": 0.0, "currency": "USD" }, "StandardModel": "LifeStyle Custom Portfolio", "AppSignDate": null, "IssueAge": 0, "CostBasis": { "value": 0.0, "currency": "USD" }, "EffectiveDate": null, "PaymentMode": { "textValue": "01", "optionText": "Annual" } }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/AD4C3C66-E71B-4901-83EC-2038158CC2F1", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/AD4C3C66-E71B-4901-83EC-2038158CC2F1/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/AD4C3C66-E71B-4901-83EC-2038158CC2F1/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/AD4C3C66-E71B-4901-83EC-2038158CC2F1/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=01", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "Test-VDA-PIT-21", "policyNumber": "VDA20025473", "planDate": "2010-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/AD4C3C66-E71B-4901-83EC-2038158CC2F1/segments/1F500CE1-729F-4A66-85C4-C83597A81A5D", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/AD4C3C66-E71B-4901-83EC-2038158CC2F1/roles/4AE65177-BFD5-4B85-ACA9-4D3CDCB7529B", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/AD4C3C66-E71B-4901-83EC-2038158CC2F1/roles/16031D2B-037E-4172-95C8-8FAD80DC0123", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/AD4C3C66-E71B-4901-83EC-2038158CC2F1/roles/12673884-761A-49E1-9BCB-5B834B54F7B0", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/AD4C3C66-E71B-4901-83EC-2038158CC2F1/roles/ED081A05-E74C-42B9-9A57-5A92E703AA88", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/AD4C3C66-E71B-4901-83EC-2038158CC2F1/roles/73E62E23-CAEA-4D0D-9284-21ABD6DE3579", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/AD4C3C66-E71B-4901-83EC-2038158CC2F1/roles/B82E7026-6425-48F6-9518-187C34E75D65", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "AD4C3C66-E71B-4901-83EC-2038158CC2F1", "creationDate": "2021-09-17T00:00:00Z", "updatedDate": "2021-09-17T05:34:27Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "51673985-8606-4ABF-9EEE-85328BE03DA5", "status": "01", "PolicyYear": 0, "QualType": { "textValue": "01", "optionText": "IRA" }, "PolicyIssueDate": "2010-01-01T00:00:00Z", "PolicyEffectiveDate": "2010-01-01T00:00:00Z", "FreeLookEndDate": "2010-01-21T00:00:00Z", "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": "2010-01-21T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5DEE5801-8ED2-4736-B867-CA9EE32521BF", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/5DEE5801-8ED2-4736-B867-CA9EE32521BF/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/5DEE5801-8ED2-4736-B867-CA9EE32521BF/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/5DEE5801-8ED2-4736-B867-CA9EE32521BF/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=01", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "Test-VDA-TC-13", "policyNumber": "VDA20025471", "planDate": "2010-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5DEE5801-8ED2-4736-B867-CA9EE32521BF/segments/AC5A95E6-DFBF-4446-9306-39D624CEAE32", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5DEE5801-8ED2-4736-B867-CA9EE32521BF/roles/5131319F-DD24-4BFB-BF07-B0DDD33A8861", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5DEE5801-8ED2-4736-B867-CA9EE32521BF/roles/60E59E9A-D2EF-42A2-A14B-F28ABB11E2C7", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5DEE5801-8ED2-4736-B867-CA9EE32521BF/roles/76D01A0C-1D70-4AE8-B96C-4614E71D51FF", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5DEE5801-8ED2-4736-B867-CA9EE32521BF/roles/05CDC272-A033-4AE5-BC76-D2D4F2764ACD", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5DEE5801-8ED2-4736-B867-CA9EE32521BF/roles/7B605C84-A0E7-43EE-9A8C-BB2281CAC788", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5DEE5801-8ED2-4736-B867-CA9EE32521BF/roles/2D54A829-4DF3-4653-B76E-E80DAA5A11B0", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "5DEE5801-8ED2-4736-B867-CA9EE32521BF", "creationDate": "2021-09-17T00:00:00Z", "updatedDate": "2021-09-17T05:22:14Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "51673985-8606-4ABF-9EEE-85328BE03DA5", "status": "01", "PolicyYear": 0, "QualType": { "textValue": "01", "optionText": "IRA" }, "PolicyIssueDate": "2010-01-01T00:00:00Z", "PolicyEffectiveDate": "2010-01-01T00:00:00Z", "FreeLookEndDate": "2010-01-21T00:00:00Z", "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": "2010-01-21T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/EEEDFD2C-F3AE-468B-9A69-B0BC5C4583F3", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/EEEDFD2C-F3AE-468B-9A69-B0BC5C4583F3/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/EEEDFD2C-F3AE-468B-9A69-B0BC5C4583F3/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/EEEDFD2C-F3AE-468B-9A69-B0BC5C4583F3/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=01", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "Test-Policy-VDA-9-16", "policyNumber": "VDA20025468", "planDate": "2010-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/EEEDFD2C-F3AE-468B-9A69-B0BC5C4583F3/segments/88455209-93C3-4905-BB52-FBD046B09E84", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/EEEDFD2C-F3AE-468B-9A69-B0BC5C4583F3/roles/9572E509-8F60-4779-9767-F7F9802515A2", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/EEEDFD2C-F3AE-468B-9A69-B0BC5C4583F3/roles/EA709149-C5AD-4F26-B43C-2EA5CFB11174", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/EEEDFD2C-F3AE-468B-9A69-B0BC5C4583F3/roles/4A0B3F64-7313-4C76-AFDF-989C57180FA8", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/EEEDFD2C-F3AE-468B-9A69-B0BC5C4583F3/roles/FBB35615-80CA-4E08-BCCF-B1406F5B35AF", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/EEEDFD2C-F3AE-468B-9A69-B0BC5C4583F3/roles/52F0B7C4-DCF6-40E7-A992-550736FEC457", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/EEEDFD2C-F3AE-468B-9A69-B0BC5C4583F3/roles/C38AD21D-2DE4-4D72-8328-C07F994CEAF6", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "EEEDFD2C-F3AE-468B-9A69-B0BC5C4583F3", "creationDate": "2021-09-16T00:00:00Z", "updatedDate": "2021-09-17T05:14:59Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C", "status": "01", "PolicyYear": 0, "PolicyIssueDate": "2010-01-01T00:00:00Z", "QualType": { "textValue": "01", "optionText": "IRA" }, "FinancialEntryEffectiveDate": "2010-01-01T00:00:00Z", "PolicyEffectiveDate": "2010-01-01T00:00:00Z", "FreeLookEndDate": "2010-01-21T00:00:00Z", "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": "2010-01-21T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5E74DEB6-4FB0-43A9-A1EE-EFFE591BA758", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/5E74DEB6-4FB0-43A9-A1EE-EFFE591BA758/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/5E74DEB6-4FB0-43A9-A1EE-EFFE591BA758/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/5E74DEB6-4FB0-43A9-A1EE-EFFE591BA758/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=08", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "TestReassignAllocationmodel1", "policyNumber": "AM20025469", "planDate": "2020-06-15T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5E74DEB6-4FB0-43A9-A1EE-EFFE591BA758/segments/6CD5C90E-C710-41F7-9485-7932B9B59468", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5E74DEB6-4FB0-43A9-A1EE-EFFE591BA758/roles/1127B11B-03C6-4D38-89B0-6C25B6D0EBA0", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5E74DEB6-4FB0-43A9-A1EE-EFFE591BA758/roles/422A7321-11DA-42FA-9CAA-207AA33E1E2F", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5E74DEB6-4FB0-43A9-A1EE-EFFE591BA758/roles/A97B097C-20FE-4CEE-8210-CF17B2295498", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/5E74DEB6-4FB0-43A9-A1EE-EFFE591BA758/roles/75649C3D-34D6-4B41-9889-9E6C7F374168", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "5E74DEB6-4FB0-43A9-A1EE-EFFE591BA758", "creationDate": "2021-09-16T00:00:00Z", "updatedDate": "2021-09-16T10:58:52Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "575F5902-AE18-4279-9A3B-73679CFE769E", "status": "08", "InitialPremiumFund": "Money Market Fund", "TAP": { "value": 0.0, "currency": "USD" }, "StandardModel": "LifeStyle Custom Portfolio", "MIP": { "value": 0.0, "currency": "USD" }, "AppSignDate": "2010-01-01T00:00:00Z", "IssueAge": 0, "CostBasis": { "value": 0.0, "currency": "USD" }, "EffectiveDate": null, "PaymentMode": { "textValue": "01", "optionText": "Annual" } }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/E6A0B03C-CABA-47D0-B3F1-C236E6360AEB", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/E6A0B03C-CABA-47D0-B3F1-C236E6360AEB/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/E6A0B03C-CABA-47D0-B3F1-C236E6360AEB/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/E6A0B03C-CABA-47D0-B3F1-C236E6360AEB/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=01", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "Test-vda-0012", "policyNumber": "VDA20025464", "planDate": "2010-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/E6A0B03C-CABA-47D0-B3F1-C236E6360AEB/segments/F8CABAC0-3830-4B10-B384-2F604D1C277B", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/E6A0B03C-CABA-47D0-B3F1-C236E6360AEB/roles/B1B3A6BD-5134-420B-AEDE-C679CAFF9D02", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/E6A0B03C-CABA-47D0-B3F1-C236E6360AEB/roles/A9BB3C35-23B8-4075-AE7C-6803F0C3C90F", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/E6A0B03C-CABA-47D0-B3F1-C236E6360AEB/roles/EBBB0F3C-0C69-4762-B08B-C65FB2AC1627", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/E6A0B03C-CABA-47D0-B3F1-C236E6360AEB/roles/74E85884-AD14-4A9B-8F1F-F617A860EB6F", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/E6A0B03C-CABA-47D0-B3F1-C236E6360AEB/roles/E71ED472-ED38-4354-A14E-D586CA096DE5", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/E6A0B03C-CABA-47D0-B3F1-C236E6360AEB/roles/C1AFAE80-4BB0-45AB-AF62-0B0D5D43288F", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "E6A0B03C-CABA-47D0-B3F1-C236E6360AEB", "creationDate": "2021-09-15T00:00:00Z", "updatedDate": "2021-09-16T09:29:04Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C", "status": "01", "PolicyYear": 0, "PolicyIssueDate": "2010-01-01T00:00:00Z", "QualType": { "textValue": "01", "optionText": "IRA" }, "PolicyEffectiveDate": "2010-01-01T00:00:00Z", "FinancialEntryEffectiveDate": "2010-01-01T00:00:00Z", "FreeLookEndDate": "2010-01-21T00:00:00Z", "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": "2010-01-21T00:00:00Z" }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0508B4F3-2737-46FB-A988-436877B859DF", "rel": "self", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/0508B4F3-2737-46FB-A988-436877B859DF/segments", "rel": "segments", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/0508B4F3-2737-46FB-A988-436877B859DF/roles", "rel": "roles", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/policies/0508B4F3-2737-46FB-A988-436877B859DF/requirements", "rel": "requirements", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=State&codeValue=55", "rel": "codes/issueStateCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=System&codeValue=01", "rel": "codes/systemCode", "mediaType": "application/json", "method": "GET" }, { "href": "http://server:port/PASService/rest/services/v1/codes?codeName=Status&codeValue=01", "rel": "codes/status", "mediaType": "application/json", "method": "GET" } ], "multiFields": {}, "policyName": "Test-VDA-Apply", "policyNumber": "VDA20025467", "planDate": "2010-01-01T00:00:00Z", "issueStateCode": "55", "systemCode": "01", "segments": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0508B4F3-2737-46FB-A988-436877B859DF/segments/AB18660E-249E-4F63-A38E-50B1E1FFB00B", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "roles": [ { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0508B4F3-2737-46FB-A988-436877B859DF/roles/44FB2161-BA78-42BB-94AC-BE01DAE7B9C8", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0508B4F3-2737-46FB-A988-436877B859DF/roles/E1C4C0E8-C8CC-4913-89D9-AA7C147C51CF", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0508B4F3-2737-46FB-A988-436877B859DF/roles/7F9B9257-900F-413B-9822-7F682CD918AC", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0508B4F3-2737-46FB-A988-436877B859DF/roles/3DBA1588-E596-4966-B338-922DAEE1D7E0", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0508B4F3-2737-46FB-A988-436877B859DF/roles/F160E378-4E0E-4FF4-B007-D9BB31785912", "rel": "self", "mediaType": "application/json", "method": "GET" } ] }, { "links": [ { "href": "http://server:port/PASService/rest/services/v1/policies/0508B4F3-2737-46FB-A988-436877B859DF/roles/ABDEA700-11C4-47A7-8CC9-D67B5D2896D9", "rel": "self", "mediaType": "application/json", "method": "GET" } ] } ], "policyId": "0508B4F3-2737-46FB-A988-436877B859DF", "creationDate": "2021-09-16T00:00:00Z", "updatedDate": "2021-09-16T09:09:04Z", "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88", "planId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C", "status": "01", "PolicyYear": 0, "QualType": { "textValue": "01", "optionText": "IRA" }, "PolicyIssueDate": "2010-01-01T00:00:00Z", "PolicyEffectiveDate": "2010-01-01T00:00:00Z", "FinancialEntryEffectiveDate": "2010-01-01T00:00:00Z", "FreeLookEndDate": "2010-01-21T00:00:00Z", "StatutoryCompany": { "textValue": "ALIC", "optionText": "ALIC" }, "BandVariable": { "textValue": "125", "optionText": "ContractBSeries" }, "GMABRider": { "textValue": "00", "optionText": "No" }, "SweepDate": "2010-01-21T00:00:00Z" } ] }