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