POST api/Tools/FollowUpsList

Request Information

URI Parameters

None.

Body Parameters

FollowUpsList
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCode

string

None.

StartDate

integer

None.

EndDate

integer

None.

DocumentTypeList

string

None.

ShowPartyAddress

boolean

None.

Type

string

None.

Reason

string

None.

BrandCodeList

string

None.

ProductGroupCodeList

string

None.

ItemCategoryCodeList

string

None.

ItemClassificationType

string

None.

ItemClassificationList

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchCode": "sample string 4",
  "StartDate": 5,
  "EndDate": 6,
  "DocumentTypeList": "sample string 7",
  "ShowPartyAddress": true,
  "Type": "sample string 9",
  "Reason": "sample string 10",
  "BrandCodeList": "sample string 11",
  "ProductGroupCodeList": "sample string 12",
  "ItemCategoryCodeList": "sample string 13",
  "ItemClassificationType": "sample string 14",
  "ItemClassificationList": "sample string 15"
}

application/xml, text/xml

Sample:
<FollowUpsList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools">
  <BranchCode>sample string 4</BranchCode>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BrandCodeList>sample string 11</BrandCodeList>
  <DBName>sample string 1</DBName>
  <DocumentTypeList>sample string 7</DocumentTypeList>
  <EndDate>6</EndDate>
  <ItemCategoryCodeList>sample string 13</ItemCategoryCodeList>
  <ItemClassificationList>sample string 15</ItemClassificationList>
  <ItemClassificationType>sample string 14</ItemClassificationType>
  <ProductGroupCodeList>sample string 12</ProductGroupCodeList>
  <Reason>sample string 10</Reason>
  <ShowPartyAddress>true</ShowPartyAddress>
  <StartDate>5</StartDate>
  <Type>sample string 9</Type>
  <UserInternalCode>sample string 3</UserInternalCode>
</FollowUpsList>

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.