GET PlanCare2Api/DynamicData/DOTLocations?contractList={contractList}

Fetch possible locations for a list of DBC GRZ contracts

Request Information

URI Parameters

Name Description Type Additional information
contractList

A list of Identifiers seperated by comma of GRZ contracts

string

Required

Body Parameters

None.

Response Information

Resource Description

Possible GRZ locations for a contract and product within a period

Collection of DOTLocationsResult
Name Description Type Additional information
Contractid

integer

Nullable

Productid

integer

Nullable

Startdate

date

Nullable

Enddate

date

Nullable

Id

integer

Nullable

Name

string

-

Description

string

-

Isdefault

integer

Nullable

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Contractid": 1,
    "Productid": 1,
    "Startdate": "2026-05-26T21:09:15.2155561+02:00",
    "Enddate": "2026-05-26T21:09:15.2155561+02:00",
    "Id": 1,
    "Name": "sample string 1",
    "Description": "sample string 2",
    "Isdefault": 1
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDynamicDataController.DOTLocationsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers">
  <DynamicDataController.DOTLocationsResult>
    <Contractid>1</Contractid>
    <Description>sample string 2</Description>
    <Enddate>2026-05-26T21:09:15.2155561+02:00</Enddate>
    <Id>1</Id>
    <Isdefault>1</Isdefault>
    <Name>sample string 1</Name>
    <Productid>1</Productid>
    <Startdate>2026-05-26T21:09:15.2155561+02:00</Startdate>
  </DynamicDataController.DOTLocationsResult>
  <DynamicDataController.DOTLocationsResult>
    <Contractid>1</Contractid>
    <Description>sample string 2</Description>
    <Enddate>2026-05-26T21:09:15.2155561+02:00</Enddate>
    <Id>1</Id>
    <Isdefault>1</Isdefault>
    <Name>sample string 1</Name>
    <Productid>1</Productid>
    <Startdate>2026-05-26T21:09:15.2155561+02:00</Startdate>
  </DynamicDataController.DOTLocationsResult>
</ArrayOfDynamicDataController.DOTLocationsResult>