PUT api/TeamMember?teamMemberId={teamMemberId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| teamMemberId | string |
Required |
Body Parameters
colorUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| color | string |
None. |
|
| backgroundColor | string |
None. |
|
| textColor | string |
None. |
|
| borderColor | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"color": "sample string 1",
"backgroundColor": "sample string 2",
"textColor": "sample string 3",
"borderColor": "sample string 4"
}
application/xml, text/xml
Sample:
<TeamMemberController.colorUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Beauty_Lab_Dashboard.Controllers"> <backgroundColor>sample string 2</backgroundColor> <borderColor>sample string 4</borderColor> <color>sample string 1</color> <textColor>sample string 3</textColor> </TeamMemberController.colorUpdate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |