GET api/refunditemshistories/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
refunditemshistory| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| DateCreated | date |
None. |
|
| LastModified | date |
None. |
|
| TransactionId | integer |
None. |
|
| TransactionRef | string |
None. |
|
| ProductId | integer |
None. |
|
| SellingPrice | decimal number |
None. |
|
| Vat | decimal number |
None. |
|
| Markup | decimal number |
None. |
|
| VendorId | integer |
None. |
|
| SchoolId | integer |
None. |
|
| Refunded | boolean |
None. |
|
| DateRefunded | date |
None. |
|
| RefundedBy | string |
None. |
|
| Qty | decimal number |
None. |
|
| RefundId | integer |
None. |
|
| NewTransactionRef | string |
None. |
|
| NewTransactionId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"DateCreated": "2026-02-17T16:14:52.0440563+02:00",
"LastModified": "2026-02-17T16:14:52.0440563+02:00",
"TransactionId": 1,
"TransactionRef": "sample string 2",
"ProductId": 1,
"SellingPrice": 3.1,
"Vat": 4.1,
"Markup": 5.1,
"VendorId": 1,
"SchoolId": 1,
"Refunded": true,
"DateRefunded": "2026-02-17T16:14:52.0440563+02:00",
"RefundedBy": "sample string 7",
"Qty": 8.1,
"RefundId": 1,
"NewTransactionRef": "sample string 9",
"NewTransactionId": 1
}
application/xml, text/xml
Sample:
<refunditemshistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZakaPayAPI.Database"> <DateCreated>2026-02-17T16:14:52.0440563+02:00</DateCreated> <DateRefunded>2026-02-17T16:14:52.0440563+02:00</DateRefunded> <LastModified>2026-02-17T16:14:52.0440563+02:00</LastModified> <Markup>5.1</Markup> <NewTransactionId>1</NewTransactionId> <NewTransactionRef>sample string 9</NewTransactionRef> <ProductId>1</ProductId> <Qty>8.1</Qty> <RefundId>1</RefundId> <Refunded>true</Refunded> <RefundedBy>sample string 7</RefundedBy> <SchoolId>1</SchoolId> <SellingPrice>3.1</SellingPrice> <TransactionId>1</TransactionId> <TransactionRef>sample string 2</TransactionRef> <Vat>4.1</Vat> <VendorId>1</VendorId> <id>1</id> </refunditemshistory>