GET v1/paymentMethodSharingOverrideSummary/getSharedPaymentMethodsCount?customerId={customerId}&accountId={accountId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId | integer |
Required |
|
accountId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Common.Dto.Get.SharedPaymentMethodsCountName | Description | Type | Additional information |
---|---|---|---|
paymentMethodId | integer |
None. |
|
count | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "paymentMethodId": 1, "count": 2 }, { "paymentMethodId": 1, "count": 2 } ]