POST api/AppOrder/AppGetPaymentType
AppGetPaymentType
Request Information
URI Parameters
None.
Body Parameters
AppGetPaymentType| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "1b0dad35-8547-40dd-aa3d-fc957c07210d"
}
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": "5f11c9ca-e938-4645-827b-2f440f7ae5cf"
},
{
"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": "5f11c9ca-e938-4645-827b-2f440f7ae5cf"
}
]