POST V2/Flashlink/UpdateFlashlinkContent

Request Information

URI Parameters

None.

Body Parameters

FlashlinkContentVo
NameDescriptionTypeAdditional information
FlashlinkKey

string

None.

ShopperId

string

None.

VcfUrl

string

None.

ContentList

Collection of FlashlinkContentDetailVo

None.

Request Formats

application/json, text/json

Sample:
{
  "FlashlinkKey": "sample string 1",
  "ShopperId": "sample string 2",
  "VcfUrl": "sample string 3",
  "ContentList": [
    {
      "FieldId": 1,
      "ContentId": 1,
      "Content": "sample string 2",
      "FieldName": "sample string 3",
      "FieldDisplayName": "sample string 4",
      "IsVcf": true,
      "VcfCode": "sample string 5",
      "Type": "sample string 6",
      "Editable": true,
      "Sort": 1
    },
    {
      "FieldId": 1,
      "ContentId": 1,
      "Content": "sample string 2",
      "FieldName": "sample string 3",
      "FieldDisplayName": "sample string 4",
      "IsVcf": true,
      "VcfCode": "sample string 5",
      "Type": "sample string 6",
      "Editable": true,
      "Sort": 1
    }
  ]
}

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 'FlashlinkContentVo'.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {},
  "Code": 4
}