Getting and Setting Project Information
Before updating project information, the best practice is to check the existing projects information to determine if any updates are needed, such as service area changes.
To retrieve detailed information about a specific project, submit a GET request to the following endpoint:
GET /enterprise/proj-mgmt/v3/Projects/{{projectId}}The response returns a JSON object like the following:
{"project": {"projectId": 31499,"name": "API Update test 9919bcc0-726b-47b8-892c-b4c00b8919bd","description": "API Update test 9182338a-7ebe-4c19-8ed1-6396a3c88026","dateCreated": "2021-10-25T19:04:41.657","dateLastUpdated": "2023-04-11T03:00:24.157","dateArchived": null,"datePurged": null,"isShared": true,"memberSetId": 30494,"providerNetworkId": 30453,"prospectProviderNetworkId": null,"isRunning": false,"countyStatuses": {"statuses": [{"state": "TN","countySSA": "44000","countyZips": ["37716","37717"],"status": "Approved"},{"state": "TN","countySSA": "44010","countyZips": [],"status": "Approved"}]},"providerNetworkName": "QESI Primary Test Network","prospectNetworkName": null,"templateName": "MAC 2022 Distance","templateDescription": "Medicare template collection.","memberSetName": "Medicare Advantage CY2022 Benes","countyClassMapping": "CMS County Class Mapping (2020.4)"}}
To update a project, submit a PUT request to the following endpoint, passing the updates in the request body:
PUT /enterprise/proj-mgmt/v3/Projects/{{projectId}}