POST Operator/Get_Options_Delivery_Types?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Params_Get_Delivery_Types

None.

Request Formats

application/json, text/json

Sample:
{}

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

Response Information

Resource Description

Result_Get_Delivery_Types
NameDescriptionTypeAdditional information
Delivery_Types

Collection of Delivery_Type

None.

ExceptionMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Delivery_Types": [
    {
      "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"
    },
    {
      "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"
    }
  ],
  "ExceptionMsg": "sample string 1"
}