GET api/OrderByPaymentId/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "10b1758e-bad1-47b3-bf74-38335fd4946d",
"oid": 2,
"create-date-time-utc": "2026-06-12T09:31:49.9310475+00:00",
"customer-id": "688e7ed9-6d95-4a37-9773-babf9d29d4e4",
"super-affiliate-id": "36ea3b47-c1b1-4d71-9de6-fa57ad497f4e",
"affiliate-id": "3d084ac2-07ee-45e0-bbb7-ca5cbb9e6673",
"product-code": "sample string 7",
"supplier-id": 8,
"payment-source-type-id": 9,
"payment-source-id": "sample string 10",
"parent-transaction-id": "0e0f7bac-ab98-4e63-84f5-8818af94d4aa",
"is-clone": true,
"wallet-transaction-id": "b5e9b184-a09b-453d-9313-dc651a1d06d5",
"amount-in-cents": 13,
"order-status": 14,
"supplier-response-code": "sample string 15",
"product-id": "307356b8-43a8-44fe-8e33-6141e84d7ea5",
"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-06-12T09:31:49.9310475+00:00",
"supplier-commission-amount-in-cents": 23,
"affiliate-commission-amount-in-cents": 24,
"time-stamp": "QEA="
}
application/xml, text/xml
Sample:
<Order xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caprica.Models"> <AffiliateCommissionAmountInCents>24</AffiliateCommissionAmountInCents> <AffiliateId>3d084ac2-07ee-45e0-bbb7-ca5cbb9e6673</AffiliateId> <AmountInCents>13</AmountInCents> <ClosedDateTimeUtc>2026-06-12T09:31:49.9310475+00:00</ClosedDateTimeUtc> <CreateDateTimeUtc>2026-06-12T09:31:49.9310475+00:00</CreateDateTimeUtc> <CustomerId>688e7ed9-6d95-4a37-9773-babf9d29d4e4</CustomerId> <Id>10b1758e-bad1-47b3-bf74-38335fd4946d</Id> <Invoice>sample string 20</Invoice> <IsClone>true</IsClone> <IsClosed>true</IsClosed> <Oid>2</Oid> <OrderStatus>14</OrderStatus> <ParentTransactionId>0e0f7bac-ab98-4e63-84f5-8818af94d4aa</ParentTransactionId> <PaymentSourceId>sample string 10</PaymentSourceId> <PaymentSourceTypeId>9</PaymentSourceTypeId> <ProductCode>sample string 7</ProductCode> <ProductCommissionTypeCode>19</ProductCommissionTypeCode> <ProductId>307356b8-43a8-44fe-8e33-6141e84d7ea5</ProductId> <ProductSubTarget>sample string 18</ProductSubTarget> <ProductTarget>sample string 17</ProductTarget> <SuperAffiliateId>36ea3b47-c1b1-4d71-9de6-fa57ad497f4e</SuperAffiliateId> <SupplierCommissionAmountInCents>23</SupplierCommissionAmountInCents> <SupplierId>8</SupplierId> <SupplierResponseCode>sample string 15</SupplierResponseCode> <TimeStamp>QEA=</TimeStamp> <WalletTransactionId>b5e9b184-a09b-453d-9313-dc651a1d06d5</WalletTransactionId> </Order>