POST api/bankPartner/saveMaterialContent

Request Information

URI Parameters

None.

Body Parameters

MaterialContent
NameDescriptionTypeAdditional 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": "2026-08-13T05:33:50.4795394+08:00",
  "sort": 4
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MaterialContent'.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
success

boolean

None.

data

Object

None.

error

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "data": {},
  "error": "sample string 3"
}