POST api/vobaocard/newappointment
名片-预约-提交预约
请求信息
URI 参数
None.
Body 请求体 参数
NewAppointmentName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
OpenID | string |
None. |
|
Tel | string |
None. |
|
UserName | string |
None. |
|
FromUserID | integer |
None. |
|
PageTp | integer |
None. |
|
RegEntryTp | integer |
None. |
|
MonTp | integer |
None. |
|
FromTp | integer |
None. |
|
Ip | integer |
None. |
|
SmsCode | string |
None. |
|
SellerNum | integer |
None. |
|
BaoTagIds | integer 集合 |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "OpenID": "sample string 2", "Tel": "sample string 3", "UserName": "sample string 4", "FromUserID": 5, "PageTp": 6, "RegEntryTp": 7, "MonTp": 8, "FromTp": 9, "Ip": 10, "SmsCode": "sample string 11", "SellerNum": 12, "BaoTagIds": [ 1, 2 ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.
响应消息
内容 描述
CxccApiMsgName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
msg | string |
None. |
响应示例
application/json, text/json
Sample:
{ "code": 1, "msg": "sample string 2" }
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.