POST api/usermas/save-user-location-discount

Request Information

URI Parameters

None.

Body Parameters

ReqUserLocationDiscount
NameDescriptionTypeAdditional information
UserSeq

integer

None.

TokenNo

string

None.

Data

Collection of USER_LOCATION_DISCOUNT

None.

Message

string

None.

Status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserSeq": 1,
  "TokenNo": "sample string 2",
  "Data": [
    {
      "SEQ_NO": 1,
      "USER_SEQ": 1,
      "LOCATION": "sample string 2",
      "ADD_LESS_PER": 1.0,
      "IS_ACTIVE": true,
      "ENTRY_BY_SEQ": 1
    },
    {
      "SEQ_NO": 1,
      "USER_SEQ": 1,
      "LOCATION": "sample string 2",
      "ADD_LESS_PER": 1.0,
      "IS_ACTIVE": true,
      "ENTRY_BY_SEQ": 1
    }
  ],
  "Message": "sample string 3",
  "Status": "sample string 4"
}

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 'ReqUserLocationDiscount'.

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