POST api/Tools/ServicePaymentCollectionReport

Request Information

URI Parameters

None.

Body Parameters

ServicePaymentCollectionReportInput
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCodeList

string

None.

StartDate

integer

None.

EndDate

integer

None.

ServiceType

string

None.

PeriodBasedOn

string

None.

BrandCodeList

string

None.

ProductCodeList

string

None.

ProductCategoryCodeList

string

None.

ItemCategoryCodeList

string

None.

ItemClassificationTypeCodeList

string

None.

ItemClassificationCodeList

string

None.

ItemModelSearchCodeList

string

None.

Group1Code

string

None.

Group2Code

string

None.

Group3Code

string

None.

Group1Name

string

None.

Group2Name

string

None.

Group3Name

string

None.

RemoveColumns

string

None.

DownloadReport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchCodeList": "sample string 4",
  "StartDate": 5,
  "EndDate": 6,
  "ServiceType": "sample string 7",
  "PeriodBasedOn": "sample string 8",
  "BrandCodeList": "sample string 9",
  "ProductCodeList": "sample string 10",
  "ProductCategoryCodeList": "sample string 11",
  "ItemCategoryCodeList": "sample string 12",
  "ItemClassificationTypeCodeList": "sample string 13",
  "ItemClassificationCodeList": "sample string 14",
  "ItemModelSearchCodeList": "sample string 15",
  "Group1Code": "sample string 16",
  "Group2Code": "sample string 17",
  "Group3Code": "sample string 18",
  "Group1Name": "sample string 19",
  "Group2Name": "sample string 20",
  "Group3Name": "sample string 21",
  "RemoveColumns": "sample string 22",
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<ServicePaymentCollectionReportInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools">
  <BranchCodeList>sample string 4</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BrandCodeList>sample string 9</BrandCodeList>
  <DBName>sample string 1</DBName>
  <DownloadReport>true</DownloadReport>
  <EndDate>6</EndDate>
  <Group1Code>sample string 16</Group1Code>
  <Group1Name>sample string 19</Group1Name>
  <Group2Code>sample string 17</Group2Code>
  <Group2Name>sample string 20</Group2Name>
  <Group3Code>sample string 18</Group3Code>
  <Group3Name>sample string 21</Group3Name>
  <ItemCategoryCodeList>sample string 12</ItemCategoryCodeList>
  <ItemClassificationCodeList>sample string 14</ItemClassificationCodeList>
  <ItemClassificationTypeCodeList>sample string 13</ItemClassificationTypeCodeList>
  <ItemModelSearchCodeList>sample string 15</ItemModelSearchCodeList>
  <PeriodBasedOn>sample string 8</PeriodBasedOn>
  <ProductCategoryCodeList>sample string 11</ProductCategoryCodeList>
  <ProductCodeList>sample string 10</ProductCodeList>
  <RemoveColumns>sample string 22</RemoveColumns>
  <ServiceType>sample string 7</ServiceType>
  <StartDate>5</StartDate>
  <UserInternalCode>sample string 3</UserInternalCode>
</ServicePaymentCollectionReportInput>

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.