GET api/HomePurchase?strBranch={strBranch}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
strBranch

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of mobapphome_purchase
NameDescriptionTypeAdditional information
WHLPOSTYPE

string

None.

DEPT

string

None.

QUANTITY

string

None.

MKG_AMOUNT

string

None.

AMOUNT

string

None.

DIVISION

string

None.

DEF_GROUPBY

string

None.

BRANCH_CODE

string

None.

PUREWT

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "WHLPOSTYPE": "sample string 1",
    "DEPT": "sample string 2",
    "QUANTITY": "sample string 3",
    "MKG_AMOUNT": "sample string 4",
    "AMOUNT": "sample string 5",
    "DIVISION": "sample string 6",
    "DEF_GROUPBY": "sample string 7",
    "BRANCH_CODE": "sample string 8",
    "PUREWT": "sample string 9"
  },
  {
    "WHLPOSTYPE": "sample string 1",
    "DEPT": "sample string 2",
    "QUANTITY": "sample string 3",
    "MKG_AMOUNT": "sample string 4",
    "AMOUNT": "sample string 5",
    "DIVISION": "sample string 6",
    "DEF_GROUPBY": "sample string 7",
    "BRANCH_CODE": "sample string 8",
    "PUREWT": "sample string 9"
  }
]

text/html

Sample:
[{"WHLPOSTYPE":"sample string 1","DEPT":"sample string 2","QUANTITY":"sample string 3","MKG_AMOUNT":"sample string 4","AMOUNT":"sample string 5","DIVISION":"sample string 6","DEF_GROUPBY":"sample string 7","BRANCH_CODE":"sample string 8","PUREWT":"sample string 9"},{"WHLPOSTYPE":"sample string 1","DEPT":"sample string 2","QUANTITY":"sample string 3","MKG_AMOUNT":"sample string 4","AMOUNT":"sample string 5","DIVISION":"sample string 6","DEF_GROUPBY":"sample string 7","BRANCH_CODE":"sample string 8","PUREWT":"sample string 9"}]

application/xml, text/xml

Sample:
<ArrayOfmobapphome_purchase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SBSMobileReportingApi.Models">
  <mobapphome_purchase>
    <AMOUNT>sample string 5</AMOUNT>
    <BRANCH_CODE>sample string 8</BRANCH_CODE>
    <DEF_GROUPBY>sample string 7</DEF_GROUPBY>
    <DEPT>sample string 2</DEPT>
    <DIVISION>sample string 6</DIVISION>
    <MKG_AMOUNT>sample string 4</MKG_AMOUNT>
    <PUREWT>sample string 9</PUREWT>
    <QUANTITY>sample string 3</QUANTITY>
    <WHLPOSTYPE>sample string 1</WHLPOSTYPE>
  </mobapphome_purchase>
  <mobapphome_purchase>
    <AMOUNT>sample string 5</AMOUNT>
    <BRANCH_CODE>sample string 8</BRANCH_CODE>
    <DEF_GROUPBY>sample string 7</DEF_GROUPBY>
    <DEPT>sample string 2</DEPT>
    <DIVISION>sample string 6</DIVISION>
    <MKG_AMOUNT>sample string 4</MKG_AMOUNT>
    <PUREWT>sample string 9</PUREWT>
    <QUANTITY>sample string 3</QUANTITY>
    <WHLPOSTYPE>sample string 1</WHLPOSTYPE>
  </mobapphome_purchase>
</ArrayOfmobapphome_purchase>