POST api/VOGUserManagement/DeleteUser
Request Information
URI Parameters
None.
Body Parameters
NewVOGUserCreatePortalModels| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| UserType | string |
None. |
|
| Password | string |
None. |
|
| Role | string |
None. |
|
| QualtricUserID | string |
None. |
|
| StatusId | string |
None. |
|
| SelectedStoresWithFlags | Collection of PortalStoreWithFlags |
None. |
|
| SelectedFranchisees | Collection of string |
None. |
|
| UnSelectedStores | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FirstName": "sample string 1",
"LastName": "sample string 2",
"Email": "sample string 3",
"UserType": "sample string 4",
"Password": "sample string 5",
"Role": "sample string 6",
"QualtricUserID": "sample string 7",
"StatusId": "sample string 8",
"SelectedStoresWithFlags": [
{
"Store": "sample string 1",
"IsTicketOwner": true
},
{
"Store": "sample string 1",
"IsTicketOwner": true
}
],
"SelectedFranchisees": [
"sample string 1",
"sample string 2"
],
"UnSelectedStores": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.