GET api/brusper/seperate_tot_product?pro_code={pro_code}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pro_code

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of seperate_tot_product
NameDescriptionTypeAdditional information
pro_name

string

None.

pro_code

string

None.

tdate

string

None.

count

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "pro_name": "sample string 1",
    "pro_code": "sample string 2",
    "tdate": "sample string 3",
    "count": "sample string 4"
  },
  {
    "pro_name": "sample string 1",
    "pro_code": "sample string 2",
    "tdate": "sample string 3",
    "count": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfseperate_tot_product xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
  <seperate_tot_product>
    <count>sample string 4</count>
    <pro_code>sample string 2</pro_code>
    <pro_name>sample string 1</pro_name>
    <tdate>sample string 3</tdate>
  </seperate_tot_product>
  <seperate_tot_product>
    <count>sample string 4</count>
    <pro_code>sample string 2</pro_code>
    <pro_name>sample string 1</pro_name>
    <tdate>sample string 3</tdate>
  </seperate_tot_product>
</ArrayOfseperate_tot_product>