POST api/Tools/Salesperson_R_BranchIncentiveList

Request Information

URI Parameters

None.

Body Parameters

Salesperson_R_BranchIncentiveListInputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchList

string

None.

IncentiveBasedOn

string

None.

IncentiveType

string

None.

TemplateName

string

None.

TransactionType

string

None.

Salesperson

string

None.

SalespersonCategory

string

None.

BranchClassificationType

string

None.

BranchClassificationList

string

None.

StartDate

integer

None.

EndDate

integer

None.

SkipwordWrap

boolean

None.

ShowOnlyActiveTemplates

boolean

None.

DownloadReport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchList": "sample string 4",
  "IncentiveBasedOn": "sample string 5",
  "IncentiveType": "sample string 6",
  "TemplateName": "sample string 7",
  "TransactionType": "sample string 8",
  "Salesperson": "sample string 9",
  "SalespersonCategory": "sample string 10",
  "BranchClassificationType": "sample string 11",
  "BranchClassificationList": "sample string 12",
  "StartDate": 13,
  "EndDate": 14,
  "SkipwordWrap": true,
  "ShowOnlyActiveTemplates": true,
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<Salesperson_R_BranchIncentiveListInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools">
  <BranchClassificationList>sample string 12</BranchClassificationList>
  <BranchClassificationType>sample string 11</BranchClassificationType>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BranchList>sample string 4</BranchList>
  <DBName>sample string 1</DBName>
  <DownloadReport>true</DownloadReport>
  <EndDate>14</EndDate>
  <IncentiveBasedOn>sample string 5</IncentiveBasedOn>
  <IncentiveType>sample string 6</IncentiveType>
  <Salesperson>sample string 9</Salesperson>
  <SalespersonCategory>sample string 10</SalespersonCategory>
  <ShowOnlyActiveTemplates>true</ShowOnlyActiveTemplates>
  <SkipwordWrap>true</SkipwordWrap>
  <StartDate>13</StartDate>
  <TemplateName>sample string 7</TemplateName>
  <TransactionType>sample string 8</TransactionType>
  <UserInternalCode>sample string 3</UserInternalCode>
</Salesperson_R_BranchIncentiveListInputs>

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.