POST user/checkIp
h1>
Request Information
URI Parameters
None.
Body Parameters
DtoCheckIp
Name Description Type Additional information
InstitutionId
integer
None.
IpAddress
string
None.
UserId
integer
None.
IsVerified
boolean
None.
Request Formats
application/json, text/json
Sample:
{
"InstitutionId": 1,
"IpAddress": "sample string 2",
"UserId": 3,
"IsVerified": true
}
application/xml, text/xml
Sample:
<DtoCheckIp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.UserManagement.Services.Interfaces.Request.Dto">
<InstitutionId>1</InstitutionId>
<IpAddress>sample string 2</IpAddress>
<IsVerified>true</IsVerified>
<UserId>3</UserId>
</DtoCheckIp>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResult None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
Request Information
URI Parameters
None.
Body Parameters
DtoCheckIp| Name | Description | Type | Additional information |
|---|---|---|---|
| InstitutionId | integer |
None. |
|
| IpAddress | string |
None. |
|
| UserId | integer |
None. |
|
| IsVerified | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"InstitutionId": 1,
"IpAddress": "sample string 2",
"UserId": 3,
"IsVerified": true
}
application/xml, text/xml
Sample:
<DtoCheckIp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.UserManagement.Services.Interfaces.Request.Dto"> <InstitutionId>1</InstitutionId> <IpAddress>sample string 2</IpAddress> <IsVerified>true</IsVerified> <UserId>3</UserId> </DtoCheckIp>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.