POST api/User/Get
Request Information
URI Parameters
None.
Body Parameters
UserMaster_View_Filter_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| ClientID | integer |
None. |
|
| Locked | integer |
None. |
|
| Active | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"ClientID": 2,
"Locked": 3,
"Active": 4
}
application/xml, text/xml
Sample:
<UserMaster_View_Filter_Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP.Model.Master"> <Active>4</Active> <ClientID>2</ClientID> <Locked>3</Locked> <UserID>1</UserID> </UserMaster_View_Filter_Model>
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.