POST api/enterpriseteams
Create an enteprise team
Request Information
URI Parameters
None.
Body Parameters
OnePlanTeamName | Description | Type | Additional information |
---|---|---|---|
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:
{ "TeamName": "sample string 1", "TeamDescription": "sample string 2", "ProfilePicture": "sample string 3", "TeamMembers": [ { "ResourceId": "00aeba0f-58a3-4f09-bbe3-d0d519c3cdc7", "ResourceAllocation": 2.0, "AllocationType": 0 }, { "ResourceId": "00aeba0f-58a3-4f09-bbe3-d0d519c3cdc7", "ResourceAllocation": 2.0, "AllocationType": 0 } ], "Fields": { "sample string 1": {}, "sample string 3": {} }, "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.OnePlanTeam", "id": "4000c78b-aefd-470c-b8b3-8b485780caab", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "a521cd0b-8e3f-4730-89ac-ab8ad66c1482", "_ts": 638882681035138224 }
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |