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": "7b72b6c0-2f51-4b14-8047-27411542b61c", "ResourceAllocation": 2.0, "AllocationType": 0 }, { "ResourceId": "7b72b6c0-2f51-4b14-8047-27411542b61c", "ResourceAllocation": 2.0, "AllocationType": 0 } ], "Fields": { "sample string 1": {}, "sample string 3": {} }, "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.OnePlanTeam", "id": "fa641ef4-d376-47f7-bfcc-c5d010636629", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "40d71c8f-fee8-40ae-af67-dc8f8e1a70ab", "_ts": 638701484475951701 }
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. |