Request Information
URI Parameters
None.
Body Parameters
The AppTeamMember.
Nano.AppTeamMemberName | 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-04-25T18:38:56.2347872Z", "endDate": "2025-04-25T18:38:56.2347872Z", "isPrimary": true }
text/html
{"id":"1","app":"2","user":"3","role":"4","startDate":"2025-04-25T18:38:56.2347872Z","endDate":"2025-04-25T18:38:56.2347872Z","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-04-25T18:38:56.2347872Z</StartDate> <EndDate>2025-04-25T18:38:56.2347872Z</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 created AppTeamMember.
Nano.AppTeamMemberName | 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-04-25T18:38:56.2347872Z", "endDate": "2025-04-25T18:38:56.2347872Z", "isPrimary": true }
text/html
{"id":"1","app":"2","user":"3","role":"4","startDate":"2025-04-25T18:38:56.2347872Z","endDate":"2025-04-25T18:38:56.2347872Z","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-04-25T18:38:56.2347872Z</StartDate> <EndDate>2025-04-25T18:38:56.2347872Z</EndDate> <IsPrimary>true</IsPrimary> </AppTeamMember>
application/vnd.api+json
Sample not available.