Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

获取Pending的临时订单

...

url

method

post 

content-typeapplication/json

body


Code Block
{ "id":"4101941232", "contact": "Norman asdfeaf" }


注意,最外层没有[ ]

返回


Code Block
{
    "data": {
        "id": 4101941232,
        "company_id": 236,
        "client_id": 147,
        "contact": "Norman asdfeaf",
        "business_name": null,
        "address_line1": "3, Northam Closebvcyxjtevhg",
        "address_line2": "Marshside"null,
        "address_line3": null,
        "city": "Southporthtev",
        "county": "Merseyside"null,
        "post_code": "PR9 9GAm25bq",
        "country_name": "United Kingdom",
        "telephone": "01704 226830"null,
        "email": null,
        "sales_reference": "12121221"null,
        "sales_price": "0.000",
        "sales_order_id": "110222319566-0"null,
        "custom_identity_reference": null,
        "payment_reference": "D Colissimo FR"null,
        "special_instruction": null,
        "product_name": null,
        "product_company_ref": "15591499157*1+215312*1",
        "quantity": 0"1",
        "delivery_service_name": "D Colissimo FR平邮",
        "error_description": null,
        "is_urgent": "0",
        "import_time": "20182019-1201-1925 1914:5810:4642",
        "type": "DIRECTLOCAL",
        "status": "PENDING",
        "primary_keys": [
            "id"
        ]
    },
    "success": true,
    "moduleName": "client"
}


参数

id [必填]

其他要修改的参数, 如contact, post_code等

...