GET api/GetNextPendingTransactionAndMarkAsInProgressRequest?supplierId={supplierId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| supplierId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "b21bcab9-211f-44a9-8b3a-593bee4db113",
"parent-transaction-id": "ee3397ff-bf2d-478a-9b16-5af169c745f6",
"customer-id": "ee9cd548-657d-4853-b2b2-11f3a274c2bf",
"super-affiliate-id": "98935ce3-28ca-4342-afb3-8103c855bb06",
"affiliate-id": "30d0813b-40d4-4e0b-b862-dacfc9e4d2cf",
"cell-number": "sample string 6",
"suffix": "sample string 7",
"amount-in-cents": 8,
"payment-source-id": 9,
"product-id": "79444e43-66fb-48ad-8496-07c3677b928e",
"product-target": "sample string 11",
"supplier-id": 12,
"status-id": 13,
"status-description": "sample string 14",
"create-date-time-utc": "2026-06-12T09:27:55.7602625+00:00",
"closed-date-time-utc": "2026-06-12T09:27:55.7602625+00:00",
"statement-date-utc": "2026-06-12T09:27:55.7602625+00:00",
"support-reference-id": 18,
"support-comment": "sample string 19",
"create-user-id": "de8736ac-c8da-4915-9850-431238c1fbeb",
"duplicate-check-user-id": "0419f7d3-04bb-44a1-8a30-d5aa9c7b992b",
"supplier-commission-amount-in-cents": 22,
"affiliate-commission-amount-in-cents": 23,
"time-stamp": "QEA="
}
application/xml, text/xml
Sample:
<Transaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caprica.Models"> <AffiliateCommissionAmountInCents>23</AffiliateCommissionAmountInCents> <AffiliateId>30d0813b-40d4-4e0b-b862-dacfc9e4d2cf</AffiliateId> <AmountInCents>8</AmountInCents> <CellNumber>sample string 6</CellNumber> <ClosedDateTimeUtc>2026-06-12T09:27:55.7602625+00:00</ClosedDateTimeUtc> <CreateDateTimeUtc>2026-06-12T09:27:55.7602625+00:00</CreateDateTimeUtc> <CreateUserId>de8736ac-c8da-4915-9850-431238c1fbeb</CreateUserId> <CustomerId>ee9cd548-657d-4853-b2b2-11f3a274c2bf</CustomerId> <DuplicateCheckUserId>0419f7d3-04bb-44a1-8a30-d5aa9c7b992b</DuplicateCheckUserId> <Id>b21bcab9-211f-44a9-8b3a-593bee4db113</Id> <ParentTransactionId>ee3397ff-bf2d-478a-9b16-5af169c745f6</ParentTransactionId> <PaymentSourceId>9</PaymentSourceId> <ProductId>79444e43-66fb-48ad-8496-07c3677b928e</ProductId> <ProductTarget>sample string 11</ProductTarget> <StatementDateUtc>2026-06-12T09:27:55.7602625+00:00</StatementDateUtc> <StatusDescription>sample string 14</StatusDescription> <StatusId>13</StatusId> <Suffix>sample string 7</Suffix> <SuperAffiliateId>98935ce3-28ca-4342-afb3-8103c855bb06</SuperAffiliateId> <SupplierCommissionAmountInCents>22</SupplierCommissionAmountInCents> <SupplierId>12</SupplierId> <SupportComment>sample string 19</SupportComment> <SupportReferenceId>18</SupportReferenceId> <TimeStamp>QEA=</TimeStamp> </Transaction>