GET api/Transaction
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Transaction| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ParentTransactionId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| SuperAffiliateId | globally unique identifier |
None. |
|
| AffiliateId | globally unique identifier |
None. |
|
| CellNumber | string |
None. |
|
| Suffix | string |
None. |
|
| AmountInCents | integer |
None. |
|
| PaymentSourceId | integer |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| ProductTarget | string |
None. |
|
| SupplierId | integer |
None. |
|
| StatusId | integer |
None. |
|
| StatusDescription | string |
None. |
|
| CreateDateTimeUtc | date |
None. |
|
| ClosedDateTimeUtc | date |
None. |
|
| StatementDateUtc | date |
None. |
|
| SupportReferenceId | integer |
None. |
|
| SupportComment | string |
None. |
|
| CreateUserId | globally unique identifier |
None. |
|
| DuplicateCheckUserId | globally unique identifier |
None. |
|
| SupplierCommissionAmountInCents | integer |
None. |
|
| AffiliateCommissionAmountInCents | integer |
None. |
|
| TimeStamp | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "f0448114-6cda-4268-9c9e-6fe827d601a7",
"parent-transaction-id": "3a8c2313-7d84-4cde-92e6-af099c155ff4",
"customer-id": "3a6f571f-fcce-496f-beac-3f682915d646",
"super-affiliate-id": "eccc0846-a58b-455a-8d6f-867c0539c28c",
"affiliate-id": "24504972-bf74-4825-8b31-4e8670b2f1e2",
"cell-number": "sample string 6",
"suffix": "sample string 7",
"amount-in-cents": 8,
"payment-source-id": 9,
"product-id": "cf36f9b1-21e7-4b81-b960-8e1d0aae5d23",
"product-target": "sample string 11",
"supplier-id": 12,
"status-id": 13,
"status-description": "sample string 14",
"create-date-time-utc": "2026-07-30T03:14:22.1435382+00:00",
"closed-date-time-utc": "2026-07-30T03:14:22.1435382+00:00",
"statement-date-utc": "2026-07-30T03:14:22.1435382+00:00",
"support-reference-id": 18,
"support-comment": "sample string 19",
"create-user-id": "9061f509-1c7f-4369-b1fe-9347e5ece9b5",
"duplicate-check-user-id": "3bf7c293-0e80-4984-be66-9ca589f52692",
"supplier-commission-amount-in-cents": 22,
"affiliate-commission-amount-in-cents": 23,
"time-stamp": "QEA="
},
{
"id": "f0448114-6cda-4268-9c9e-6fe827d601a7",
"parent-transaction-id": "3a8c2313-7d84-4cde-92e6-af099c155ff4",
"customer-id": "3a6f571f-fcce-496f-beac-3f682915d646",
"super-affiliate-id": "eccc0846-a58b-455a-8d6f-867c0539c28c",
"affiliate-id": "24504972-bf74-4825-8b31-4e8670b2f1e2",
"cell-number": "sample string 6",
"suffix": "sample string 7",
"amount-in-cents": 8,
"payment-source-id": 9,
"product-id": "cf36f9b1-21e7-4b81-b960-8e1d0aae5d23",
"product-target": "sample string 11",
"supplier-id": 12,
"status-id": 13,
"status-description": "sample string 14",
"create-date-time-utc": "2026-07-30T03:14:22.1435382+00:00",
"closed-date-time-utc": "2026-07-30T03:14:22.1435382+00:00",
"statement-date-utc": "2026-07-30T03:14:22.1435382+00:00",
"support-reference-id": 18,
"support-comment": "sample string 19",
"create-user-id": "9061f509-1c7f-4369-b1fe-9347e5ece9b5",
"duplicate-check-user-id": "3bf7c293-0e80-4984-be66-9ca589f52692",
"supplier-commission-amount-in-cents": 22,
"affiliate-commission-amount-in-cents": 23,
"time-stamp": "QEA="
}
]
application/xml, text/xml
Sample:
<ArrayOfTransaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caprica.Models">
<Transaction>
<AffiliateCommissionAmountInCents>23</AffiliateCommissionAmountInCents>
<AffiliateId>24504972-bf74-4825-8b31-4e8670b2f1e2</AffiliateId>
<AmountInCents>8</AmountInCents>
<CellNumber>sample string 6</CellNumber>
<ClosedDateTimeUtc>2026-07-30T03:14:22.1435382+00:00</ClosedDateTimeUtc>
<CreateDateTimeUtc>2026-07-30T03:14:22.1435382+00:00</CreateDateTimeUtc>
<CreateUserId>9061f509-1c7f-4369-b1fe-9347e5ece9b5</CreateUserId>
<CustomerId>3a6f571f-fcce-496f-beac-3f682915d646</CustomerId>
<DuplicateCheckUserId>3bf7c293-0e80-4984-be66-9ca589f52692</DuplicateCheckUserId>
<Id>f0448114-6cda-4268-9c9e-6fe827d601a7</Id>
<ParentTransactionId>3a8c2313-7d84-4cde-92e6-af099c155ff4</ParentTransactionId>
<PaymentSourceId>9</PaymentSourceId>
<ProductId>cf36f9b1-21e7-4b81-b960-8e1d0aae5d23</ProductId>
<ProductTarget>sample string 11</ProductTarget>
<StatementDateUtc>2026-07-30T03:14:22.1435382+00:00</StatementDateUtc>
<StatusDescription>sample string 14</StatusDescription>
<StatusId>13</StatusId>
<Suffix>sample string 7</Suffix>
<SuperAffiliateId>eccc0846-a58b-455a-8d6f-867c0539c28c</SuperAffiliateId>
<SupplierCommissionAmountInCents>22</SupplierCommissionAmountInCents>
<SupplierId>12</SupplierId>
<SupportComment>sample string 19</SupportComment>
<SupportReferenceId>18</SupportReferenceId>
<TimeStamp>QEA=</TimeStamp>
</Transaction>
<Transaction>
<AffiliateCommissionAmountInCents>23</AffiliateCommissionAmountInCents>
<AffiliateId>24504972-bf74-4825-8b31-4e8670b2f1e2</AffiliateId>
<AmountInCents>8</AmountInCents>
<CellNumber>sample string 6</CellNumber>
<ClosedDateTimeUtc>2026-07-30T03:14:22.1435382+00:00</ClosedDateTimeUtc>
<CreateDateTimeUtc>2026-07-30T03:14:22.1435382+00:00</CreateDateTimeUtc>
<CreateUserId>9061f509-1c7f-4369-b1fe-9347e5ece9b5</CreateUserId>
<CustomerId>3a6f571f-fcce-496f-beac-3f682915d646</CustomerId>
<DuplicateCheckUserId>3bf7c293-0e80-4984-be66-9ca589f52692</DuplicateCheckUserId>
<Id>f0448114-6cda-4268-9c9e-6fe827d601a7</Id>
<ParentTransactionId>3a8c2313-7d84-4cde-92e6-af099c155ff4</ParentTransactionId>
<PaymentSourceId>9</PaymentSourceId>
<ProductId>cf36f9b1-21e7-4b81-b960-8e1d0aae5d23</ProductId>
<ProductTarget>sample string 11</ProductTarget>
<StatementDateUtc>2026-07-30T03:14:22.1435382+00:00</StatementDateUtc>
<StatusDescription>sample string 14</StatusDescription>
<StatusId>13</StatusId>
<Suffix>sample string 7</Suffix>
<SuperAffiliateId>eccc0846-a58b-455a-8d6f-867c0539c28c</SuperAffiliateId>
<SupplierCommissionAmountInCents>22</SupplierCommissionAmountInCents>
<SupplierId>12</SupplierId>
<SupportComment>sample string 19</SupportComment>
<SupportReferenceId>18</SupportReferenceId>
<TimeStamp>QEA=</TimeStamp>
</Transaction>
</ArrayOfTransaction>