GET api/brusper/get_pro_etime?ii_code={ii_code}&p_code={p_code}&t_date={t_date}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ii_code | string |
Required |
|
| p_code | string |
Required |
|
| t_date | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of get_pro_etime| Name | Description | Type | Additional information |
|---|---|---|---|
| p_code | string |
None. |
|
| e_time | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"p_code": "sample string 1",
"e_time": "sample string 2"
},
{
"p_code": "sample string 1",
"e_time": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfget_pro_etime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<get_pro_etime>
<e_time>sample string 2</e_time>
<p_code>sample string 1</p_code>
</get_pro_etime>
<get_pro_etime>
<e_time>sample string 2</e_time>
<p_code>sample string 1</p_code>
</get_pro_etime>
</ArrayOfget_pro_etime>