GET api/purdisctracker/list/{type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| type | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PUR_DISC_TRACKER| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ_NO | integer |
None. |
|
| VOLUME | decimal number |
None. |
|
| DISCOUNT | decimal number |
None. |
|
| FROM_VOLUME | decimal number |
None. |
|
| TO_VOLUME | decimal number |
None. |
|
| VOLUME_DISC_TYPE | string |
String length: inclusive between 0 and 3 |
Response Formats
application/json, text/json
Sample:
[
{
"SEQ_NO": 1,
"VOLUME": 1.0,
"DISCOUNT": 1.0,
"FROM_VOLUME": 1.0,
"TO_VOLUME": 1.0,
"VOLUME_DISC_TYPE": "sample string 2"
},
{
"SEQ_NO": 1,
"VOLUME": 1.0,
"DISCOUNT": 1.0,
"FROM_VOLUME": 1.0,
"TO_VOLUME": 1.0,
"VOLUME_DISC_TYPE": "sample string 2"
}
]