POST api/Task/AddTaskContributors
Request Information
URI Parameters
None.
Body Parameters
TM_AddTaskContributorModel| Name | Description | Type | Additional information |
|---|---|---|---|
| tmTeamId | integer |
None. |
|
| tmTaskId | integer |
None. |
|
| contributorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"tmTeamId": 1,
"tmTaskId": 1,
"contributorId": 1
}
application/xml, text/xml
Sample:
<TM_AddTaskContributorModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Focus247_2022.Models"> <contributorId>1</contributorId> <tmTaskId>1</tmTaskId> <tmTeamId>1</tmTeamId> </TM_AddTaskContributorModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.