POST Api/Service/Order/AddOContact

添加订单联系人

Request Information

URI Parameters

None.

Body Parameters

设置参数

SpeedPower.Utility.Models.Project.Orders.Service.AddOContactModel
NameDescriptionTypeAdditional information
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:
{
  "OrderId": "58e8c40d-b7b7-4a7f-8db6-8b9c208a0264",
  "ContactUser": "sample string 2",
  "ContactPhone": "sample string 3"
}

Response Information

Resource Description

添加订单联系人

SpeedPower.Utility.Models.Helper.ResultMessage
NameDescriptionTypeAdditional information
Succeed

操作是否成功

boolean

None.

Message

操作消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeed": true,
  "Message": "sample string 2"
}