POST api/bankPartner/saveMaterialContent
Request Information
URI Parameters
None.
Body Parameters
MaterialContent| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| type | integer |
None. |
|
| materialContent | string |
None. |
|
| addTime | date |
None. |
|
| sort | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"type": 2,
"materialContent": "sample string 3",
"addTime": "2025-12-06T12:31:11.4697732+08:00",
"sort": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}