POST api/autorelease/savemetatemp

Request Information

URI Parameters

None.

Body Parameters

ProductMetaTemplate
NameDescriptionTypeAdditional information
Id

string

None.

MetaTemplateName

string

None.

AddTime

date

None.

EcplatformUserNumberId

integer

None.

metas

Collection of ProductMeta

None.

Request Formats

application/json, text/json

Sample:
{
  "metas": [
    {
      "id": 1,
      "productCategoryID": "sample string 2",
      "keyName": "sample string 3",
      "value": "sample string 4",
      "type": 5,
      "isUse": true
    },
    {
      "id": 1,
      "productCategoryID": "sample string 2",
      "keyName": "sample string 3",
      "value": "sample string 4",
      "type": 5,
      "isUse": true
    }
  ],
  "id": "sample string 1",
  "metaTemplateName": "sample string 2",
  "addTime": "2025-12-07T20:28:00.675405+08:00",
  "ecplatformUserNumberId": 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 'ProductMetaTemplate'.

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