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