GET api/Order/PaymentCredit/CreditAccounts?repDID={repDID}&customerDID={customerDID}&creditAccountId={creditAccountId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
repDID | string |
Required |
|
customerDID | string |
Default value is |
|
creditAccountId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ICreditAccountViewModelName | Description | Type | Additional information |
---|---|---|---|
CreditAccountId | integer |
None. |
|
CreditAccountDescription | string |
None. |
|
Description | string |
None. |
|
Amount | decimal number |
None. |
|
CurrencyTypeID | integer |
None. |
|
Priority | integer |
None. |
|
RedemptionLimitationMessage | string |
None. |
|
AccountTotal | decimal number |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.