POST api/purdisctracker/save
Request Information
URI Parameters
None.
Body Parameters
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 |
Request 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"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | string |
None. |
|
| MESSAGE | string |
None. |
|
| VALUE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": "sample string 1",
"MESSAGE": "sample string 2",
"VALUE": "sample string 3"
}