GET api/brusper/get_product_count?inst_code={inst_code}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
inst_code

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of get_product_count
NameDescriptionTypeAdditional information
select_product_count

string

None.

total_count

string

None.

end_date

string

None.

error

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "select_product_count": "sample string 1",
    "total_count": "sample string 2",
    "end_date": "sample string 3",
    "error": "sample string 4"
  },
  {
    "select_product_count": "sample string 1",
    "total_count": "sample string 2",
    "end_date": "sample string 3",
    "error": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfget_product_count xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
  <get_product_count>
    <end_date>sample string 3</end_date>
    <error>sample string 4</error>
    <select_product_count>sample string 1</select_product_count>
    <total_count>sample string 2</total_count>
  </get_product_count>
  <get_product_count>
    <end_date>sample string 3</end_date>
    <error>sample string 4</error>
    <select_product_count>sample string 1</select_product_count>
    <total_count>sample string 2</total_count>
  </get_product_count>
</ArrayOfget_product_count>