POST api/updatecustomersnew/{id}
更新客户的信息
请求信息
URI 参数
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body 请求体 参数
UpdateCustomerInfoDtoNewName | Description | Type | Additional information |
---|---|---|---|
intentionbaotagname | string |
None. |
|
intentiontp | integer |
None. |
|
name | string |
None. |
|
tel | string |
None. |
|
rsex | integer |
None. |
|
rborn | date |
None. |
|
height | integer |
None. |
|
weight | integer |
None. |
|
issmoke | integer |
None. |
|
hasss | integer |
None. |
|
certclass | integer |
None. |
|
certid | integer |
None. |
|
areaid | integer |
None. |
|
raddress | string |
None. |
|
memo | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "intentionbaotagname": "sample string 1", "intentiontp": 2, "name": "sample string 3", "tel": "sample string 4", "rsex": 5, "rborn": "2025/04/04 11:38:19", "height": 7, "weight": 8, "issmoke": 9, "hasss": 10, "certclass": 11, "certid": 12, "areaid": 13, "raddress": "sample string 14", "memo": "sample string 15" }
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.