Get the list of products for a company by company Id

get

/PASService/rest/services/v1/companies/{companyId}/products

Gets a list of the latest 100 products for a company based on the specified company Id.

Request

Path Parameters
Query Parameters
  • 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.
  • 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.
  • 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.
  • 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 Top

Response

200 Response

This operation fetches prodcuts for a company by company Id successfully.
Back to Top

Examples

This example describes how to get a list of the latest 100 products for a company based on the specified company Id.

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/companies/05711222-7DB3-4EBD-A821-57A30A699B88/products"

Example Response Body

The following shows an example of the response body in JSON format:

{
    "count": 11,
    "offset": 0,
    "limit": 100,
    "products": [
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/products/0E332D9E-E64B-408E-A827-1C9B567BBF2E",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "productName": "Child product B",
            "productDescription": "",
            "effectiveFrom": "2014-12-22T00:00:00Z",
            "effectiveTo": null,
            "ancestorId": "2CB7ED70-B22C-460B-A9A0-15DDB40E1FE2",
            "plans": [],
            "productId": "0E332D9E-E64B-408E-A827-1C9B567BBF2E",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88"
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/products/1117EE7E-BEB8-4DA7-BC31-5997B767F4E6",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "productName": "Individual Valuation Product",
            "productDescription": "Individual Valuation Product",
            "effectiveFrom": "1980-01-01T00:00:00Z",
            "effectiveTo": null,
            "ancestorId": null,
            "plans": [],
            "productId": "1117EE7E-BEB8-4DA7-BC31-5997B767F4E6",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88"
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/products/1B8EBC08-33FD-484E-BD60-831B03421ADA",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "productName": "Valuation Annuity Products",
            "productDescription": "Valuation Annuity Products",
            "effectiveFrom": "1980-01-01T00:00:00Z",
            "effectiveTo": null,
            "ancestorId": "1117EE7E-BEB8-4DA7-BC31-5997B767F4E6",
            "plans": [
                {
                    "links": [
                        {
                            "href": "http://server:port/PASService/rest/services/v1/products/1B8EBC08-33FD-484E-BD60-831B03421ADA/plans/389E1379-69CD-48DC-BEAE-38758156B469",
                            "rel": "self",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                            "rel": "codes/planAllocationMethodCode",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                            "rel": "codes/businessStatus",
                            "mediaType": "application/json",
                            "method": "GET"
                        }
                    ],
                    "fields": {},
                    "multiFields": null,
                    "effectiveFrom": "1990-01-01T00:00:00Z",
                    "effectiveTo": null,
                    "planName": "Variable Deferred Annuity-PIT T-Y",
                    "systemCode": "01",
                    "defaultCurrencyCode": "USD",
                    "pointInTimeValuation": "T",
                    "mixedValuation": "Y",
                    "planAllocationMethodCode": "01",
                    "updatedGmt": "2014-04-07T11:08:35Z",
                    "activeGmt": "2014-04-07T11:08:35Z",
                    "recordStatusCode": "ACTIVE",
                    "updatedBy": "system",
                    "businessStatusCode": "Approved",
                    "planSliceId": "389E1379-69CD-48DC-BEAE-38758156B469",
                    "planId": "389E1379-69CD-48DC-BEAE-38758156B469",
                    "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
                    "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
                    "productId": "1B8EBC08-33FD-484E-BD60-831B03421ADA"
                },
                {
                    "links": [
                        {
                            "href": "http://server:port/PASService/rest/services/v1/products/1B8EBC08-33FD-484E-BD60-831B03421ADA/plans/3CD8F7B3-0928-43F9-8483-0AF739B4F36C",
                            "rel": "self",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                            "rel": "codes/planAllocationMethodCode",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                            "rel": "codes/businessStatus",
                            "mediaType": "application/json",
                            "method": "GET"
                        }
                    ],
                    "fields": {},
                    "multiFields": null,
                    "effectiveFrom": "1990-01-01T00:00:00Z",
                    "effectiveTo": null,
                    "planName": "Variable Deferred Annuity",
                    "systemCode": null,
                    "defaultCurrencyCode": "USD",
                    "pointInTimeValuation": null,
                    "mixedValuation": null,
                    "planAllocationMethodCode": "01",
                    "updatedGmt": "2014-04-07T11:08:35Z",
                    "activeGmt": "2014-04-07T11:08:35Z",
                    "recordStatusCode": "ACTIVE",
                    "updatedBy": "system",
                    "businessStatusCode": "Approved",
                    "planSliceId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C",
                    "planId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C",
                    "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
                    "marketMakerId": null,
                    "productId": "1B8EBC08-33FD-484E-BD60-831B03421ADA"
                },
                {
                    "links": [
                        {
                            "href": "http://server:port/PASService/rest/services/v1/products/1B8EBC08-33FD-484E-BD60-831B03421ADA/plans/51673985-8606-4ABF-9EEE-85328BE03DA5",
                            "rel": "self",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                            "rel": "codes/planAllocationMethodCode",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                            "rel": "codes/businessStatus",
                            "mediaType": "application/json",
                            "method": "GET"
                        }
                    ],
                    "fields": {},
                    "multiFields": null,
                    "effectiveFrom": "1990-01-01T00:00:00Z",
                    "effectiveTo": null,
                    "planName": "Variable Deferred Annuity-PIT",
                    "systemCode": "01",
                    "defaultCurrencyCode": "USD",
                    "pointInTimeValuation": "Y",
                    "mixedValuation": null,
                    "planAllocationMethodCode": "01",
                    "updatedGmt": "2014-04-07T11:08:35Z",
                    "activeGmt": "2014-04-07T11:08:35Z",
                    "recordStatusCode": "ACTIVE",
                    "updatedBy": "system",
                    "businessStatusCode": "Approved",
                    "planSliceId": "51673985-8606-4ABF-9EEE-85328BE03DA5",
                    "planId": "51673985-8606-4ABF-9EEE-85328BE03DA5",
                    "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
                    "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
                    "productId": "1B8EBC08-33FD-484E-BD60-831B03421ADA"
                },
                {
                    "links": [
                        {
                            "href": "http://server:port/PASService/rest/services/v1/products/1B8EBC08-33FD-484E-BD60-831B03421ADA/plans/8528EFFA-F207-49F2-942A-447167744E86",
                            "rel": "self",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                            "rel": "codes/planAllocationMethodCode",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                            "rel": "codes/businessStatus",
                            "mediaType": "application/json",
                            "method": "GET"
                        }
                    ],
                    "fields": {},
                    "multiFields": null,
                    "effectiveFrom": "1990-01-01T00:00:00Z",
                    "effectiveTo": null,
                    "planName": "Variable Deferred Annuity-PIT T-N",
                    "systemCode": "01",
                    "defaultCurrencyCode": "USD",
                    "pointInTimeValuation": "T",
                    "mixedValuation": "N",
                    "planAllocationMethodCode": "01",
                    "updatedGmt": "2014-04-07T11:08:35Z",
                    "activeGmt": "2014-04-07T11:08:35Z",
                    "recordStatusCode": "ACTIVE",
                    "updatedBy": "system",
                    "businessStatusCode": "Approved",
                    "planSliceId": "8528EFFA-F207-49F2-942A-447167744E86",
                    "planId": "8528EFFA-F207-49F2-942A-447167744E86",
                    "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
                    "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
                    "productId": "1B8EBC08-33FD-484E-BD60-831B03421ADA"
                }
            ],
            "productId": "1B8EBC08-33FD-484E-BD60-831B03421ADA",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88"
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/products/22B64DD7-E933-4FD6-A2EC-1A8D2A2394F4",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "productName": "Child Product A",
            "productDescription": "",
            "effectiveFrom": "2014-12-22T00:00:00Z",
            "effectiveTo": null,
            "ancestorId": "2CB7ED70-B22C-460B-A9A0-15DDB40E1FE2",
            "plans": [],
            "productId": "22B64DD7-E933-4FD6-A2EC-1A8D2A2394F4",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88"
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/products/2CB7ED70-B22C-460B-A9A0-15DDB40E1FE2",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "productName": "Test Product",
            "productDescription": "",
            "effectiveFrom": "2014-12-22T00:00:00Z",
            "effectiveTo": null,
            "ancestorId": null,
            "plans": [],
            "productId": "2CB7ED70-B22C-460B-A9A0-15DDB40E1FE2",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88"
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/products/3FE40262-1669-413E-ACBA-8615DD7DAA6F",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "productName": "Individual Prototype Product",
            "productDescription": "Individual Prototype Product",
            "effectiveFrom": "1980-01-01T00:00:00Z",
            "effectiveTo": null,
            "ancestorId": null,
            "plans": [
                {
                    "links": [
                        {
                            "href": "http://server:port/PASService/rest/services/v1/products/3FE40262-1669-413E-ACBA-8615DD7DAA6F/plans/01616C8F-4430-4F11-9257-B23626C50E99",
                            "rel": "self",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                            "rel": "codes/planAllocationMethodCode",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                            "rel": "codes/businessStatus",
                            "mediaType": "application/json",
                            "method": "GET"
                        }
                    ],
                    "fields": {},
                    "multiFields": null,
                    "effectiveFrom": "1980-01-01T00:00:00Z",
                    "effectiveTo": null,
                    "planName": "Dynamic Prototype Plan",
                    "systemCode": null,
                    "defaultCurrencyCode": "USD",
                    "pointInTimeValuation": "Y",
                    "mixedValuation": null,
                    "planAllocationMethodCode": "01",
                    "updatedGmt": "2014-04-07T11:08:35Z",
                    "activeGmt": "2014-04-07T11:08:35Z",
                    "recordStatusCode": "ACTIVE",
                    "updatedBy": "system",
                    "businessStatusCode": "Approved",
                    "planSliceId": "01616C8F-4430-4F11-9257-B23626C50E99",
                    "planId": "01616C8F-4430-4F11-9257-B23626C50E99",
                    "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
                    "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
                    "productId": "3FE40262-1669-413E-ACBA-8615DD7DAA6F"
                },
                {
                    "links": [
                        {
                            "href": "http://server:port/PASService/rest/services/v1/products/3FE40262-1669-413E-ACBA-8615DD7DAA6F/plans/575F5902-AE18-4279-9A3B-73679CFE769E",
                            "rel": "self",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=02",
                            "rel": "codes/planAllocationMethodCode",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                            "rel": "codes/businessStatus",
                            "mediaType": "application/json",
                            "method": "GET"
                        }
                    ],
                    "fields": {},
                    "multiFields": null,
                    "effectiveFrom": "2000-01-01T00:00:00Z",
                    "effectiveTo": null,
                    "planName": "Standard Allocation Prototype",
                    "systemCode": null,
                    "defaultCurrencyCode": "USD",
                    "pointInTimeValuation": null,
                    "mixedValuation": null,
                    "planAllocationMethodCode": "02",
                    "updatedGmt": "2014-04-07T11:08:35Z",
                    "activeGmt": "2014-04-07T11:08:35Z",
                    "recordStatusCode": "ACTIVE",
                    "updatedBy": "system",
                    "businessStatusCode": "Approved",
                    "planSliceId": "575F5902-AE18-4279-9A3B-73679CFE769E",
                    "planId": "575F5902-AE18-4279-9A3B-73679CFE769E",
                    "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
                    "marketMakerId": "27AE3B47-4A29-47EC-AAB0-6D91B250375F",
                    "productId": "3FE40262-1669-413E-ACBA-8615DD7DAA6F"
                },
                {
                    "links": [
                        {
                            "href": "http://server:port/PASService/rest/services/v1/products/3FE40262-1669-413E-ACBA-8615DD7DAA6F/plans/74C46F3A-7816-471A-BAC8-AECCD18E985C",
                            "rel": "self",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                            "rel": "codes/planAllocationMethodCode",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                            "rel": "codes/businessStatus",
                            "mediaType": "application/json",
                            "method": "GET"
                        }
                    ],
                    "fields": {},
                    "multiFields": null,
                    "effectiveFrom": "2000-01-01T00:00:00Z",
                    "effectiveTo": null,
                    "planName": "Index Prototype Plan",
                    "systemCode": null,
                    "defaultCurrencyCode": "USD",
                    "pointInTimeValuation": "Y",
                    "mixedValuation": null,
                    "planAllocationMethodCode": "01",
                    "updatedGmt": "2014-04-07T11:08:35Z",
                    "activeGmt": "2014-04-07T11:08:35Z",
                    "recordStatusCode": "ACTIVE",
                    "updatedBy": "system",
                    "businessStatusCode": "Approved",
                    "planSliceId": "74C46F3A-7816-471A-BAC8-AECCD18E985C",
                    "planId": "74C46F3A-7816-471A-BAC8-AECCD18E985C",
                    "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
                    "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
                    "productId": "3FE40262-1669-413E-ACBA-8615DD7DAA6F"
                },
                {
                    "links": [
                        {
                            "href": "http://server:port/PASService/rest/services/v1/products/3FE40262-1669-413E-ACBA-8615DD7DAA6F/plans/8CAD77E4-8F72-401C-AA28-F7562756BDA3",
                            "rel": "self",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                            "rel": "codes/planAllocationMethodCode",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                            "rel": "codes/businessStatus",
                            "mediaType": "application/json",
                            "method": "GET"
                        }
                    ],
                    "fields": {},
                    "multiFields": null,
                    "effectiveFrom": "2000-01-01T00:00:00Z",
                    "effectiveTo": null,
                    "planName": "Lateral Fund Prototype Plan",
                    "systemCode": null,
                    "defaultCurrencyCode": "USD",
                    "pointInTimeValuation": "Y",
                    "mixedValuation": null,
                    "planAllocationMethodCode": "01",
                    "updatedGmt": "2014-04-07T11:08:35Z",
                    "activeGmt": "2014-04-07T11:08:35Z",
                    "recordStatusCode": "ACTIVE",
                    "updatedBy": "system",
                    "businessStatusCode": "Approved",
                    "planSliceId": "8CAD77E4-8F72-401C-AA28-F7562756BDA3",
                    "planId": "8CAD77E4-8F72-401C-AA28-F7562756BDA3",
                    "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
                    "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
                    "productId": "3FE40262-1669-413E-ACBA-8615DD7DAA6F"
                },
                {
                    "links": [
                        {
                            "href": "http://server:port/PASService/rest/services/v1/products/3FE40262-1669-413E-ACBA-8615DD7DAA6F/plans/C5EE0DA4-3003-42C1-9468-D91DA546B79F",
                            "rel": "self",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                            "rel": "codes/planAllocationMethodCode",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                            "rel": "codes/businessStatus",
                            "mediaType": "application/json",
                            "method": "GET"
                        }
                    ],
                    "fields": {},
                    "multiFields": null,
                    "effectiveFrom": "2000-01-01T00:00:00Z",
                    "effectiveTo": null,
                    "planName": "Functional Prototype Plan",
                    "systemCode": null,
                    "defaultCurrencyCode": "USD",
                    "pointInTimeValuation": "Y",
                    "mixedValuation": null,
                    "planAllocationMethodCode": "01",
                    "updatedGmt": "2014-04-07T11:08:35Z",
                    "activeGmt": "2014-04-07T11:08:35Z",
                    "recordStatusCode": "ACTIVE",
                    "updatedBy": "system",
                    "businessStatusCode": "Approved",
                    "planSliceId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F",
                    "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F",
                    "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
                    "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
                    "productId": "3FE40262-1669-413E-ACBA-8615DD7DAA6F"
                }
            ],
            "productId": "3FE40262-1669-413E-ACBA-8615DD7DAA6F",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88"
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/products/40C9F9AF-229A-48E4-AC5B-25074A9F61B2",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "productName": "Product 2",
            "productDescription": "Test Production",
            "effectiveFrom": "2014-12-22T00:00:00Z",
            "effectiveTo": null,
            "ancestorId": null,
            "plans": [],
            "productId": "40C9F9AF-229A-48E4-AC5B-25074A9F61B2",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88"
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/products/6ABD3734-73CF-4DF2-AD81-31201CF54FEC",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "productName": "Edit Child Product C",
            "productDescription": "",
            "effectiveFrom": "2014-12-22T00:00:00Z",
            "effectiveTo": null,
            "ancestorId": "2CB7ED70-B22C-460B-A9A0-15DDB40E1FE2",
            "plans": [],
            "productId": "6ABD3734-73CF-4DF2-AD81-31201CF54FEC",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88"
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/products/9738F003-B805-4B7E-92B2-E2B4F3451A3B",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "productName": "Edit Product",
            "productDescription": "",
            "effectiveFrom": "2014-12-22T00:00:00Z",
            "effectiveTo": null,
            "ancestorId": null,
            "plans": [],
            "productId": "9738F003-B805-4B7E-92B2-E2B4F3451A3B",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88"
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/products/9B79777A-C984-4ADB-9DEB-11EF15B1F19F",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "productName": "newproduct",
            "productDescription": "newproduct877",
            "effectiveFrom": "1990-01-01T00:00:00Z",
            "effectiveTo": null,
            "ancestorId": null,
            "plans": [],
            "productId": "9B79777A-C984-4ADB-9DEB-11EF15B1F19F",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88"
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/products/B29A11E8-A787-48EE-9D4E-8435298763EE",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "productName": "Valuation Life Products",
            "productDescription": "Valuation Life Products",
            "effectiveFrom": "1980-01-01T00:00:00Z",
            "effectiveTo": null,
            "ancestorId": "1117EE7E-BEB8-4DA7-BC31-5997B767F4E6",
            "plans": [
                {
                    "links": [
                        {
                            "href": "http://server:port/PASService/rest/services/v1/products/B29A11E8-A787-48EE-9D4E-8435298763EE/plans/3904A440-E035-40A1-9905-D544F7A6C093",
                            "rel": "self",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                            "rel": "codes/planAllocationMethodCode",
                            "mediaType": "application/json",
                            "method": "GET"
                        },
                        {
                            "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                            "rel": "codes/businessStatus",
                            "mediaType": "application/json",
                            "method": "GET"
                        }
                    ],
                    "fields": {},
                    "multiFields": null,
                    "effectiveFrom": "2002-01-01T00:00:00Z",
                    "effectiveTo": null,
                    "planName": "Guaranteed Level Premium Term",
                    "systemCode": null,
                    "defaultCurrencyCode": "USD",
                    "pointInTimeValuation": null,
                    "mixedValuation": null,
                    "planAllocationMethodCode": "01",
                    "updatedGmt": "2014-04-07T11:08:35Z",
                    "activeGmt": "2014-04-07T11:08:35Z",
                    "recordStatusCode": "ACTIVE",
                    "updatedBy": "system",
                    "businessStatusCode": "Approved",
                    "planSliceId": "3904A440-E035-40A1-9905-D544F7A6C093",
                    "planId": "3904A440-E035-40A1-9905-D544F7A6C093",
                    "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
                    "marketMakerId": null,
                    "productId": "B29A11E8-A787-48EE-9D4E-8435298763EE"
                }
            ],
            "productId": "B29A11E8-A787-48EE-9D4E-8435298763EE",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88"
        }
    ]
}
Back to Top