GET api/paymentmethod/{id}
שליפה של אמצעי תשלום עפ"י מזהה
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
מזהה יחודי של אמצעי התשלום |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
אמצעי תשלום
ucc_payment_method| Name | Description | Type | Additional 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": "ed1636a3-a06e-4ace-8bf1-ec5964273185",
"createdOn": "2026-06-03T18:11:07.0228502+00:00",
"modifiedOn": "2026-06-03T18:11:07.0228502+00:00"
}
application/xml, text/xml
Sample:
<ucc_payment_method xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel"> <CreatedOn>2026-06-03T18:11:07.0228502+00:00</CreatedOn> <Id>ed1636a3-a06e-4ace-8bf1-ec5964273185</Id> <ModifiedOn>2026-06-03T18:11:07.0228502+00:00</ModifiedOn> <ucc_Serial_Number>sample string 1</ucc_Serial_Number> <ucc_creditcardcompain>OPT1</ucc_creditcardcompain> </ucc_payment_method>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.