GET v1/paymentMethodSharingOverrideSummary/GetAll?pageSize={pageSize}&parentCustomerId={parentCustomerId}&paymentMethodId={paymentMethodId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageSize | integer |
Required |
|
| parentCustomerId | integer |
Required |
|
| paymentMethodId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Common.Dto.Get.PaymentMethodSharingOverrideSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
None. |
|
| paymentMethodSharingId | integer |
None. |
|
| paymentMethodId | integer |
None. |
|
| sharing | boolean |
None. |
|
| companyName | string |
None. |
|
| firstName | string |
None. |
|
| lastName | string |
None. |
|
| middleName | string |
None. |
|
| customerReference | string |
None. |
|
| nextBillingDate | date |
None. |
|
| primaryEmail | string |
None. |
|
| primaryPhone | string |
None. |
|
| status | string |
None. |
|
| accountingStatus | string |
None. |
|
| isParentPaymentMethod | boolean |
None. |
|
| paymentMethod | string |
None. |
|
| id | integer |
None. |
|
| uri | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"customerId": 1,
"paymentMethodSharingId": 1,
"paymentMethodId": 1,
"sharing": true,
"companyName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"customerReference": "sample string 6",
"nextBillingDate": "2025-11-03T19:47:13.6187552+00:00",
"primaryEmail": "sample string 7",
"primaryPhone": "sample string 8",
"status": "sample string 9",
"accountingStatus": "sample string 10",
"isParentPaymentMethod": true,
"paymentMethod": "sample string 12",
"id": 13,
"uri": "sample string 14"
},
{
"customerId": 1,
"paymentMethodSharingId": 1,
"paymentMethodId": 1,
"sharing": true,
"companyName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"customerReference": "sample string 6",
"nextBillingDate": "2025-11-03T19:47:13.6187552+00:00",
"primaryEmail": "sample string 7",
"primaryPhone": "sample string 8",
"status": "sample string 9",
"accountingStatus": "sample string 10",
"isParentPaymentMethod": true,
"paymentMethod": "sample string 12",
"id": 13,
"uri": "sample string 14"
}
]