POST api/UserCenter/PutForward?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
H5PutForward| Name | Description | Type | Additional information |
|---|---|---|---|
| Remark | string |
None. |
|
| BankCardId | integer |
None. |
|
| CompaynPayNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Remark": "sample string 1",
"BankCardId": 2,
"CompaynPayNo": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |