iiERP API Doc
  1. Service Order
iiERP API Doc
  • Access Guide
  • Authentication
    • Get Signtoken
      GET
    • Get AccessToken
      POST
  • CRM
    • Get Customer List
      GET
    • Get Customer Detail
      GET
    • Update Customer
      POST
    • Archive Customer
      POST
  • Event
    • Get Event List
      GET
    • Get Event Detail
      GET
    • Update Event
      POST
    • Archive Event
      POST
  • Function
    • Get Function List
      GET
    • Get Function Detail
      GET
    • Update Function
      POST
    • Archive Function
      POST
  • Service Order
    • Get Order List
      GET
    • Get Order Detail
      GET
    • Update Order
      POST
    • Archive Order
      POST
  • Work Order
    • Get Work Order List
      POST
    • Get Work OrderDetail
      GET
    • Update Work Order
      POST
    • Cancel Work Order
      POST
  • Appendix
    • Return Code Description
  1. Service Order

Get Order List

GET
https://ttt.iierp.com/ySO/api/Order/GetOrderList
Get Order List

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://ttt.iierp.com/ySO/api/Order/GetOrderList?pageSize=&pageIndex=&searchText=&acctId=&orderType=&sts' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'appKey;' \
--header 'signature;' \
--header 'token;'

Responses

🟢200Success
application/json
Body

Example
{
    "StatusCode": 200,
    "Info": "",
    "Data": [
        {
            "id": "vNAbW2FnGFrkGczoxwGKf",
            "sts": "exercitation irure",
            "stsStyle": "in Lorem enim dolore quis",
            "ordDate": "2025-09-17",
            "totQty": 1,
            "totAmt": "culpa",
            "items": [
                {
                    "id": "taL5_Ndw3nqSoO9hmuvZW",
                    "title": "for woot restfully redevelop gadzooks derby who",
                    "logo": "",
                    "qty": 67,
                    "price": 63.25,
                    "status": "",
                    "uom": "",
                    "uot": ""
                },
                {
                    "id": "A8H45yACjmPa3BLI30GuT",
                    "title": "decent since while iterate circle pry lobotomise till realistic",
                    "logo": "",
                    "qty": 19,
                    "price": 161.95,
                    "status": "",
                    "uom": "",
                    "uot": ""
                }
            ],
            "buyerInfo": {
                "id": "GjsruqLne5Hpxg1fPsTH9",
                "contact": "ea irure",
                "mobile": "18297220933",
                "address": "New Jersey Krystalton Warren County 20401 Baumbach Brooks Suite 760",
                "buyerName": "Jacquelyn Quitzon",
                "buyerAvatar": "",
                "payTime": "2024-12-20 07:23:16",
                "orderTime": "2025-04-26 07:50:31"
            },
            "sellerInfo": {
                "sellerAcctId": "84",
                "sellerAccount": "sunt amet et Duis cupidatat",
                "sellerName": "Melissa Goyette",
                "sellerBankPk": "dolor elit anim consequat in",
                "sellerPhone": "(525) 610-2628"
            },
            "deliverId": "41",
            "symbol": "consectetur aute in nulla",
            "storeId": "78",
            "storePlId": "96",
            "storeName": "Marta Emard",
            "storeLogo": "",
            "batchOrderNumber": "90",
            "prodCount": 3,
            "prodAmt": 85,
            "createTime": "2024-03-30 08:15:09",
            "payAmt": 64,
            "oriAmt": 92,
            "feeAmt": 98,
            "toPayAmt": 47,
            "disAmt": 100,
            "evtId": "15",
            "evtName": "Daryl Rolfson"
        }
    ],
    "Total": 91
}
Previous
Archive Function
Next
Get Order Detail
Built with