POST Admin/Edit_Delivery_Cost_Category?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Delivery_Cost
NameDescriptionTypeAdditional information
DELIVERY_COST_ID

integer

None.

DELIVERY_TYPE_NAME

string

None.

CITY_CATEGORY_NAME

string

None.

DELIVERY_DURATION

decimal number

None.

AMOUNT

decimal number

None.

CURRENCY

string

None.

CITY_CATEGORY_ID

integer

None.

DELIVERY_TYPE_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DELIVERY_COST_ID": 1,
  "DELIVERY_TYPE_NAME": "sample string 2",
  "CITY_CATEGORY_NAME": "sample string 3",
  "DELIVERY_DURATION": 1.0,
  "AMOUNT": 1.0,
  "CURRENCY": "sample string 4",
  "CITY_CATEGORY_ID": 1,
  "DELIVERY_TYPE_ID": 1
}

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

Response Information

Resource Description

Result_Get_Delivery_Cost_Category
NameDescriptionTypeAdditional information
ExceptionMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ExceptionMsg": "sample string 1"
}