POST api/v1/Payment/Installments
Request Information
URI Parameters
None.
Body Parameters
CardInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentOptionId | integer |
None. |
|
| BasketId | integer |
None. |
|
| cardNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PaymentOptionId": 1,
"BasketId": 2,
"cardNumber": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.