GET v1/paymentMethodSharingOverrideSummary/GetAll?pageSize={pageSize}&parentCustomerId={parentCustomerId}&paymentMethodId={paymentMethodId}

Documentation for 'GetAll'.

Request Information

Parameters

NameDescriptionAdditional information
pageSize
Documentation for 'pageSize'.

Define this parameter in the request URI.

parentCustomerId
Documentation for 'parentCustomerId'.

Define this parameter in the request URI.

paymentMethodId
Documentation for 'paymentMethodId'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
Click to beautify!
[
  {
    "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": "2024-05-03T05:50:14.4517424+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": "2024-05-03T05:50:14.4517424+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": "2024-05-03T05:50:14.4517424+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"
  }
]

application/xml, text/xml

Sample:
Click to beautify!
<ArrayOfPaymentMethodSharingOverrideSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Get">
  <PaymentMethodSharingOverrideSummary>
    <Id>13</Id>
    <Uri>sample string 14</Uri>
    <AccountingStatus>sample string 10</AccountingStatus>
    <CompanyName>sample string 2</CompanyName>
    <CustomerId>1</CustomerId>
    <CustomerReference>sample string 6</CustomerReference>
    <FirstName>sample string 3</FirstName>
    <IsParentPaymentMethod>true</IsParentPaymentMethod>
    <LastName>sample string 4</LastName>
    <MiddleName>sample string 5</MiddleName>
    <NextBillingDate>2024-05-03T05:50:14.4517424+00:00</NextBillingDate>
    <PaymentMethod>sample string 12</PaymentMethod>
    <PaymentMethodId>1</PaymentMethodId>
    <PaymentMethodSharingId>1</PaymentMethodSharingId>
    <PrimaryEmail>sample string 7</PrimaryEmail>
    <PrimaryPhone>sample string 8</PrimaryPhone>
    <Sharing>true</Sharing>
    <Status>sample string 9</Status>
  </PaymentMethodSharingOverrideSummary>
  <PaymentMethodSharingOverrideSummary>
    <Id>13</Id>
    <Uri>sample string 14</Uri>
    <AccountingStatus>sample string 10</AccountingStatus>
    <CompanyName>sample string 2</CompanyName>
    <CustomerId>1</CustomerId>
    <CustomerReference>sample string 6</CustomerReference>
    <FirstName>sample string 3</FirstName>
    <IsParentPaymentMethod>true</IsParentPaymentMethod>
    <LastName>sample string 4</LastName>
    <MiddleName>sample string 5</MiddleName>
    <NextBillingDate>2024-05-03T05:50:14.4517424+00:00</NextBillingDate>
    <PaymentMethod>sample string 12</PaymentMethod>
    <PaymentMethodId>1</PaymentMethodId>
    <PaymentMethodSharingId>1</PaymentMethodSharingId>
    <PrimaryEmail>sample string 7</PrimaryEmail>
    <PrimaryPhone>sample string 8</PrimaryPhone>
    <Sharing>true</Sharing>
    <Status>sample string 9</Status>
  </PaymentMethodSharingOverrideSummary>
  <PaymentMethodSharingOverrideSummary>
    <Id>13</Id>
    <Uri>sample string 14</Uri>
    <AccountingStatus>sample string 10</AccountingStatus>
    <CompanyName>sample string 2</CompanyName>
    <CustomerId>1</CustomerId>
    <CustomerReference>sample string 6</CustomerReference>
    <FirstName>sample string 3</FirstName>
    <IsParentPaymentMethod>true</IsParentPaymentMethod>
    <LastName>sample string 4</LastName>
    <MiddleName>sample string 5</MiddleName>
    <NextBillingDate>2024-05-03T05:50:14.4517424+00:00</NextBillingDate>
    <PaymentMethod>sample string 12</PaymentMethod>
    <PaymentMethodId>1</PaymentMethodId>
    <PaymentMethodSharingId>1</PaymentMethodSharingId>
    <PrimaryEmail>sample string 7</PrimaryEmail>
    <PrimaryPhone>sample string 8</PrimaryPhone>
    <Sharing>true</Sharing>
    <Status>sample string 9</Status>
  </PaymentMethodSharingOverrideSummary>
</ArrayOfPaymentMethodSharingOverrideSummary>