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": "4efc7093-2953-4a4d-9d26-661fec7bd8f2",
"parent-transaction-id": "e95eb729-5b29-4d98-9ee6-261cf51d0ac9",
"customer-id": "d34f0dc5-9694-4704-8e3f-623a89fece7b",
"super-affiliate-id": "2bbda487-6cb5-4dfb-ab1a-51273c4c7004",
"affiliate-id": "65a6d585-9f1e-40c4-89d0-5b01e1bc8d01",
"cell-number": "sample string 6",
"suffix": "sample string 7",
"amount-in-cents": 8,
"payment-source-id": 9,
"product-id": "6ad39e86-715e-4e21-a452-5143d400336d",
"product-target": "sample string 11",
"supplier-id": 12,
"status-id": 13,
"status-description": "sample string 14",
"create-date-time-utc": "2026-07-30T03:18:40.832542+00:00",
"closed-date-time-utc": "2026-07-30T03:18:40.832542+00:00",
"statement-date-utc": "2026-07-30T03:18:40.832542+00:00",
"support-reference-id": 18,
"support-comment": "sample string 19",
"create-user-id": "aed33b97-e418-420d-9a9f-bd2c10400fcb",
"duplicate-check-user-id": "bf254ff4-c553-4cb7-a0b1-500e2fb7d9d1",
"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>65a6d585-9f1e-40c4-89d0-5b01e1bc8d01</AffiliateId> <AmountInCents>8</AmountInCents> <CellNumber>sample string 6</CellNumber> <ClosedDateTimeUtc>2026-07-30T03:18:40.832542+00:00</ClosedDateTimeUtc> <CreateDateTimeUtc>2026-07-30T03:18:40.832542+00:00</CreateDateTimeUtc> <CreateUserId>aed33b97-e418-420d-9a9f-bd2c10400fcb</CreateUserId> <CustomerId>d34f0dc5-9694-4704-8e3f-623a89fece7b</CustomerId> <DuplicateCheckUserId>bf254ff4-c553-4cb7-a0b1-500e2fb7d9d1</DuplicateCheckUserId> <Id>4efc7093-2953-4a4d-9d26-661fec7bd8f2</Id> <ParentTransactionId>e95eb729-5b29-4d98-9ee6-261cf51d0ac9</ParentTransactionId> <PaymentSourceId>9</PaymentSourceId> <ProductId>6ad39e86-715e-4e21-a452-5143d400336d</ProductId> <ProductTarget>sample string 11</ProductTarget> <StatementDateUtc>2026-07-30T03:18:40.832542+00:00</StatementDateUtc> <StatusDescription>sample string 14</StatusDescription> <StatusId>13</StatusId> <Suffix>sample string 7</Suffix> <SuperAffiliateId>2bbda487-6cb5-4dfb-ab1a-51273c4c7004</SuperAffiliateId> <SupplierCommissionAmountInCents>22</SupplierCommissionAmountInCents> <SupplierId>12</SupplierId> <SupportComment>sample string 19</SupportComment> <SupportReferenceId>18</SupportReferenceId> <TimeStamp>QEA=</TimeStamp> </Transaction>