Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appTeamMemberId |
The record identifier. |
integer |
Required |
Body Parameters
The app team member.
Nano.AppTeamMember| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the app team member by identifier. |
integer |
None. |
| app |
Gets or sets the app to identifier. |
integer |
None. |
| user |
Gets or sets the user for identifier. |
integer |
None. |
| role |
Gets or sets the role identifier. |
integer |
None. |
| startDate |
Gets or sets the start date identifier. |
date |
None. |
| endDate |
Gets or sets the end date identifier. |
date |
None. |
| isPrimary |
Gets or sets a value indicating whether gets or sets the end date identifier. |
boolean |
None. |
Request Formats
application/json, text/json
{
"id": "1",
"app": "2",
"user": "3",
"role": "4",
"startDate": "2025-10-30T23:20:32.561075Z",
"endDate": "2025-10-30T23:20:32.561075Z",
"isPrimary": true
}
text/html
{"id":"1","app":"2","user":"3","role":"4","startDate":"2025-10-30T23:20:32.561075Z","endDate":"2025-10-30T23:20:32.561075Z","isPrimary":true}
application/xml, text/xml
<AppTeamMember xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AppTeamMemberId>1</AppTeamMemberId> <AppId>2</AppId> <UserId>3</UserId> <RoleId>4</RoleId> <StartDate>2025-10-30T23:20:32.561075Z</StartDate> <EndDate>2025-10-30T23:20:32.561075Z</EndDate> <IsPrimary>true</IsPrimary> </AppTeamMember>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated app team member.
Nano.AppTeamMember| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the app team member by identifier. |
integer |
None. |
| app |
Gets or sets the app to identifier. |
integer |
None. |
| user |
Gets or sets the user for identifier. |
integer |
None. |
| role |
Gets or sets the role identifier. |
integer |
None. |
| startDate |
Gets or sets the start date identifier. |
date |
None. |
| endDate |
Gets or sets the end date identifier. |
date |
None. |
| isPrimary |
Gets or sets a value indicating whether gets or sets the end date identifier. |
boolean |
None. |
Response Formats
application/json, text/json
{
"id": "1",
"app": "2",
"user": "3",
"role": "4",
"startDate": "2025-10-30T23:20:32.561075Z",
"endDate": "2025-10-30T23:20:32.561075Z",
"isPrimary": true
}
text/html
{"id":"1","app":"2","user":"3","role":"4","startDate":"2025-10-30T23:20:32.561075Z","endDate":"2025-10-30T23:20:32.561075Z","isPrimary":true}
application/xml, text/xml
<AppTeamMember xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AppTeamMemberId>1</AppTeamMemberId> <AppId>2</AppId> <UserId>3</UserId> <RoleId>4</RoleId> <StartDate>2025-10-30T23:20:32.561075Z</StartDate> <EndDate>2025-10-30T23:20:32.561075Z</EndDate> <IsPrimary>true</IsPrimary> </AppTeamMember>
application/vnd.api+json
Sample not available.