POST Admin/Get_Supplier_Orders_Report?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Get_My_Orders| Name | Description | Type | Additional information |
|---|---|---|---|
| Search | string |
None. |
|
| Status | string |
None. |
|
| Start | integer |
None. |
|
| Max | integer |
None. |
|
| PartnerID | integer |
None. |
|
| START_DATE | string |
None. |
|
| END_DATE | string |
None. |
|
| ReportsPath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportsPath": "sample string 1",
"Search": "sample string 1",
"Status": "sample string 2",
"Start": 3,
"Max": 4,
"PartnerID": 5,
"START_DATE": "sample string 6",
"END_DATE": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_My_Orders| Name | Description | Type | Additional information |
|---|---|---|---|
| draw | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| data | Collection of Order |
None. |
|
| myOrderLines | Collection of RptOrderLine |
None. |
|
| ReportPDF | string |
None. |
|
| ReportPath | string |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"draw": 1,
"recordsFiltered": 2,
"recordsTotal": 3,
"data": [
{
"ORDER_ID": 1,
"ORDER_UID": "da5bbafa-5a18-49f0-8f1f-923db0629230",
"ORDER_REF": "sample string 3",
"REQUEST_ID": 1,
"CLIENT_ID": 1,
"CLIENT_ADDRESS_ID": 1,
"DELIVERY_CHARGE": 1.0,
"DELIVERY_RETURN_CHARGE": 1.0,
"CLIENT_NAME": "sample string 4",
"DELIVERY_CHARGE_CURRENCY": "sample string 5",
"ORDER_AMOUNT_LBP": 1.0,
"ORDER_AMOUNT_USD": 1.0,
"ORDER_AMOUNT_EUR": 1.0,
"STATUS": 6,
"START_DATE": "2026-02-04T02:37:47.7096111+00:00",
"COLLECTED_DATE": "2026-02-04T02:37:47.7096111+00:00",
"DELIVERED_DATE": "2026-02-04T02:37:47.7096111+00:00",
"COMPLETED_DATE": "2026-02-04T02:37:47.7096111+00:00",
"CREATE_DATE": "sample string 7",
"DELIVERY_TYPE_NAME": "sample string 8",
"CREATE_OPERATOR": "sample string 9",
"EXPECTED_DELIVERY_DATE": "sample string 10",
"My_Address": {
"ADDRESS_ID": 1,
"IS_MAIN": true,
"CONTACT_PERSON": "sample string 3",
"PHONE": "sample string 4",
"ADDRESS": "sample string 5",
"ADDRESS_TYPE_NAME": "sample string 6",
"PARTNER_NAME": "sample string 7",
"CITY_NAME": "sample string 8",
"LATITUDE": 1.0,
"LONGITUDE": 1.0
},
"Lines": [
{
"ORDER_LINE_ID": 1,
"ORDER_ID": 2,
"REQUEST_LINE_ID": 3,
"DELIVERY_CURRENCY": "sample string 4",
"ITEM_CLIENT_PRICE": 1.0,
"ITEM_SUPPLIER_COST": 1.0,
"ITEM_CURRENCY": "sample string 5",
"STATUS": 6,
"CAR_YEAR": 7,
"CAR_BRAND": "sample string 8",
"SERIAL_NUMBER": "sample string 9",
"DESCRIPTION": "sample string 10",
"REQUEST_IMAGE": "sample string 11",
"OFFER_IMAGE": "sample string 12",
"QUANTITY": 13,
"CAR_TYPE_NAME": "sample string 14",
"CAR_MODEL_NAME": "sample string 15",
"CATEGORY_NAME": "sample string 16",
"BRAND": "sample string 17"
},
{
"ORDER_LINE_ID": 1,
"ORDER_ID": 2,
"REQUEST_LINE_ID": 3,
"DELIVERY_CURRENCY": "sample string 4",
"ITEM_CLIENT_PRICE": 1.0,
"ITEM_SUPPLIER_COST": 1.0,
"ITEM_CURRENCY": "sample string 5",
"STATUS": 6,
"CAR_YEAR": 7,
"CAR_BRAND": "sample string 8",
"SERIAL_NUMBER": "sample string 9",
"DESCRIPTION": "sample string 10",
"REQUEST_IMAGE": "sample string 11",
"OFFER_IMAGE": "sample string 12",
"QUANTITY": 13,
"CAR_TYPE_NAME": "sample string 14",
"CAR_MODEL_NAME": "sample string 15",
"CATEGORY_NAME": "sample string 16",
"BRAND": "sample string 17"
}
],
"Items": [
{
"ITEM_CLIENT_PRICE": 1.0,
"ITEM_SUPPLIER_COST": 1.0,
"ITEM_CURRENCY": "sample string 1",
"QUANTITY": 2,
"My_Cart_Item": {
"CART_ID": 1,
"QUANTITY": 2,
"DELIVERY_COST": 1.0,
"My_Product": {
"PRODUCT_ID": 1,
"SUPPLIER_ID": 1,
"CATEGORY_ID": 1,
"DESCRIPTION": "sample string 2",
"CAR_TYPE_DESCRIPTION": "sample string 3",
"CAR_DESCRIPTION": "sample string 4",
"OE_NUMBER_DESCRIPTION": "sample string 5",
"BRAND_NAME_DESCRIPTION": "sample string 6",
"BRAND_NUMBER_DESCRIPTION": "sample string 7",
"QUANTITY": "sample string 8",
"UNIT_PRICE": 1.0,
"FULL_PRICE": 1.0,
"CURRENCY": "sample string 9",
"COMMISSION": 1.0,
"COMMISSIONP": 1.0,
"STATUS": 1,
"APPROVED": true,
"CREATE_DATE": "2026-02-04T02:37:47.7096111+00:00",
"CREATE_OPERATOR_ID": 1,
"CREATE_DATEs": "sample string 12",
"SUPPLIER_NAME": "sample string 13",
"CATEGORY_NAME": "sample string 14",
"CREATE_OPERATOR": "sample string 15",
"CAR_TYPE_ID": 1,
"BRAND_ID": 1,
"PHOTO": "sample string 16",
"IS_NEW": true,
"BRAND_NAME_TEXT": "sample string 18",
"IS_PACKAGE": true,
"IMAGE_COUNT": 19,
"DELIVERY_COST": 1.0,
"TECDOC_BRAND_NUMBER": "sample string 20",
"TECDOC_BRAND_ID": 1,
"TECDOC_BRANDNAME": "sample string 21",
"BRAND_NUMBER_DESCRIPTION0": "sample string 22"
}
},
"My_Supplier_Address": {
"ADDRESS_ID": 1,
"IS_MAIN": true,
"CONTACT_PERSON": "sample string 3",
"PHONE": "sample string 4",
"ADDRESS": "sample string 5",
"ADDRESS_TYPE_NAME": "sample string 6",
"PARTNER_NAME": "sample string 7",
"CITY_NAME": "sample string 8",
"LATITUDE": 1.0,
"LONGITUDE": 1.0
},
"SUPPLIER_NAME": "sample string 3",
"SUPPLIER_CONTACT_NAME": "sample string 4",
"SUPPLIER_EMAIL": "sample string 5",
"SUPPLIER_PHONE": "sample string 6",
"SUPPLIER_MOBILE": "sample string 7"
},
{
"ITEM_CLIENT_PRICE": 1.0,
"ITEM_SUPPLIER_COST": 1.0,
"ITEM_CURRENCY": "sample string 1",
"QUANTITY": 2,
"My_Cart_Item": {
"CART_ID": 1,
"QUANTITY": 2,
"DELIVERY_COST": 1.0,
"My_Product": {
"PRODUCT_ID": 1,
"SUPPLIER_ID": 1,
"CATEGORY_ID": 1,
"DESCRIPTION": "sample string 2",
"CAR_TYPE_DESCRIPTION": "sample string 3",
"CAR_DESCRIPTION": "sample string 4",
"OE_NUMBER_DESCRIPTION": "sample string 5",
"BRAND_NAME_DESCRIPTION": "sample string 6",
"BRAND_NUMBER_DESCRIPTION": "sample string 7",
"QUANTITY": "sample string 8",
"UNIT_PRICE": 1.0,
"FULL_PRICE": 1.0,
"CURRENCY": "sample string 9",
"COMMISSION": 1.0,
"COMMISSIONP": 1.0,
"STATUS": 1,
"APPROVED": true,
"CREATE_DATE": "2026-02-04T02:37:47.7096111+00:00",
"CREATE_OPERATOR_ID": 1,
"CREATE_DATEs": "sample string 12",
"SUPPLIER_NAME": "sample string 13",
"CATEGORY_NAME": "sample string 14",
"CREATE_OPERATOR": "sample string 15",
"CAR_TYPE_ID": 1,
"BRAND_ID": 1,
"PHOTO": "sample string 16",
"IS_NEW": true,
"BRAND_NAME_TEXT": "sample string 18",
"IS_PACKAGE": true,
"IMAGE_COUNT": 19,
"DELIVERY_COST": 1.0,
"TECDOC_BRAND_NUMBER": "sample string 20",
"TECDOC_BRAND_ID": 1,
"TECDOC_BRANDNAME": "sample string 21",
"BRAND_NUMBER_DESCRIPTION0": "sample string 22"
}
},
"My_Supplier_Address": {
"ADDRESS_ID": 1,
"IS_MAIN": true,
"CONTACT_PERSON": "sample string 3",
"PHONE": "sample string 4",
"ADDRESS": "sample string 5",
"ADDRESS_TYPE_NAME": "sample string 6",
"PARTNER_NAME": "sample string 7",
"CITY_NAME": "sample string 8",
"LATITUDE": 1.0,
"LONGITUDE": 1.0
},
"SUPPLIER_NAME": "sample string 3",
"SUPPLIER_CONTACT_NAME": "sample string 4",
"SUPPLIER_EMAIL": "sample string 5",
"SUPPLIER_PHONE": "sample string 6",
"SUPPLIER_MOBILE": "sample string 7"
}
],
"SUPPLIER_ORDER_AMOUNT_LBP": 0.0,
"SUPPLIER_ORDER_AMOUNT_USD": 0.0,
"SUPPLIER_ORDER_AMOUNT_EUR": 0.0,
"CDate": "2026-02-04T02:37:47.7096111+00:00",
"CanCancel": true,
"DeliveryStart": "sample string 13"
},
{
"ORDER_ID": 1,
"ORDER_UID": "da5bbafa-5a18-49f0-8f1f-923db0629230",
"ORDER_REF": "sample string 3",
"REQUEST_ID": 1,
"CLIENT_ID": 1,
"CLIENT_ADDRESS_ID": 1,
"DELIVERY_CHARGE": 1.0,
"DELIVERY_RETURN_CHARGE": 1.0,
"CLIENT_NAME": "sample string 4",
"DELIVERY_CHARGE_CURRENCY": "sample string 5",
"ORDER_AMOUNT_LBP": 1.0,
"ORDER_AMOUNT_USD": 1.0,
"ORDER_AMOUNT_EUR": 1.0,
"STATUS": 6,
"START_DATE": "2026-02-04T02:37:47.7096111+00:00",
"COLLECTED_DATE": "2026-02-04T02:37:47.7096111+00:00",
"DELIVERED_DATE": "2026-02-04T02:37:47.7096111+00:00",
"COMPLETED_DATE": "2026-02-04T02:37:47.7096111+00:00",
"CREATE_DATE": "sample string 7",
"DELIVERY_TYPE_NAME": "sample string 8",
"CREATE_OPERATOR": "sample string 9",
"EXPECTED_DELIVERY_DATE": "sample string 10",
"My_Address": {
"ADDRESS_ID": 1,
"IS_MAIN": true,
"CONTACT_PERSON": "sample string 3",
"PHONE": "sample string 4",
"ADDRESS": "sample string 5",
"ADDRESS_TYPE_NAME": "sample string 6",
"PARTNER_NAME": "sample string 7",
"CITY_NAME": "sample string 8",
"LATITUDE": 1.0,
"LONGITUDE": 1.0
},
"Lines": [
{
"ORDER_LINE_ID": 1,
"ORDER_ID": 2,
"REQUEST_LINE_ID": 3,
"DELIVERY_CURRENCY": "sample string 4",
"ITEM_CLIENT_PRICE": 1.0,
"ITEM_SUPPLIER_COST": 1.0,
"ITEM_CURRENCY": "sample string 5",
"STATUS": 6,
"CAR_YEAR": 7,
"CAR_BRAND": "sample string 8",
"SERIAL_NUMBER": "sample string 9",
"DESCRIPTION": "sample string 10",
"REQUEST_IMAGE": "sample string 11",
"OFFER_IMAGE": "sample string 12",
"QUANTITY": 13,
"CAR_TYPE_NAME": "sample string 14",
"CAR_MODEL_NAME": "sample string 15",
"CATEGORY_NAME": "sample string 16",
"BRAND": "sample string 17"
},
{
"ORDER_LINE_ID": 1,
"ORDER_ID": 2,
"REQUEST_LINE_ID": 3,
"DELIVERY_CURRENCY": "sample string 4",
"ITEM_CLIENT_PRICE": 1.0,
"ITEM_SUPPLIER_COST": 1.0,
"ITEM_CURRENCY": "sample string 5",
"STATUS": 6,
"CAR_YEAR": 7,
"CAR_BRAND": "sample string 8",
"SERIAL_NUMBER": "sample string 9",
"DESCRIPTION": "sample string 10",
"REQUEST_IMAGE": "sample string 11",
"OFFER_IMAGE": "sample string 12",
"QUANTITY": 13,
"CAR_TYPE_NAME": "sample string 14",
"CAR_MODEL_NAME": "sample string 15",
"CATEGORY_NAME": "sample string 16",
"BRAND": "sample string 17"
}
],
"Items": [
{
"ITEM_CLIENT_PRICE": 1.0,
"ITEM_SUPPLIER_COST": 1.0,
"ITEM_CURRENCY": "sample string 1",
"QUANTITY": 2,
"My_Cart_Item": {
"CART_ID": 1,
"QUANTITY": 2,
"DELIVERY_COST": 1.0,
"My_Product": {
"PRODUCT_ID": 1,
"SUPPLIER_ID": 1,
"CATEGORY_ID": 1,
"DESCRIPTION": "sample string 2",
"CAR_TYPE_DESCRIPTION": "sample string 3",
"CAR_DESCRIPTION": "sample string 4",
"OE_NUMBER_DESCRIPTION": "sample string 5",
"BRAND_NAME_DESCRIPTION": "sample string 6",
"BRAND_NUMBER_DESCRIPTION": "sample string 7",
"QUANTITY": "sample string 8",
"UNIT_PRICE": 1.0,
"FULL_PRICE": 1.0,
"CURRENCY": "sample string 9",
"COMMISSION": 1.0,
"COMMISSIONP": 1.0,
"STATUS": 1,
"APPROVED": true,
"CREATE_DATE": "2026-02-04T02:37:47.7096111+00:00",
"CREATE_OPERATOR_ID": 1,
"CREATE_DATEs": "sample string 12",
"SUPPLIER_NAME": "sample string 13",
"CATEGORY_NAME": "sample string 14",
"CREATE_OPERATOR": "sample string 15",
"CAR_TYPE_ID": 1,
"BRAND_ID": 1,
"PHOTO": "sample string 16",
"IS_NEW": true,
"BRAND_NAME_TEXT": "sample string 18",
"IS_PACKAGE": true,
"IMAGE_COUNT": 19,
"DELIVERY_COST": 1.0,
"TECDOC_BRAND_NUMBER": "sample string 20",
"TECDOC_BRAND_ID": 1,
"TECDOC_BRANDNAME": "sample string 21",
"BRAND_NUMBER_DESCRIPTION0": "sample string 22"
}
},
"My_Supplier_Address": {
"ADDRESS_ID": 1,
"IS_MAIN": true,
"CONTACT_PERSON": "sample string 3",
"PHONE": "sample string 4",
"ADDRESS": "sample string 5",
"ADDRESS_TYPE_NAME": "sample string 6",
"PARTNER_NAME": "sample string 7",
"CITY_NAME": "sample string 8",
"LATITUDE": 1.0,
"LONGITUDE": 1.0
},
"SUPPLIER_NAME": "sample string 3",
"SUPPLIER_CONTACT_NAME": "sample string 4",
"SUPPLIER_EMAIL": "sample string 5",
"SUPPLIER_PHONE": "sample string 6",
"SUPPLIER_MOBILE": "sample string 7"
},
{
"ITEM_CLIENT_PRICE": 1.0,
"ITEM_SUPPLIER_COST": 1.0,
"ITEM_CURRENCY": "sample string 1",
"QUANTITY": 2,
"My_Cart_Item": {
"CART_ID": 1,
"QUANTITY": 2,
"DELIVERY_COST": 1.0,
"My_Product": {
"PRODUCT_ID": 1,
"SUPPLIER_ID": 1,
"CATEGORY_ID": 1,
"DESCRIPTION": "sample string 2",
"CAR_TYPE_DESCRIPTION": "sample string 3",
"CAR_DESCRIPTION": "sample string 4",
"OE_NUMBER_DESCRIPTION": "sample string 5",
"BRAND_NAME_DESCRIPTION": "sample string 6",
"BRAND_NUMBER_DESCRIPTION": "sample string 7",
"QUANTITY": "sample string 8",
"UNIT_PRICE": 1.0,
"FULL_PRICE": 1.0,
"CURRENCY": "sample string 9",
"COMMISSION": 1.0,
"COMMISSIONP": 1.0,
"STATUS": 1,
"APPROVED": true,
"CREATE_DATE": "2026-02-04T02:37:47.7096111+00:00",
"CREATE_OPERATOR_ID": 1,
"CREATE_DATEs": "sample string 12",
"SUPPLIER_NAME": "sample string 13",
"CATEGORY_NAME": "sample string 14",
"CREATE_OPERATOR": "sample string 15",
"CAR_TYPE_ID": 1,
"BRAND_ID": 1,
"PHOTO": "sample string 16",
"IS_NEW": true,
"BRAND_NAME_TEXT": "sample string 18",
"IS_PACKAGE": true,
"IMAGE_COUNT": 19,
"DELIVERY_COST": 1.0,
"TECDOC_BRAND_NUMBER": "sample string 20",
"TECDOC_BRAND_ID": 1,
"TECDOC_BRANDNAME": "sample string 21",
"BRAND_NUMBER_DESCRIPTION0": "sample string 22"
}
},
"My_Supplier_Address": {
"ADDRESS_ID": 1,
"IS_MAIN": true,
"CONTACT_PERSON": "sample string 3",
"PHONE": "sample string 4",
"ADDRESS": "sample string 5",
"ADDRESS_TYPE_NAME": "sample string 6",
"PARTNER_NAME": "sample string 7",
"CITY_NAME": "sample string 8",
"LATITUDE": 1.0,
"LONGITUDE": 1.0
},
"SUPPLIER_NAME": "sample string 3",
"SUPPLIER_CONTACT_NAME": "sample string 4",
"SUPPLIER_EMAIL": "sample string 5",
"SUPPLIER_PHONE": "sample string 6",
"SUPPLIER_MOBILE": "sample string 7"
}
],
"SUPPLIER_ORDER_AMOUNT_LBP": 0.0,
"SUPPLIER_ORDER_AMOUNT_USD": 0.0,
"SUPPLIER_ORDER_AMOUNT_EUR": 0.0,
"CDate": "2026-02-04T02:37:47.7096111+00:00",
"CanCancel": true,
"DeliveryStart": "sample string 13"
}
],
"myOrderLines": [
{
"ORDER_LINE_ID": 1,
"ORDER_ID": 2,
"REQUEST_LINE_ID": 3,
"DELIVERY_CHARGE": 4.0,
"DELIVERY_CURRENCY": "sample string 5",
"ITEM_CLIENT_PRICE": 6.0,
"ITEM_SUPPLIER_COST": 7.0,
"ORDER_AMOUNT_LBP": 8.0,
"ORDER_AMOUNT_USD": 9.0,
"ITEM_CURRENCY": "sample string 10",
"STATUS": 11,
"CAR_YEAR": 12,
"CAR_BRAND": "sample string 13",
"REQUEST_IMAGE": "sample string 14",
"OFFER_IMAGE": "sample string 15",
"QUANTITY": 16,
"CAR_TYPE_NAME": "sample string 17",
"CAR_MODEL_NAME": "sample string 18",
"CATEGORY_NAME": "sample string 19",
"SERIAL_NUMBER": "sample string 20",
"DESCRIPTION": "sample string 21",
"BRAND": "sample string 22",
"Client": "sample string 23",
"Supplier": "sample string 24",
"OrderRef": "sample string 25",
"OrderDate": "sample string 26",
"PartInfo": "sample string 17\r\nsample string 18\r\nsample string 19\r\nsample string 20"
},
{
"ORDER_LINE_ID": 1,
"ORDER_ID": 2,
"REQUEST_LINE_ID": 3,
"DELIVERY_CHARGE": 4.0,
"DELIVERY_CURRENCY": "sample string 5",
"ITEM_CLIENT_PRICE": 6.0,
"ITEM_SUPPLIER_COST": 7.0,
"ORDER_AMOUNT_LBP": 8.0,
"ORDER_AMOUNT_USD": 9.0,
"ITEM_CURRENCY": "sample string 10",
"STATUS": 11,
"CAR_YEAR": 12,
"CAR_BRAND": "sample string 13",
"REQUEST_IMAGE": "sample string 14",
"OFFER_IMAGE": "sample string 15",
"QUANTITY": 16,
"CAR_TYPE_NAME": "sample string 17",
"CAR_MODEL_NAME": "sample string 18",
"CATEGORY_NAME": "sample string 19",
"SERIAL_NUMBER": "sample string 20",
"DESCRIPTION": "sample string 21",
"BRAND": "sample string 22",
"Client": "sample string 23",
"Supplier": "sample string 24",
"OrderRef": "sample string 25",
"OrderDate": "sample string 26",
"PartInfo": "sample string 17\r\nsample string 18\r\nsample string 19\r\nsample string 20"
}
],
"ReportPDF": "sample string 4",
"ReportPath": "sample string 5",
"ExceptionMsg": "sample string 6"
}