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": "f72151fe-5a38-4b94-a357-33c352196474",
"UserUUIDCur": "85b1d3dd-62cd-4376-8cef-0139878b0a15",
"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": "405c21e7-6c03-4d2d-af6e-80a3a6ef5e88"
},
{
"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": "405c21e7-6c03-4d2d-af6e-80a3a6ef5e88"
}
]