GET api/OperaOrders/GetPendingTransactions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OperaTransactionHeaderDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TranId | integer |
None. |
|
| TranType | character |
None. |
|
| TranAccount | string |
None. |
|
| TranRef | string |
None. |
|
| TranAltRef | string |
None. |
|
| TranDate | date |
None. |
|
| TranDue | date |
None. |
|
| TranNet | decimal number |
None. |
|
| TranVat | decimal number |
None. |
|
| TranFCNet | decimal number |
None. |
|
| TranFCVat | decimal number |
None. |
|
| TranCurrency | string |
None. |
|
| TranExchange | decimal number |
None. |
|
| TranAdvance | character |
None. |
|
| TranCBType | string |
None. |
|
| TranAllocId | integer |
None. |
|
| TranOrigID | integer |
None. |
|
| TranPDF | string |
None. |
|
| OperaTransactionLineDTOs | Collection of OperaTransactionLineDTO |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TranId": 1,
"TranType": "A",
"TranAccount": "sample string 3",
"TranRef": "sample string 4",
"TranAltRef": "sample string 5",
"TranDate": "2025-12-06T01:59:37.7976636+00:00",
"TranDue": "2025-12-06T01:59:37.7976636+00:00",
"TranNet": 8.0,
"TranVat": 9.0,
"TranFCNet": 10.0,
"TranFCVat": 11.0,
"TranCurrency": "sample string 12",
"TranExchange": 1.0,
"TranAdvance": "A",
"TranCBType": "sample string 14",
"TranAllocId": 1,
"TranOrigID": 15,
"TranPDF": "sample string 16",
"OperaTransactionLineDTOs": [
{
"LnTranID": 1,
"LnNumber": 2,
"LnAnalysisCode": "sample string 3",
"LnNetValue": 4.0,
"LnVatValue": 5.0,
"LnFCNetValue": 6.0,
"LnVatCode": "A",
"LnVatRate": 8.1,
"LnDescription": "sample string 9",
"LnProduct": "sample string 10",
"LnQty": 11,
"LnCommunityCode": "sample string 12",
"LnCountryofOrigin": "sample string 13",
"LnNatureofTransaction": "sample string 14",
"LnCost": 15.0,
"LnCostCentre": "sample string 16"
},
{
"LnTranID": 1,
"LnNumber": 2,
"LnAnalysisCode": "sample string 3",
"LnNetValue": 4.0,
"LnVatValue": 5.0,
"LnFCNetValue": 6.0,
"LnVatCode": "A",
"LnVatRate": 8.1,
"LnDescription": "sample string 9",
"LnProduct": "sample string 10",
"LnQty": 11,
"LnCommunityCode": "sample string 12",
"LnCountryofOrigin": "sample string 13",
"LnNatureofTransaction": "sample string 14",
"LnCost": 15.0,
"LnCostCentre": "sample string 16"
}
]
},
{
"TranId": 1,
"TranType": "A",
"TranAccount": "sample string 3",
"TranRef": "sample string 4",
"TranAltRef": "sample string 5",
"TranDate": "2025-12-06T01:59:37.7976636+00:00",
"TranDue": "2025-12-06T01:59:37.7976636+00:00",
"TranNet": 8.0,
"TranVat": 9.0,
"TranFCNet": 10.0,
"TranFCVat": 11.0,
"TranCurrency": "sample string 12",
"TranExchange": 1.0,
"TranAdvance": "A",
"TranCBType": "sample string 14",
"TranAllocId": 1,
"TranOrigID": 15,
"TranPDF": "sample string 16",
"OperaTransactionLineDTOs": [
{
"LnTranID": 1,
"LnNumber": 2,
"LnAnalysisCode": "sample string 3",
"LnNetValue": 4.0,
"LnVatValue": 5.0,
"LnFCNetValue": 6.0,
"LnVatCode": "A",
"LnVatRate": 8.1,
"LnDescription": "sample string 9",
"LnProduct": "sample string 10",
"LnQty": 11,
"LnCommunityCode": "sample string 12",
"LnCountryofOrigin": "sample string 13",
"LnNatureofTransaction": "sample string 14",
"LnCost": 15.0,
"LnCostCentre": "sample string 16"
},
{
"LnTranID": 1,
"LnNumber": 2,
"LnAnalysisCode": "sample string 3",
"LnNetValue": 4.0,
"LnVatValue": 5.0,
"LnFCNetValue": 6.0,
"LnVatCode": "A",
"LnVatRate": 8.1,
"LnDescription": "sample string 9",
"LnProduct": "sample string 10",
"LnQty": 11,
"LnCommunityCode": "sample string 12",
"LnCountryofOrigin": "sample string 13",
"LnNatureofTransaction": "sample string 14",
"LnCost": 15.0,
"LnCostCentre": "sample string 16"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfOperaTransactionHeaderDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DMH.DTO.Download">
<OperaTransactionHeaderDTO>
<OperaTransactionLineDTOs>
<OperaTransactionLineDTO>
<LnAnalysisCode>sample string 3</LnAnalysisCode>
<LnCommunityCode>sample string 12</LnCommunityCode>
<LnCost>15</LnCost>
<LnCostCentre>sample string 16</LnCostCentre>
<LnCountryofOrigin>sample string 13</LnCountryofOrigin>
<LnDescription>sample string 9</LnDescription>
<LnFCNetValue>6</LnFCNetValue>
<LnNatureofTransaction>sample string 14</LnNatureofTransaction>
<LnNetValue>4</LnNetValue>
<LnNumber>2</LnNumber>
<LnProduct>sample string 10</LnProduct>
<LnQty>11</LnQty>
<LnTranID>1</LnTranID>
<LnVatCode>65</LnVatCode>
<LnVatRate>8.1</LnVatRate>
<LnVatValue>5</LnVatValue>
</OperaTransactionLineDTO>
<OperaTransactionLineDTO>
<LnAnalysisCode>sample string 3</LnAnalysisCode>
<LnCommunityCode>sample string 12</LnCommunityCode>
<LnCost>15</LnCost>
<LnCostCentre>sample string 16</LnCostCentre>
<LnCountryofOrigin>sample string 13</LnCountryofOrigin>
<LnDescription>sample string 9</LnDescription>
<LnFCNetValue>6</LnFCNetValue>
<LnNatureofTransaction>sample string 14</LnNatureofTransaction>
<LnNetValue>4</LnNetValue>
<LnNumber>2</LnNumber>
<LnProduct>sample string 10</LnProduct>
<LnQty>11</LnQty>
<LnTranID>1</LnTranID>
<LnVatCode>65</LnVatCode>
<LnVatRate>8.1</LnVatRate>
<LnVatValue>5</LnVatValue>
</OperaTransactionLineDTO>
</OperaTransactionLineDTOs>
<TranAccount>sample string 3</TranAccount>
<TranAdvance>65</TranAdvance>
<TranAllocId>1</TranAllocId>
<TranAltRef>sample string 5</TranAltRef>
<TranCBType>sample string 14</TranCBType>
<TranCurrency>sample string 12</TranCurrency>
<TranDate>2025-12-06T01:59:37.7976636+00:00</TranDate>
<TranDue>2025-12-06T01:59:37.7976636+00:00</TranDue>
<TranExchange>1</TranExchange>
<TranFCNet>10</TranFCNet>
<TranFCVat>11</TranFCVat>
<TranId>1</TranId>
<TranNet>8</TranNet>
<TranOrigID>15</TranOrigID>
<TranPDF>sample string 16</TranPDF>
<TranRef>sample string 4</TranRef>
<TranType>65</TranType>
<TranVat>9</TranVat>
</OperaTransactionHeaderDTO>
<OperaTransactionHeaderDTO>
<OperaTransactionLineDTOs>
<OperaTransactionLineDTO>
<LnAnalysisCode>sample string 3</LnAnalysisCode>
<LnCommunityCode>sample string 12</LnCommunityCode>
<LnCost>15</LnCost>
<LnCostCentre>sample string 16</LnCostCentre>
<LnCountryofOrigin>sample string 13</LnCountryofOrigin>
<LnDescription>sample string 9</LnDescription>
<LnFCNetValue>6</LnFCNetValue>
<LnNatureofTransaction>sample string 14</LnNatureofTransaction>
<LnNetValue>4</LnNetValue>
<LnNumber>2</LnNumber>
<LnProduct>sample string 10</LnProduct>
<LnQty>11</LnQty>
<LnTranID>1</LnTranID>
<LnVatCode>65</LnVatCode>
<LnVatRate>8.1</LnVatRate>
<LnVatValue>5</LnVatValue>
</OperaTransactionLineDTO>
<OperaTransactionLineDTO>
<LnAnalysisCode>sample string 3</LnAnalysisCode>
<LnCommunityCode>sample string 12</LnCommunityCode>
<LnCost>15</LnCost>
<LnCostCentre>sample string 16</LnCostCentre>
<LnCountryofOrigin>sample string 13</LnCountryofOrigin>
<LnDescription>sample string 9</LnDescription>
<LnFCNetValue>6</LnFCNetValue>
<LnNatureofTransaction>sample string 14</LnNatureofTransaction>
<LnNetValue>4</LnNetValue>
<LnNumber>2</LnNumber>
<LnProduct>sample string 10</LnProduct>
<LnQty>11</LnQty>
<LnTranID>1</LnTranID>
<LnVatCode>65</LnVatCode>
<LnVatRate>8.1</LnVatRate>
<LnVatValue>5</LnVatValue>
</OperaTransactionLineDTO>
</OperaTransactionLineDTOs>
<TranAccount>sample string 3</TranAccount>
<TranAdvance>65</TranAdvance>
<TranAllocId>1</TranAllocId>
<TranAltRef>sample string 5</TranAltRef>
<TranCBType>sample string 14</TranCBType>
<TranCurrency>sample string 12</TranCurrency>
<TranDate>2025-12-06T01:59:37.7976636+00:00</TranDate>
<TranDue>2025-12-06T01:59:37.7976636+00:00</TranDue>
<TranExchange>1</TranExchange>
<TranFCNet>10</TranFCNet>
<TranFCVat>11</TranFCVat>
<TranId>1</TranId>
<TranNet>8</TranNet>
<TranOrigID>15</TranOrigID>
<TranPDF>sample string 16</TranPDF>
<TranRef>sample string 4</TranRef>
<TranType>65</TranType>
<TranVat>9</TranVat>
</OperaTransactionHeaderDTO>
</ArrayOfOperaTransactionHeaderDTO>