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": "d72d0e4f-11da-437a-980f-5984d9ca1c52", "ResourceAllocation": 2.0, "AllocationType": 0 }, { "ResourceId": "d72d0e4f-11da-437a-980f-5984d9ca1c52", "ResourceAllocation": 2.0, "AllocationType": 0 } ], "Fields": { "sample string 1": {}, "sample string 3": {} }, "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.OnePlanTeam", "id": "1dbcc704-6e17-4a5b-9d93-63c6cd04c479", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "a05472fa-e1b3-481f-9d67-73264c1656e5", "_ts": 638870289924947151 }
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. |