GET v1/paymentMethodSharingOverrideSummary/getSharedPaymentMethodsCount?customerId={customerId}&accountId={accountId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

integer

Required

accountId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Common.Dto.Get.SharedPaymentMethodsCount
NameDescriptionTypeAdditional information
paymentMethodId

integer

None.

count

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "paymentMethodId": 1,
    "count": 2
  },
  {
    "paymentMethodId": 1,
    "count": 2
  }
]