POST api/enterpriseteams/{id}?modMembers={modMembers}

Update an enteprise team

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

modMembers

boolean

Default value is False

Body Parameters

OnePlanTeamRequest
NameDescriptionTypeAdditional information
TeamMembers

Collection of TeamMemberRequest

None.

TeamName

string

None.

TeamDescription

string

None.

ProfilePicture

string

None.

TeamMembers

Collection of TeamMember

None.

Fields

Dictionary of string [key] and Object [value]

None.

id

globally unique identifier

None.

ConfigId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "TeamMembers": [
    {
      "Removed": true,
      "ResourceId": "9d2667e6-e37b-412a-9c87-5debeb475c8a",
      "ResourceAllocation": 3.0,
      "AllocationType": 0
    },
    {
      "Removed": true,
      "ResourceId": "9d2667e6-e37b-412a-9c87-5debeb475c8a",
      "ResourceAllocation": 3.0,
      "AllocationType": 0
    }
  ],
  "TeamName": "sample string 1",
  "TeamDescription": "sample string 2",
  "ProfilePicture": "sample string 3",
  "Fields": {
    "sample string 1": {},
    "sample string 3": {}
  },
  "__app__": "WORKPLANNER",
  "__entity_kind__": "WorkPlanner.Web.API.OnePlanTeamRequest",
  "id": "a5691ba5-f6d8-4e61-a73d-4cb639d42315",
  "RestoreFromId": "00000000-0000-0000-0000-000000000000",
  "ConfigId": "aa7ffa3b-16aa-4f61-95d4-739912d0f206",
  "_ts": 638648371628420191
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.