POST api/AppOrder/AppGetDeliveryType

AppGetDeliveryType

Request Information

URI Parameters

None.

Body Parameters

AppGetDeliveryType
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "c86a7b1d-15e7-49a1-a29d-2b6063001b83"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetDeliveryType_Response
NameDescriptionTypeAdditional information
DeliveryTypeID

integer

None.

DeliveryTypeActive

boolean

None.

ShowAppart

boolean

None.

ShowBuilding

boolean

None.

AddressSearch

boolean

None.

AddressUUID

globally unique identifier

None.

CityTypeUUID

globally unique identifier

None.

CityUUID

globally unique identifier

None.

StreetTypeUUID

globally unique identifier

None.

StreetUUID

globally unique identifier

None.

Address

string

None.

Appart

string

None.

Post

string

None.

PostSearch

boolean

None.

PostCode

string

None.

Building

string

None.

ConfirmButtonChar

string

None.

DistChar

string

None.

TimeChar

string

None.

DeliveryTypeName

string

None.

TotalValueChar

string

None.

DeliveryTypeDescr

string

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DeliveryTypeID": 1,
    "DeliveryTypeActive": true,
    "ShowAppart": true,
    "ShowBuilding": true,
    "AddressSearch": true,
    "AddressUUID": "8a2b6ec4-4e06-4082-bf70-bd0f926ac722",
    "CityTypeUUID": "1e791d8f-0c92-4cc5-ac93-624ccd530513",
    "CityUUID": "7f1d4003-af63-4b14-b44b-c1024cc677f3",
    "StreetTypeUUID": "6fe33155-4130-4917-9a2e-f922d346ae45",
    "StreetUUID": "543b816e-2204-47fe-afd8-8be97378ae55",
    "Address": "sample string 5",
    "Appart": "sample string 6",
    "Post": "sample string 7",
    "PostSearch": true,
    "PostCode": "sample string 9",
    "Building": "sample string 10",
    "ConfirmButtonChar": "sample string 11",
    "DistChar": "sample string 12",
    "TimeChar": "sample string 13",
    "DeliveryTypeName": "sample string 14",
    "TotalValueChar": "sample string 15",
    "DeliveryTypeDescr": "sample string 16",
    "UserUUIDCur": "8d847296-59d0-4dcf-9df0-4903d60f936f"
  },
  {
    "DeliveryTypeID": 1,
    "DeliveryTypeActive": true,
    "ShowAppart": true,
    "ShowBuilding": true,
    "AddressSearch": true,
    "AddressUUID": "8a2b6ec4-4e06-4082-bf70-bd0f926ac722",
    "CityTypeUUID": "1e791d8f-0c92-4cc5-ac93-624ccd530513",
    "CityUUID": "7f1d4003-af63-4b14-b44b-c1024cc677f3",
    "StreetTypeUUID": "6fe33155-4130-4917-9a2e-f922d346ae45",
    "StreetUUID": "543b816e-2204-47fe-afd8-8be97378ae55",
    "Address": "sample string 5",
    "Appart": "sample string 6",
    "Post": "sample string 7",
    "PostSearch": true,
    "PostCode": "sample string 9",
    "Building": "sample string 10",
    "ConfirmButtonChar": "sample string 11",
    "DistChar": "sample string 12",
    "TimeChar": "sample string 13",
    "DeliveryTypeName": "sample string 14",
    "TotalValueChar": "sample string 15",
    "DeliveryTypeDescr": "sample string 16",
    "UserUUIDCur": "8d847296-59d0-4dcf-9df0-4903d60f936f"
  }
]