POST api/Report/AppUserList

Request Information

URI Parameters

None.

Body Parameters

AppUserList
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

StatusCodeList

string

None.

AppTypeCodeList

string

None.

AppUserName

string

None.

TransactionType

string

None.

ShowAssignedUser

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "StatusCodeList": "sample string 4",
  "AppTypeCodeList": "sample string 5",
  "AppUserName": "sample string 6",
  "TransactionType": "sample string 7",
  "ShowAssignedUser": true
}

application/xml, text/xml

Sample:
<AppUserList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <AppTypeCodeList>sample string 5</AppTypeCodeList>
  <AppUserName>sample string 6</AppUserName>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <DBName>sample string 1</DBName>
  <ShowAssignedUser>true</ShowAssignedUser>
  <StatusCodeList>sample string 4</StatusCodeList>
  <TransactionType>sample string 7</TransactionType>
  <UserInternalCode>sample string 3</UserInternalCode>
</AppUserList>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.