POST api/UserProfileInformation/DeleteUserInfo
Request Information
URI Parameters
None.
Body Parameters
DeleteUser| Name | Description | Type | Additional information |
|---|---|---|---|
| userName | string |
None. |
|
| teamMemberUserId | integer |
None. |
|
| teamMemberUserName | string |
None. |
|
| menuControl | string |
None. |
|
| aboveStoreAccess | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"userName": "sample string 1",
"teamMemberUserId": 2,
"teamMemberUserName": "sample string 3",
"menuControl": "sample string 4",
"aboveStoreAccess": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.