POST api/AppOrder/AppSaveCartPaymentType
AppSaveCartPaymentType
Request Information
URI Parameters
None.
Body Parameters
AppSaveCartPaymentType| Name | Description | Type | Additional 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": "caa3f0e2-daa2-4e1e-b195-6a2673852d44",
"UserUUIDCur": "67ff102b-4d42-422e-a21a-ee1ca4d79c20",
"card_token": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetPaymentType_Response| Name | Description | Type | Additional 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": "8e964b98-2e28-420f-b9be-2bdfe11c77d3"
},
{
"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": "8e964b98-2e28-420f-b9be-2bdfe11c77d3"
}
]