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": "bfcf32fd-52ae-4dd7-8356-2641b426db87",
"parent-transaction-id": "84d74983-194f-4ea6-bc61-c8071f14354f",
"customer-id": "ae9fb587-fb1b-4e84-9f8b-d4dac0128955",
"super-affiliate-id": "e3a66d27-f3a1-4e5f-8c95-3fc7190f296a",
"affiliate-id": "e69595a7-fda9-4927-9cad-9d422da99682",
"cell-number": "sample string 6",
"suffix": "sample string 7",
"amount-in-cents": 8,
"payment-source-id": 9,
"product-id": "bf0fb3e9-f110-4e15-bfca-b751f5329a97",
"product-target": "sample string 11",
"supplier-id": 12,
"status-id": 13,
"status-description": "sample string 14",
"create-date-time-utc": "2026-02-20T11:39:59.549327+00:00",
"closed-date-time-utc": "2026-02-20T11:39:59.549327+00:00",
"statement-date-utc": "2026-02-20T11:39:59.549327+00:00",
"support-reference-id": 18,
"support-comment": "sample string 19",
"create-user-id": "3b7542d1-b3aa-4ab2-9860-c629ecaff159",
"duplicate-check-user-id": "133f0f32-4105-411e-8ad9-f73fea97740e",
"supplier-commission-amount-in-cents": 22,
"affiliate-commission-amount-in-cents": 23,
"time-stamp": "QEA="
},
{
"id": "bfcf32fd-52ae-4dd7-8356-2641b426db87",
"parent-transaction-id": "84d74983-194f-4ea6-bc61-c8071f14354f",
"customer-id": "ae9fb587-fb1b-4e84-9f8b-d4dac0128955",
"super-affiliate-id": "e3a66d27-f3a1-4e5f-8c95-3fc7190f296a",
"affiliate-id": "e69595a7-fda9-4927-9cad-9d422da99682",
"cell-number": "sample string 6",
"suffix": "sample string 7",
"amount-in-cents": 8,
"payment-source-id": 9,
"product-id": "bf0fb3e9-f110-4e15-bfca-b751f5329a97",
"product-target": "sample string 11",
"supplier-id": 12,
"status-id": 13,
"status-description": "sample string 14",
"create-date-time-utc": "2026-02-20T11:39:59.549327+00:00",
"closed-date-time-utc": "2026-02-20T11:39:59.549327+00:00",
"statement-date-utc": "2026-02-20T11:39:59.549327+00:00",
"support-reference-id": 18,
"support-comment": "sample string 19",
"create-user-id": "3b7542d1-b3aa-4ab2-9860-c629ecaff159",
"duplicate-check-user-id": "133f0f32-4105-411e-8ad9-f73fea97740e",
"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>e69595a7-fda9-4927-9cad-9d422da99682</AffiliateId>
<AmountInCents>8</AmountInCents>
<CellNumber>sample string 6</CellNumber>
<ClosedDateTimeUtc>2026-02-20T11:39:59.549327+00:00</ClosedDateTimeUtc>
<CreateDateTimeUtc>2026-02-20T11:39:59.549327+00:00</CreateDateTimeUtc>
<CreateUserId>3b7542d1-b3aa-4ab2-9860-c629ecaff159</CreateUserId>
<CustomerId>ae9fb587-fb1b-4e84-9f8b-d4dac0128955</CustomerId>
<DuplicateCheckUserId>133f0f32-4105-411e-8ad9-f73fea97740e</DuplicateCheckUserId>
<Id>bfcf32fd-52ae-4dd7-8356-2641b426db87</Id>
<ParentTransactionId>84d74983-194f-4ea6-bc61-c8071f14354f</ParentTransactionId>
<PaymentSourceId>9</PaymentSourceId>
<ProductId>bf0fb3e9-f110-4e15-bfca-b751f5329a97</ProductId>
<ProductTarget>sample string 11</ProductTarget>
<StatementDateUtc>2026-02-20T11:39:59.549327+00:00</StatementDateUtc>
<StatusDescription>sample string 14</StatusDescription>
<StatusId>13</StatusId>
<Suffix>sample string 7</Suffix>
<SuperAffiliateId>e3a66d27-f3a1-4e5f-8c95-3fc7190f296a</SuperAffiliateId>
<SupplierCommissionAmountInCents>22</SupplierCommissionAmountInCents>
<SupplierId>12</SupplierId>
<SupportComment>sample string 19</SupportComment>
<SupportReferenceId>18</SupportReferenceId>
<TimeStamp>QEA=</TimeStamp>
</Transaction>
<Transaction>
<AffiliateCommissionAmountInCents>23</AffiliateCommissionAmountInCents>
<AffiliateId>e69595a7-fda9-4927-9cad-9d422da99682</AffiliateId>
<AmountInCents>8</AmountInCents>
<CellNumber>sample string 6</CellNumber>
<ClosedDateTimeUtc>2026-02-20T11:39:59.549327+00:00</ClosedDateTimeUtc>
<CreateDateTimeUtc>2026-02-20T11:39:59.549327+00:00</CreateDateTimeUtc>
<CreateUserId>3b7542d1-b3aa-4ab2-9860-c629ecaff159</CreateUserId>
<CustomerId>ae9fb587-fb1b-4e84-9f8b-d4dac0128955</CustomerId>
<DuplicateCheckUserId>133f0f32-4105-411e-8ad9-f73fea97740e</DuplicateCheckUserId>
<Id>bfcf32fd-52ae-4dd7-8356-2641b426db87</Id>
<ParentTransactionId>84d74983-194f-4ea6-bc61-c8071f14354f</ParentTransactionId>
<PaymentSourceId>9</PaymentSourceId>
<ProductId>bf0fb3e9-f110-4e15-bfca-b751f5329a97</ProductId>
<ProductTarget>sample string 11</ProductTarget>
<StatementDateUtc>2026-02-20T11:39:59.549327+00:00</StatementDateUtc>
<StatusDescription>sample string 14</StatusDescription>
<StatusId>13</StatusId>
<Suffix>sample string 7</Suffix>
<SuperAffiliateId>e3a66d27-f3a1-4e5f-8c95-3fc7190f296a</SuperAffiliateId>
<SupplierCommissionAmountInCents>22</SupplierCommissionAmountInCents>
<SupplierId>12</SupplierId>
<SupportComment>sample string 19</SupportComment>
<SupportReferenceId>18</SupportReferenceId>
<TimeStamp>QEA=</TimeStamp>
</Transaction>
</ArrayOfTransaction>