POST api/admin/UserViewTotalRows
Request Information
URI Parameters
None.
Body Parameters
UserFilterName | Description | Type | Additional information |
---|---|---|---|
UserCode | string |
None. |
|
Username | string |
None. |
|
string |
None. |
||
CompanyCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserCode": "sample string 1", "Username": "sample string 2", "Email": "sample string 3", "CompanyCode": "sample string 4" }
text/html
Sample:
{"UserCode":"sample string 1","Username":"sample string 2","Email":"sample string 3","CompanyCode":"sample string 4"}
application/xml, text/xml
Sample:
<UserFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrackTraceAPI.Models"> <CompanyCode>sample string 4</CompanyCode> <Email>sample string 3</Email> <UserCode>sample string 1</UserCode> <Username>sample string 2</Username> </UserFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.