POST api/autorelease/savepicturetemp

Request Information

URI Parameters

None.

Body Parameters

Collection of PictrueKeyWordDescTemplate
NameDescriptionTypeAdditional information
Id

integer

None.

EcplatformUserNumberId

integer

None.

KeyName

string

None.

Type

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "ecplatformUserNumberId": 2,
    "keyName": "sample string 3",
    "type": 4
  },
  {
    "id": 1,
    "ecplatformUserNumberId": 2,
    "keyName": "sample string 3",
    "type": 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 'List`1'.

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"
}