POST Admin/Delete_Delivery_Type?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Delivery_Type
NameDescriptionTypeAdditional information
DELIVERY_TYPE_ID

integer

None.

DELIVERY_TYPE_CODE

string

None.

DELIVERY_TYPE_NAME

string

None.

DELIVERY_TYPE_DESCRIPTION

string

None.

DELIVERY_DURATION

decimal number

None.

AMOUNT

decimal number

None.

CURRENCY

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DELIVERY_TYPE_ID": 1,
  "DELIVERY_TYPE_CODE": "sample string 2",
  "DELIVERY_TYPE_NAME": "sample string 3",
  "DELIVERY_TYPE_DESCRIPTION": "sample string 4",
  "DELIVERY_DURATION": 1.0,
  "AMOUNT": 1.0,
  "CURRENCY": "sample string 5"
}

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

Response Information

Resource Description

Result_Get_Delivery_Type
NameDescriptionTypeAdditional information
ExceptionMsg

string

None.

Response Formats

application/json, text/json

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