POST api/AppOrder/AppSaveCartPaymentType

AppSaveCartPaymentType

Request Information

URI Parameters

None.

Body Parameters

AppSaveCartPaymentType
NameDescriptionTypeAdditional information
PaymentTypeID

integer

None.

CartUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

card_token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PaymentTypeID": 1,
  "CartUUID": "41b4c8f4-025c-471d-930c-b1d27fad71af",
  "UserUUIDCur": "9511faa2-448e-46a2-bb6f-ade24a1b9f92",
  "card_token": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetPaymentType_Response
NameDescriptionTypeAdditional information
PaymentTypeID

integer

None.

PaymentTypeName

string

None.

card_token

string

None.

ConfirmButtonChar

string

None.

TotalValueChar

string

None.

PaymentTypeDescr

string

None.

PaymentTypeActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PaymentTypeID": 1,
    "PaymentTypeName": "sample string 2",
    "card_token": "sample string 3",
    "ConfirmButtonChar": "sample string 4",
    "TotalValueChar": "sample string 5",
    "PaymentTypeDescr": "sample string 6",
    "PaymentTypeActive": true,
    "UserUUIDCur": "2f60b0b1-8be6-4be5-b76d-83c78350383c"
  },
  {
    "PaymentTypeID": 1,
    "PaymentTypeName": "sample string 2",
    "card_token": "sample string 3",
    "ConfirmButtonChar": "sample string 4",
    "TotalValueChar": "sample string 5",
    "PaymentTypeDescr": "sample string 6",
    "PaymentTypeActive": true,
    "UserUUIDCur": "2f60b0b1-8be6-4be5-b76d-83c78350383c"
  }
]