POST api/User/UnBlockUser
Request Information
URI Parameters
None.
Body Parameters
DeactivateUserModel| Name | Description | Type | Additional information |
|---|---|---|---|
| intId | integer |
None. |
|
| strFirstName | string |
None. |
|
| strLastName | string |
None. |
|
| strEmail | string |
None. |
|
| strUserName | string |
None. |
|
| rowNumber | integer |
None. |
|
| allcount | integer |
None. |
|
| strPhone | string |
None. |
|
| intUserId | integer |
None. |
|
| intBlockedBy | integer |
None. |
|
| strUserType | string |
None. |
|
| strCompanyName | string |
None. |
|
| strPostCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"intId": 1,
"strFirstName": "sample string 2",
"strLastName": "sample string 3",
"strEmail": "sample string 4",
"strUserName": "sample string 5",
"rowNumber": 6,
"allcount": 7,
"strPhone": "sample string 8",
"intUserId": 9,
"intBlockedBy": 10,
"strUserType": "sample string 11",
"strCompanyName": "sample string 12",
"strPostCode": "sample string 13"
}
application/xml, text/xml
Sample:
<DeactivateUserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pozitive_Bank_Entities"> <allcount>7</allcount> <intBlockedBy>10</intBlockedBy> <intId>1</intId> <intUserId>9</intUserId> <rowNumber>6</rowNumber> <strCompanyName>sample string 12</strCompanyName> <strEmail>sample string 4</strEmail> <strFirstName>sample string 2</strFirstName> <strLastName>sample string 3</strLastName> <strPhone>sample string 8</strPhone> <strPostCode>sample string 13</strPostCode> <strUserName>sample string 5</strUserName> <strUserType>sample string 11</strUserType> </DeactivateUserModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.