GET api/Order/PaymentCredit/CreditAccounts?repDID={repDID}&customerDID={customerDID}&creditAccountId={creditAccountId}&isAvailableForParty={isAvailableForParty}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| repDID | string |
Required |
|
| customerDID | string |
Default value is |
|
| creditAccountId | integer |
None. |
|
| isAvailableForParty | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
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.