POST api/v2/member/data/visa/update
Request Information
URI Parameters
None.
Body Parameters
JoseVisaContractName | Description | Type | Additional information |
---|---|---|---|
Id |
Id |
string |
None. |
memberId |
会员ID |
integer |
None. |
destinationcode |
目的地 |
string |
None. |
typecode |
证件类型 |
string |
None. |
passportnumber |
护照号码 |
string |
None. |
expirationdate |
过期日期 |
date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "memberId": 2, "destinationcode": "sample string 3", "typecode": "sample string 4", "passportnumber": "sample string 5", "expirationdate": "2024-12-23T19:28:29.1557395+08:00" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ReturnResultName | Description | Type | Additional information |
---|---|---|---|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2" }