POST Api/Service/Order/UpdateOContact
更新订单联系人
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.UpdateOContactModelName | Description | Type | Additional information |
---|---|---|---|
ID |
设置ID |
globally unique identifier |
None. |
OrderId |
父级ID |
globally unique identifier |
None. |
ContactUser |
联系人 |
string |
String length: inclusive between 0 and 50 |
ContactPhone |
联系电话 |
string |
String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
Sample:
{ "ID": "32574c8c-8da4-41b4-9aae-4b237dda4959", "OrderId": "008c18ad-74d6-4e04-b82e-1fce698e81dc", "ContactUser": "sample string 3", "ContactPhone": "sample string 4" }
Response Information
Resource Description
更新订单联系人
SpeedPower.Utility.Models.Helper.ResultMessageName | Description | Type | Additional information |
---|---|---|---|
Succeed |
操作是否成功 |
boolean |
None. |
Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeed": true, "Message": "sample string 2" }