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":"41232", "contact": "Norman asdfeaf" }


注意,最外层没有[ ]

返回


Code Block
{
    "data": {
        "id": 41232,
        "company_id": 36,
        "client_id": 47,
        "contact": "Norman asdfeaf",
        "business_name": null,
        "address_line1": "bvcyxjtevhg",
        "address_line2": null,
        "address_line3": null,
        "city": "htev",
        "county": null,
        "post_code": "m25bq",
        "country_name": "United Kingdom",
        "telephone": null,
        "email": null,
        "sales_reference": null,
        "sales_price": "0.000",
        "sales_order_id": null,
        "custom_identity_reference": null,
        "payment_reference": null,
        "special_instruction": null,
        "product_name": null,
        "product_company_ref": "499157*1",
        "quantity": "1",
        "delivery_service_name": "平邮",
        "error_description": null,
        "is_urgent": "0",
        "import_time": "2019-01-25 14:10:42",
        "type": "LOCAL",
        "status": "PENDING",
        "primary_keys": [
            "id"
        ]
    },
    "success": true,
    "moduleName": "client"
}


参数

id [必填]

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

...