POST api/AdminSettingsSystem/SaveDeliveryType

AdmSaveDeliveryType

Request Information

URI Parameters

None.

Body Parameters

SaveDeliveryType_request
NameDescriptionTypeAdditional information
DeliveryTypeID

integer

None.

DeliveryTypeActive

boolean

None.

DeliveryTypeActiveCtry

boolean

None.

DeliveryTypeIDCRM

integer

None.

DeliveryTypeName

string

None.

DeliveryTypeValue

decimal number

None.

CountryID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "DeliveryTypeID": 1,
  "DeliveryTypeActive": true,
  "DeliveryTypeActiveCtry": true,
  "DeliveryTypeIDCRM": 1,
  "DeliveryTypeName": "sample string 1",
  "DeliveryTypeValue": 1.1,
  "CountryID": 1,
  "UserUUIDCur": "6e828388-10d5-487f-bd52-66b3a0c11d29"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}