GET api/paymentmethod/{skip}/{take}

Retrieve all items using skip/take bulk paging. page=skip/take or skip=page*take or take=page*skip

Request Information

URI Parameters

NameDescriptionTypeAdditional information
skip

Index of the first record to take (Min:0)

integer

Required

take

Maximum counted records to be taken in the results (Max:100)

integer

Required

Body Parameters

None.

Response Information

Resource Description

List Of Items

Collection of ucc_payment_method
NameDescriptionTypeAdditional information
ucc_Serial_Number

string

None.

ucc_creditcardcompain

CreditCardCompanyClearer

None.

Id

Dynamics 365 primary key.

globally unique identifier

None.

CreatedOn

נוצר ב

date

None.

ModifiedOn

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ucc_Serial_Number": "sample string 1",
    "ucc_creditcardcompain": 1,
    "id": "14b83283-600e-4630-89c2-03d9fc8225dd",
    "createdOn": "2026-06-03T18:11:42.7768236+00:00",
    "modifiedOn": "2026-06-03T18:11:42.7768236+00:00"
  },
  {
    "ucc_Serial_Number": "sample string 1",
    "ucc_creditcardcompain": 1,
    "id": "14b83283-600e-4630-89c2-03d9fc8225dd",
    "createdOn": "2026-06-03T18:11:42.7768236+00:00",
    "modifiedOn": "2026-06-03T18:11:42.7768236+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfucc_payment_method xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
  <ucc_payment_method>
    <CreatedOn>2026-06-03T18:11:42.7768236+00:00</CreatedOn>
    <Id>14b83283-600e-4630-89c2-03d9fc8225dd</Id>
    <ModifiedOn>2026-06-03T18:11:42.7768236+00:00</ModifiedOn>
    <ucc_Serial_Number>sample string 1</ucc_Serial_Number>
    <ucc_creditcardcompain>OPT1</ucc_creditcardcompain>
  </ucc_payment_method>
  <ucc_payment_method>
    <CreatedOn>2026-06-03T18:11:42.7768236+00:00</CreatedOn>
    <Id>14b83283-600e-4630-89c2-03d9fc8225dd</Id>
    <ModifiedOn>2026-06-03T18:11:42.7768236+00:00</ModifiedOn>
    <ucc_Serial_Number>sample string 1</ucc_Serial_Number>
    <ucc_creditcardcompain>OPT1</ucc_creditcardcompain>
  </ucc_payment_method>
</ArrayOfucc_payment_method>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.