POST api/Tools/TaskActivityManagerList

Request Information

URI Parameters

None.

Body Parameters

TaskActivityManagerListInputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCodeList

string

None.

TaskCategoryCodeList

string

None.

AssignedByCodeList

string

None.

AssignedToCodeList

string

None.

StatusCodeList

string

None.

PriorityCodeList

string

None.

DepartmentCodeList

string

None.

CretedByCodeList

string

None.

AssociateTypeCodeList

string

None.

PartTypeCodeList

string

None.

Group1CodeList

string

None.

Group2CodeList

string

None.

Group1Name

string

None.

Group2Name

string

None.

DownloadReport

boolean

None.

StartDate

integer

None.

EndDate

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchCodeList": "sample string 4",
  "TaskCategoryCodeList": "sample string 5",
  "AssignedByCodeList": "sample string 6",
  "AssignedToCodeList": "sample string 7",
  "StatusCodeList": "sample string 8",
  "PriorityCodeList": "sample string 9",
  "DepartmentCodeList": "sample string 10",
  "CretedByCodeList": "sample string 11",
  "AssociateTypeCodeList": "sample string 12",
  "PartTypeCodeList": "sample string 13",
  "Group1CodeList": "sample string 14",
  "Group2CodeList": "sample string 15",
  "Group1Name": "sample string 16",
  "Group2Name": "sample string 17",
  "DownloadReport": true,
  "StartDate": 19,
  "EndDate": 20
}

application/xml, text/xml

Sample:
<TaskActivityManagerListInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools">
  <AssignedByCodeList>sample string 6</AssignedByCodeList>
  <AssignedToCodeList>sample string 7</AssignedToCodeList>
  <AssociateTypeCodeList>sample string 12</AssociateTypeCodeList>
  <BranchCodeList>sample string 4</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <CretedByCodeList>sample string 11</CretedByCodeList>
  <DBName>sample string 1</DBName>
  <DepartmentCodeList>sample string 10</DepartmentCodeList>
  <DownloadReport>true</DownloadReport>
  <EndDate>20</EndDate>
  <Group1CodeList>sample string 14</Group1CodeList>
  <Group1Name>sample string 16</Group1Name>
  <Group2CodeList>sample string 15</Group2CodeList>
  <Group2Name>sample string 17</Group2Name>
  <PartTypeCodeList>sample string 13</PartTypeCodeList>
  <PriorityCodeList>sample string 9</PriorityCodeList>
  <StartDate>19</StartDate>
  <StatusCodeList>sample string 8</StatusCodeList>
  <TaskCategoryCodeList>sample string 5</TaskCategoryCodeList>
  <UserInternalCode>sample string 3</UserInternalCode>
</TaskActivityManagerListInputs>

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.