GET api/Payments/PartyPaymentOption/Credits?partyId={partyId}&orderId={orderId}
Retrieves the Credits payment options.
Request Information
URI Parameters
| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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.