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": "132bdf39-ca67-49ea-9b00-575a7bbfeef7",
"parent-transaction-id": "21d6c30c-b4b4-4af1-90f5-194fd58452b2",
"customer-id": "3fa2b72b-a5cb-4c09-b281-5500fc801b4a",
"super-affiliate-id": "efd58a83-72a3-4ccd-b7ba-4949403cf6db",
"affiliate-id": "f8a7d8b0-db66-44e5-a97d-9bee98e1700f",
"cell-number": "sample string 6",
"suffix": "sample string 7",
"amount-in-cents": 8,
"payment-source-id": 9,
"product-id": "3ad7f251-11f8-4b4b-a626-898246ec94d9",
"product-target": "sample string 11",
"supplier-id": 12,
"status-id": 13,
"status-description": "sample string 14",
"create-date-time-utc": "2026-02-20T11:36:33.6754246+00:00",
"closed-date-time-utc": "2026-02-20T11:36:33.6754246+00:00",
"statement-date-utc": "2026-02-20T11:36:33.6754246+00:00",
"support-reference-id": 18,
"support-comment": "sample string 19",
"create-user-id": "ff9c6373-8287-4f1b-8fe2-12188165b5c9",
"duplicate-check-user-id": "9c4394ab-25db-453b-9a7d-e23c4054046e",
"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>f8a7d8b0-db66-44e5-a97d-9bee98e1700f</AffiliateId> <AmountInCents>8</AmountInCents> <CellNumber>sample string 6</CellNumber> <ClosedDateTimeUtc>2026-02-20T11:36:33.6754246+00:00</ClosedDateTimeUtc> <CreateDateTimeUtc>2026-02-20T11:36:33.6754246+00:00</CreateDateTimeUtc> <CreateUserId>ff9c6373-8287-4f1b-8fe2-12188165b5c9</CreateUserId> <CustomerId>3fa2b72b-a5cb-4c09-b281-5500fc801b4a</CustomerId> <DuplicateCheckUserId>9c4394ab-25db-453b-9a7d-e23c4054046e</DuplicateCheckUserId> <Id>132bdf39-ca67-49ea-9b00-575a7bbfeef7</Id> <ParentTransactionId>21d6c30c-b4b4-4af1-90f5-194fd58452b2</ParentTransactionId> <PaymentSourceId>9</PaymentSourceId> <ProductId>3ad7f251-11f8-4b4b-a626-898246ec94d9</ProductId> <ProductTarget>sample string 11</ProductTarget> <StatementDateUtc>2026-02-20T11:36:33.6754246+00:00</StatementDateUtc> <StatusDescription>sample string 14</StatusDescription> <StatusId>13</StatusId> <Suffix>sample string 7</Suffix> <SuperAffiliateId>efd58a83-72a3-4ccd-b7ba-4949403cf6db</SuperAffiliateId> <SupplierCommissionAmountInCents>22</SupplierCommissionAmountInCents> <SupplierId>12</SupplierId> <SupportComment>sample string 19</SupportComment> <SupportReferenceId>18</SupportReferenceId> <TimeStamp>QEA=</TimeStamp> </Transaction>