POST api/appapiaccountuser/insert
Request Information
URI Parameters
None.
Body Parameters
AppApiAccountUser| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AppApiAccountId | integer |
Required |
|
| UsrUserId | integer |
Required |
|
| Enabled | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "41641824-b695-456e-bcf7-6632b62480c4",
"AppApiAccountId": 3,
"UsrUserId": 4,
"Enabled": 5
}
application/xml, text/xml
Sample:
<AppApiAccountUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models"> <AppApiAccountId>3</AppApiAccountId> <Enabled>5</Enabled> <Id>1</Id> <RowGuid>41641824-b695-456e-bcf7-6632b62480c4</RowGuid> <UsrUserId>4</UsrUserId> </AppApiAccountUser>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppApiAccountUserDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| AppApiAccountIdDisplay | string |
None. |
|
| UsrUserIdDisplay | string |
None. |
|
| DisplayField | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AppApiAccountId | integer |
Required |
|
| UsrUserId | integer |
Required |
|
| Enabled | integer |
Required |
Response Formats
application/json, text/json
Sample:
{
"AppApiAccountIdDisplay": "sample string 1",
"UsrUserIdDisplay": "sample string 2",
"DisplayField": "sample string 3",
"Id": 4,
"RowGuid": "460ce4de-abae-4806-a103-48ed7ffbbed8",
"AppApiAccountId": 6,
"UsrUserId": 7,
"Enabled": 8
}
application/xml, text/xml
Sample:
<AppApiAccountUserDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models"> <AppApiAccountId>6</AppApiAccountId> <Enabled>8</Enabled> <Id>4</Id> <RowGuid>460ce4de-abae-4806-a103-48ed7ffbbed8</RowGuid> <UsrUserId>7</UsrUserId> <AppApiAccountIdDisplay>sample string 1</AppApiAccountIdDisplay> <DisplayField>sample string 3</DisplayField> <UsrUserIdDisplay>sample string 2</UsrUserIdDisplay> </AppApiAccountUserDisplay>