POST api/Monitoring/GetWooAllTransactionList
Request Information
URI Parameters
None.
Body Parameters
WooOrdersLister| Name | Description | Type | Additional information |
|---|---|---|---|
| Customer | string |
None. |
|
| Orders | Collection of WooOrders |
None. |
|
| SearchCriteria | WooOrders |
None. |
|
| Pager | Pager |
None. |
|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| Value | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"Customer": "sample string 1",
"Orders": [
{
"ID": 1,
"WooStore": "sample string 2",
"Woo_Id": 1.0,
"Woo_parent_id": 1,
"Woo_number": "sample string 3",
"Woo_order_key": "sample string 4",
"Woo_status": "sample string 5",
"Woo_currency": "sample string 6",
"Woo_date_created": "2025-12-28T14:54:48.7750011+02:00",
"Woo_date_modified": "2025-12-28T14:54:48.7750011+02:00",
"Woo_discount_total": 1.0,
"Woo_discount_tax": 1.0,
"Woo_shipping_total": 1.0,
"Woo_shipping_tax": 1.0,
"Woo_cart_tax": 1.0,
"Woo_total": 1.0,
"Woo_total_tax": 1.0,
"Woo_prices_include_tax": true,
"Woo_customer_id": 1.0,
"Woo_customer_ip_address": "sample string 7",
"Woo_customer_user_agent": "sample string 8",
"Woo_customer_note": "sample string 9",
"Woo_payment_method": "sample string 10",
"Woo_payment_method_title": "sample string 11",
"Woo_transaction_id": "sample string 12",
"Woo_date_paid": "2025-12-28T14:54:48.7750011+02:00",
"Woo_date_completed": "2025-12-28T14:54:48.7750011+02:00",
"PageNo": 1,
"createupdatedate": "2025-12-28T14:54:48.7750011+02:00",
"IntegrationId": 1,
"Customer": "sample string 13",
"IsSuccess": true,
"Message": "sample string 15",
"Value": {}
},
{
"ID": 1,
"WooStore": "sample string 2",
"Woo_Id": 1.0,
"Woo_parent_id": 1,
"Woo_number": "sample string 3",
"Woo_order_key": "sample string 4",
"Woo_status": "sample string 5",
"Woo_currency": "sample string 6",
"Woo_date_created": "2025-12-28T14:54:48.7750011+02:00",
"Woo_date_modified": "2025-12-28T14:54:48.7750011+02:00",
"Woo_discount_total": 1.0,
"Woo_discount_tax": 1.0,
"Woo_shipping_total": 1.0,
"Woo_shipping_tax": 1.0,
"Woo_cart_tax": 1.0,
"Woo_total": 1.0,
"Woo_total_tax": 1.0,
"Woo_prices_include_tax": true,
"Woo_customer_id": 1.0,
"Woo_customer_ip_address": "sample string 7",
"Woo_customer_user_agent": "sample string 8",
"Woo_customer_note": "sample string 9",
"Woo_payment_method": "sample string 10",
"Woo_payment_method_title": "sample string 11",
"Woo_transaction_id": "sample string 12",
"Woo_date_paid": "2025-12-28T14:54:48.7750011+02:00",
"Woo_date_completed": "2025-12-28T14:54:48.7750011+02:00",
"PageNo": 1,
"createupdatedate": "2025-12-28T14:54:48.7750011+02:00",
"IntegrationId": 1,
"Customer": "sample string 13",
"IsSuccess": true,
"Message": "sample string 15",
"Value": {}
}
],
"SearchCriteria": {
"ID": 1,
"WooStore": "sample string 2",
"Woo_Id": 1.0,
"Woo_parent_id": 1,
"Woo_number": "sample string 3",
"Woo_order_key": "sample string 4",
"Woo_status": "sample string 5",
"Woo_currency": "sample string 6",
"Woo_date_created": "2025-12-28T14:54:48.7750011+02:00",
"Woo_date_modified": "2025-12-28T14:54:48.7750011+02:00",
"Woo_discount_total": 1.0,
"Woo_discount_tax": 1.0,
"Woo_shipping_total": 1.0,
"Woo_shipping_tax": 1.0,
"Woo_cart_tax": 1.0,
"Woo_total": 1.0,
"Woo_total_tax": 1.0,
"Woo_prices_include_tax": true,
"Woo_customer_id": 1.0,
"Woo_customer_ip_address": "sample string 7",
"Woo_customer_user_agent": "sample string 8",
"Woo_customer_note": "sample string 9",
"Woo_payment_method": "sample string 10",
"Woo_payment_method_title": "sample string 11",
"Woo_transaction_id": "sample string 12",
"Woo_date_paid": "2025-12-28T14:54:48.7750011+02:00",
"Woo_date_completed": "2025-12-28T14:54:48.7750011+02:00",
"PageNo": 1,
"createupdatedate": "2025-12-28T14:54:48.7750011+02:00",
"IntegrationId": 1,
"Customer": "sample string 13",
"IsSuccess": true,
"Message": "sample string 15",
"Value": {}
},
"Pager": {
"PageSize": 1,
"Take": 2,
"Skip": 3,
"CurrentPage": 4.0,
"TotalPage": "sample string 5",
"TotalRecord": 6.0
},
"IsSuccess": true,
"Message": "sample string 3",
"Value": {}
}
application/xml, text/xml
Sample:
<WooOrdersLister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain">
<IsSuccess>true</IsSuccess>
<Message>sample string 3</Message>
<Value />
<Customer>sample string 1</Customer>
<Orders>
<WooOrders>
<IsSuccess>true</IsSuccess>
<Message>sample string 15</Message>
<Value />
<Customer>sample string 13</Customer>
<ID>1</ID>
<IntegrationId>1</IntegrationId>
<PageNo>1</PageNo>
<WooStore>sample string 2</WooStore>
<Woo_Id>1</Woo_Id>
<Woo_cart_tax>1</Woo_cart_tax>
<Woo_currency>sample string 6</Woo_currency>
<Woo_customer_id>1</Woo_customer_id>
<Woo_customer_ip_address>sample string 7</Woo_customer_ip_address>
<Woo_customer_note>sample string 9</Woo_customer_note>
<Woo_customer_user_agent>sample string 8</Woo_customer_user_agent>
<Woo_date_completed>2025-12-28T14:54:48.7750011+02:00</Woo_date_completed>
<Woo_date_created>2025-12-28T14:54:48.7750011+02:00</Woo_date_created>
<Woo_date_modified>2025-12-28T14:54:48.7750011+02:00</Woo_date_modified>
<Woo_date_paid>2025-12-28T14:54:48.7750011+02:00</Woo_date_paid>
<Woo_discount_tax>1</Woo_discount_tax>
<Woo_discount_total>1</Woo_discount_total>
<Woo_number>sample string 3</Woo_number>
<Woo_order_key>sample string 4</Woo_order_key>
<Woo_parent_id>1</Woo_parent_id>
<Woo_payment_method>sample string 10</Woo_payment_method>
<Woo_payment_method_title>sample string 11</Woo_payment_method_title>
<Woo_prices_include_tax>true</Woo_prices_include_tax>
<Woo_shipping_tax>1</Woo_shipping_tax>
<Woo_shipping_total>1</Woo_shipping_total>
<Woo_status>sample string 5</Woo_status>
<Woo_total>1</Woo_total>
<Woo_total_tax>1</Woo_total_tax>
<Woo_transaction_id>sample string 12</Woo_transaction_id>
<createupdatedate>2025-12-28T14:54:48.7750011+02:00</createupdatedate>
</WooOrders>
<WooOrders>
<IsSuccess>true</IsSuccess>
<Message>sample string 15</Message>
<Value />
<Customer>sample string 13</Customer>
<ID>1</ID>
<IntegrationId>1</IntegrationId>
<PageNo>1</PageNo>
<WooStore>sample string 2</WooStore>
<Woo_Id>1</Woo_Id>
<Woo_cart_tax>1</Woo_cart_tax>
<Woo_currency>sample string 6</Woo_currency>
<Woo_customer_id>1</Woo_customer_id>
<Woo_customer_ip_address>sample string 7</Woo_customer_ip_address>
<Woo_customer_note>sample string 9</Woo_customer_note>
<Woo_customer_user_agent>sample string 8</Woo_customer_user_agent>
<Woo_date_completed>2025-12-28T14:54:48.7750011+02:00</Woo_date_completed>
<Woo_date_created>2025-12-28T14:54:48.7750011+02:00</Woo_date_created>
<Woo_date_modified>2025-12-28T14:54:48.7750011+02:00</Woo_date_modified>
<Woo_date_paid>2025-12-28T14:54:48.7750011+02:00</Woo_date_paid>
<Woo_discount_tax>1</Woo_discount_tax>
<Woo_discount_total>1</Woo_discount_total>
<Woo_number>sample string 3</Woo_number>
<Woo_order_key>sample string 4</Woo_order_key>
<Woo_parent_id>1</Woo_parent_id>
<Woo_payment_method>sample string 10</Woo_payment_method>
<Woo_payment_method_title>sample string 11</Woo_payment_method_title>
<Woo_prices_include_tax>true</Woo_prices_include_tax>
<Woo_shipping_tax>1</Woo_shipping_tax>
<Woo_shipping_total>1</Woo_shipping_total>
<Woo_status>sample string 5</Woo_status>
<Woo_total>1</Woo_total>
<Woo_total_tax>1</Woo_total_tax>
<Woo_transaction_id>sample string 12</Woo_transaction_id>
<createupdatedate>2025-12-28T14:54:48.7750011+02:00</createupdatedate>
</WooOrders>
</Orders>
<Pager>
<CurrentPage>4</CurrentPage>
<PageSize>1</PageSize>
<Skip>3</Skip>
<Take>2</Take>
<TotalPage>sample string 5</TotalPage>
<TotalRecord>6</TotalRecord>
</Pager>
<SearchCriteria>
<IsSuccess>true</IsSuccess>
<Message>sample string 15</Message>
<Value />
<Customer>sample string 13</Customer>
<ID>1</ID>
<IntegrationId>1</IntegrationId>
<PageNo>1</PageNo>
<WooStore>sample string 2</WooStore>
<Woo_Id>1</Woo_Id>
<Woo_cart_tax>1</Woo_cart_tax>
<Woo_currency>sample string 6</Woo_currency>
<Woo_customer_id>1</Woo_customer_id>
<Woo_customer_ip_address>sample string 7</Woo_customer_ip_address>
<Woo_customer_note>sample string 9</Woo_customer_note>
<Woo_customer_user_agent>sample string 8</Woo_customer_user_agent>
<Woo_date_completed>2025-12-28T14:54:48.7750011+02:00</Woo_date_completed>
<Woo_date_created>2025-12-28T14:54:48.7750011+02:00</Woo_date_created>
<Woo_date_modified>2025-12-28T14:54:48.7750011+02:00</Woo_date_modified>
<Woo_date_paid>2025-12-28T14:54:48.7750011+02:00</Woo_date_paid>
<Woo_discount_tax>1</Woo_discount_tax>
<Woo_discount_total>1</Woo_discount_total>
<Woo_number>sample string 3</Woo_number>
<Woo_order_key>sample string 4</Woo_order_key>
<Woo_parent_id>1</Woo_parent_id>
<Woo_payment_method>sample string 10</Woo_payment_method>
<Woo_payment_method_title>sample string 11</Woo_payment_method_title>
<Woo_prices_include_tax>true</Woo_prices_include_tax>
<Woo_shipping_tax>1</Woo_shipping_tax>
<Woo_shipping_total>1</Woo_shipping_total>
<Woo_status>sample string 5</Woo_status>
<Woo_total>1</Woo_total>
<Woo_total_tax>1</Woo_total_tax>
<Woo_transaction_id>sample string 12</Woo_transaction_id>
<createupdatedate>2025-12-28T14:54:48.7750011+02:00</createupdatedate>
</SearchCriteria>
</WooOrdersLister>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |