GET api/Payments/PartyPaymentOption/Credits?partyId={partyId}&orderId={orderId}

Retrieves the Credits payment options.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
partyId

The party identifier (optional).

integer

None.

orderId

The order identifier (optional).

integer

None.

Body Parameters

None.

Response Information

Resource Description

The Credits payment options.

Collection of ICreditAccountViewModel
NameDescriptionTypeAdditional information
CreditAccountId

integer

None.

CreditAccountDescription

string

None.

Description

string

None.

Amount

decimal number

None.

CurrencyTypeID

integer

None.

Priority

integer

None.

IsAvailableForParty

boolean

None.

RedemptionLimitationMessage

string

None.

AccountTotal

decimal number

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.