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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
inst_code

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of get_Delivered_count_details_cod
NameDescriptionTypeAdditional information
oid

string

None.

name

string

None.

time

string

None.

amt

string

None.

msg

string

None.

error

string

None.

type

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "oid": "sample string 1",
    "name": "sample string 2",
    "time": "sample string 3",
    "amt": "sample string 4",
    "msg": "sample string 5",
    "error": "sample string 6",
    "type": "sample string 7"
  },
  {
    "oid": "sample string 1",
    "name": "sample string 2",
    "time": "sample string 3",
    "amt": "sample string 4",
    "msg": "sample string 5",
    "error": "sample string 6",
    "type": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfget_Delivered_count_details_cod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
  <get_Delivered_count_details_cod>
    <amt>sample string 4</amt>
    <error>sample string 6</error>
    <msg>sample string 5</msg>
    <name>sample string 2</name>
    <oid>sample string 1</oid>
    <time>sample string 3</time>
    <type>sample string 7</type>
  </get_Delivered_count_details_cod>
  <get_Delivered_count_details_cod>
    <amt>sample string 4</amt>
    <error>sample string 6</error>
    <msg>sample string 5</msg>
    <name>sample string 2</name>
    <oid>sample string 1</oid>
    <time>sample string 3</time>
    <type>sample string 7</type>
  </get_Delivered_count_details_cod>
</ArrayOfget_Delivered_count_details_cod>