POST api/toubaomini/appointmentmodify
Request Information
URI Parameters
None.
Body Parameters
NewAppointment| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| OpenID | string |
None. |
|
| Tel | string |
None. |
|
| UserName | string |
None. |
|
| FromUserID | integer |
None. |
|
| AreaID | integer |
None. |
|
| PageTp | integer |
None. |
|
| ClientTp | integer |
None. |
|
| RegEntryTp | integer |
None. |
|
| MonTp | integer |
None. |
|
| FromTp | integer |
None. |
|
| Ip | integer |
None. |
|
| SmsCode | string |
None. |
|
| SellerNum | integer |
None. |
|
| BaoTagIds | Collection of 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,
"AreaID": 6,
"PageTp": 7,
"ClientTp": 8,
"RegEntryTp": 9,
"MonTp": 10,
"FromTp": 11,
"Ip": 12,
"SmsCode": "sample string 13",
"SellerNum": 14,
"BaoTagIds": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResData| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": {}
}