POST api/purdisctracker/save

Request Information

URI Parameters

None.

Body Parameters

PUR_DISC_TRACKER
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PUR_DISC_TRACKER'.

Response Information

Resource Description

ResponseMessage
NameDescriptionTypeAdditional 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"
}