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": "f10065ac-e8c3-4b98-92c0-8e8b56641b88",
"parent-transaction-id": "e9e14a47-d819-46c5-9f3c-3603d24df4db",
"customer-id": "ea75c4dd-a4f1-4161-ae50-ab66c8d372ed",
"super-affiliate-id": "9bb13376-25bd-4daf-9f4a-463871722167",
"affiliate-id": "883696f7-b1a3-427e-ba6a-e5e1c8eaaef7",
"cell-number": "sample string 6",
"suffix": "sample string 7",
"amount-in-cents": 8,
"payment-source-id": 9,
"product-id": "8f64f73d-e28d-4b58-8e09-88057dba021b",
"product-target": "sample string 11",
"supplier-id": 12,
"status-id": 13,
"status-description": "sample string 14",
"create-date-time-utc": "2026-06-12T09:22:38.9824139+00:00",
"closed-date-time-utc": "2026-06-12T09:22:38.9824139+00:00",
"statement-date-utc": "2026-06-12T09:22:38.9824139+00:00",
"support-reference-id": 18,
"support-comment": "sample string 19",
"create-user-id": "87cb0a79-9331-4e8f-89c9-2521e68e8303",
"duplicate-check-user-id": "01d26db5-f24d-4aae-890a-9e47dd0cd0c9",
"supplier-commission-amount-in-cents": 22,
"affiliate-commission-amount-in-cents": 23,
"time-stamp": "QEA="
},
{
"id": "f10065ac-e8c3-4b98-92c0-8e8b56641b88",
"parent-transaction-id": "e9e14a47-d819-46c5-9f3c-3603d24df4db",
"customer-id": "ea75c4dd-a4f1-4161-ae50-ab66c8d372ed",
"super-affiliate-id": "9bb13376-25bd-4daf-9f4a-463871722167",
"affiliate-id": "883696f7-b1a3-427e-ba6a-e5e1c8eaaef7",
"cell-number": "sample string 6",
"suffix": "sample string 7",
"amount-in-cents": 8,
"payment-source-id": 9,
"product-id": "8f64f73d-e28d-4b58-8e09-88057dba021b",
"product-target": "sample string 11",
"supplier-id": 12,
"status-id": 13,
"status-description": "sample string 14",
"create-date-time-utc": "2026-06-12T09:22:38.9824139+00:00",
"closed-date-time-utc": "2026-06-12T09:22:38.9824139+00:00",
"statement-date-utc": "2026-06-12T09:22:38.9824139+00:00",
"support-reference-id": 18,
"support-comment": "sample string 19",
"create-user-id": "87cb0a79-9331-4e8f-89c9-2521e68e8303",
"duplicate-check-user-id": "01d26db5-f24d-4aae-890a-9e47dd0cd0c9",
"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>883696f7-b1a3-427e-ba6a-e5e1c8eaaef7</AffiliateId>
<AmountInCents>8</AmountInCents>
<CellNumber>sample string 6</CellNumber>
<ClosedDateTimeUtc>2026-06-12T09:22:38.9824139+00:00</ClosedDateTimeUtc>
<CreateDateTimeUtc>2026-06-12T09:22:38.9824139+00:00</CreateDateTimeUtc>
<CreateUserId>87cb0a79-9331-4e8f-89c9-2521e68e8303</CreateUserId>
<CustomerId>ea75c4dd-a4f1-4161-ae50-ab66c8d372ed</CustomerId>
<DuplicateCheckUserId>01d26db5-f24d-4aae-890a-9e47dd0cd0c9</DuplicateCheckUserId>
<Id>f10065ac-e8c3-4b98-92c0-8e8b56641b88</Id>
<ParentTransactionId>e9e14a47-d819-46c5-9f3c-3603d24df4db</ParentTransactionId>
<PaymentSourceId>9</PaymentSourceId>
<ProductId>8f64f73d-e28d-4b58-8e09-88057dba021b</ProductId>
<ProductTarget>sample string 11</ProductTarget>
<StatementDateUtc>2026-06-12T09:22:38.9824139+00:00</StatementDateUtc>
<StatusDescription>sample string 14</StatusDescription>
<StatusId>13</StatusId>
<Suffix>sample string 7</Suffix>
<SuperAffiliateId>9bb13376-25bd-4daf-9f4a-463871722167</SuperAffiliateId>
<SupplierCommissionAmountInCents>22</SupplierCommissionAmountInCents>
<SupplierId>12</SupplierId>
<SupportComment>sample string 19</SupportComment>
<SupportReferenceId>18</SupportReferenceId>
<TimeStamp>QEA=</TimeStamp>
</Transaction>
<Transaction>
<AffiliateCommissionAmountInCents>23</AffiliateCommissionAmountInCents>
<AffiliateId>883696f7-b1a3-427e-ba6a-e5e1c8eaaef7</AffiliateId>
<AmountInCents>8</AmountInCents>
<CellNumber>sample string 6</CellNumber>
<ClosedDateTimeUtc>2026-06-12T09:22:38.9824139+00:00</ClosedDateTimeUtc>
<CreateDateTimeUtc>2026-06-12T09:22:38.9824139+00:00</CreateDateTimeUtc>
<CreateUserId>87cb0a79-9331-4e8f-89c9-2521e68e8303</CreateUserId>
<CustomerId>ea75c4dd-a4f1-4161-ae50-ab66c8d372ed</CustomerId>
<DuplicateCheckUserId>01d26db5-f24d-4aae-890a-9e47dd0cd0c9</DuplicateCheckUserId>
<Id>f10065ac-e8c3-4b98-92c0-8e8b56641b88</Id>
<ParentTransactionId>e9e14a47-d819-46c5-9f3c-3603d24df4db</ParentTransactionId>
<PaymentSourceId>9</PaymentSourceId>
<ProductId>8f64f73d-e28d-4b58-8e09-88057dba021b</ProductId>
<ProductTarget>sample string 11</ProductTarget>
<StatementDateUtc>2026-06-12T09:22:38.9824139+00:00</StatementDateUtc>
<StatusDescription>sample string 14</StatusDescription>
<StatusId>13</StatusId>
<Suffix>sample string 7</Suffix>
<SuperAffiliateId>9bb13376-25bd-4daf-9f4a-463871722167</SuperAffiliateId>
<SupplierCommissionAmountInCents>22</SupplierCommissionAmountInCents>
<SupplierId>12</SupplierId>
<SupportComment>sample string 19</SupportComment>
<SupportReferenceId>18</SupportReferenceId>
<TimeStamp>QEA=</TimeStamp>
</Transaction>
</ArrayOfTransaction>