POST api/v1/Payment/Installments

Request Information

URI Parameters

None.

Body Parameters

CardInfo
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.