GET api/CustomerOrderCollection/{id}?page={page}&itemsPerPage={itemsPerPage}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| page | integer |
Required |
|
| itemsPerPage | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Order| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Oid | integer |
None. |
|
| CreateDateTimeUtc | date |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| SuperAffiliateId | globally unique identifier |
None. |
|
| AffiliateId | globally unique identifier |
None. |
|
| ProductCode | string |
None. |
|
| SupplierId | integer |
None. |
|
| PaymentSourceTypeId | integer |
None. |
|
| PaymentSourceId | string |
None. |
|
| ParentTransactionId | globally unique identifier |
None. |
|
| IsClone | boolean |
None. |
|
| WalletTransactionId | globally unique identifier |
None. |
|
| AmountInCents | integer |
None. |
|
| OrderStatus | integer |
None. |
|
| SupplierResponseCode | string |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| ProductTarget | string |
None. |
|
| ProductSubTarget | string |
None. |
|
| ProductCommissionTypeCode | integer |
None. |
|
| Invoice | string |
None. |
|
| IsClosed | boolean |
None. |
|
| ClosedDateTimeUtc | date |
None. |
|
| SupplierCommissionAmountInCents | integer |
None. |
|
| AffiliateCommissionAmountInCents | integer |
None. |
|
| TimeStamp | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "10e3c09c-8e05-4aaf-b530-27778fa22547",
"oid": 2,
"create-date-time-utc": "2026-07-30T03:19:20.2112137+00:00",
"customer-id": "f5f01525-f500-403b-810c-7d72344b772b",
"super-affiliate-id": "dbc1b842-3bac-4a45-bbfb-faa04334a0fa",
"affiliate-id": "c94013c5-2d7b-4747-9f52-18130cf15a9c",
"product-code": "sample string 7",
"supplier-id": 8,
"payment-source-type-id": 9,
"payment-source-id": "sample string 10",
"parent-transaction-id": "37c1464e-af99-4c20-ab48-7f4900ab2bd7",
"is-clone": true,
"wallet-transaction-id": "493b3115-d3d3-46de-a335-f7eaeca51954",
"amount-in-cents": 13,
"order-status": 14,
"supplier-response-code": "sample string 15",
"product-id": "ba019681-f7d2-4d2c-a7ea-e63356df3e16",
"product-target": "sample string 17",
"product-sub-target": "sample string 18",
"product-commission-type-code": 19,
"invoice": "sample string 20",
"is-closed": true,
"closed-date-time-utc": "2026-07-30T03:19:20.2112137+00:00",
"supplier-commission-amount-in-cents": 23,
"affiliate-commission-amount-in-cents": 24,
"time-stamp": "QEA="
},
{
"id": "10e3c09c-8e05-4aaf-b530-27778fa22547",
"oid": 2,
"create-date-time-utc": "2026-07-30T03:19:20.2112137+00:00",
"customer-id": "f5f01525-f500-403b-810c-7d72344b772b",
"super-affiliate-id": "dbc1b842-3bac-4a45-bbfb-faa04334a0fa",
"affiliate-id": "c94013c5-2d7b-4747-9f52-18130cf15a9c",
"product-code": "sample string 7",
"supplier-id": 8,
"payment-source-type-id": 9,
"payment-source-id": "sample string 10",
"parent-transaction-id": "37c1464e-af99-4c20-ab48-7f4900ab2bd7",
"is-clone": true,
"wallet-transaction-id": "493b3115-d3d3-46de-a335-f7eaeca51954",
"amount-in-cents": 13,
"order-status": 14,
"supplier-response-code": "sample string 15",
"product-id": "ba019681-f7d2-4d2c-a7ea-e63356df3e16",
"product-target": "sample string 17",
"product-sub-target": "sample string 18",
"product-commission-type-code": 19,
"invoice": "sample string 20",
"is-closed": true,
"closed-date-time-utc": "2026-07-30T03:19:20.2112137+00:00",
"supplier-commission-amount-in-cents": 23,
"affiliate-commission-amount-in-cents": 24,
"time-stamp": "QEA="
}
]
application/xml, text/xml
Sample:
<ArrayOfOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caprica.Models">
<Order>
<AffiliateCommissionAmountInCents>24</AffiliateCommissionAmountInCents>
<AffiliateId>c94013c5-2d7b-4747-9f52-18130cf15a9c</AffiliateId>
<AmountInCents>13</AmountInCents>
<ClosedDateTimeUtc>2026-07-30T03:19:20.2112137+00:00</ClosedDateTimeUtc>
<CreateDateTimeUtc>2026-07-30T03:19:20.2112137+00:00</CreateDateTimeUtc>
<CustomerId>f5f01525-f500-403b-810c-7d72344b772b</CustomerId>
<Id>10e3c09c-8e05-4aaf-b530-27778fa22547</Id>
<Invoice>sample string 20</Invoice>
<IsClone>true</IsClone>
<IsClosed>true</IsClosed>
<Oid>2</Oid>
<OrderStatus>14</OrderStatus>
<ParentTransactionId>37c1464e-af99-4c20-ab48-7f4900ab2bd7</ParentTransactionId>
<PaymentSourceId>sample string 10</PaymentSourceId>
<PaymentSourceTypeId>9</PaymentSourceTypeId>
<ProductCode>sample string 7</ProductCode>
<ProductCommissionTypeCode>19</ProductCommissionTypeCode>
<ProductId>ba019681-f7d2-4d2c-a7ea-e63356df3e16</ProductId>
<ProductSubTarget>sample string 18</ProductSubTarget>
<ProductTarget>sample string 17</ProductTarget>
<SuperAffiliateId>dbc1b842-3bac-4a45-bbfb-faa04334a0fa</SuperAffiliateId>
<SupplierCommissionAmountInCents>23</SupplierCommissionAmountInCents>
<SupplierId>8</SupplierId>
<SupplierResponseCode>sample string 15</SupplierResponseCode>
<TimeStamp>QEA=</TimeStamp>
<WalletTransactionId>493b3115-d3d3-46de-a335-f7eaeca51954</WalletTransactionId>
</Order>
<Order>
<AffiliateCommissionAmountInCents>24</AffiliateCommissionAmountInCents>
<AffiliateId>c94013c5-2d7b-4747-9f52-18130cf15a9c</AffiliateId>
<AmountInCents>13</AmountInCents>
<ClosedDateTimeUtc>2026-07-30T03:19:20.2112137+00:00</ClosedDateTimeUtc>
<CreateDateTimeUtc>2026-07-30T03:19:20.2112137+00:00</CreateDateTimeUtc>
<CustomerId>f5f01525-f500-403b-810c-7d72344b772b</CustomerId>
<Id>10e3c09c-8e05-4aaf-b530-27778fa22547</Id>
<Invoice>sample string 20</Invoice>
<IsClone>true</IsClone>
<IsClosed>true</IsClosed>
<Oid>2</Oid>
<OrderStatus>14</OrderStatus>
<ParentTransactionId>37c1464e-af99-4c20-ab48-7f4900ab2bd7</ParentTransactionId>
<PaymentSourceId>sample string 10</PaymentSourceId>
<PaymentSourceTypeId>9</PaymentSourceTypeId>
<ProductCode>sample string 7</ProductCode>
<ProductCommissionTypeCode>19</ProductCommissionTypeCode>
<ProductId>ba019681-f7d2-4d2c-a7ea-e63356df3e16</ProductId>
<ProductSubTarget>sample string 18</ProductSubTarget>
<ProductTarget>sample string 17</ProductTarget>
<SuperAffiliateId>dbc1b842-3bac-4a45-bbfb-faa04334a0fa</SuperAffiliateId>
<SupplierCommissionAmountInCents>23</SupplierCommissionAmountInCents>
<SupplierId>8</SupplierId>
<SupplierResponseCode>sample string 15</SupplierResponseCode>
<TimeStamp>QEA=</TimeStamp>
<WalletTransactionId>493b3115-d3d3-46de-a335-f7eaeca51954</WalletTransactionId>
</Order>
</ArrayOfOrder>