POST api/brand/editlicensey?memberid={memberid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberid

string

Required

Body Parameters

EditLicenseyInfos
NameDescriptionTypeAdditional information
brand_grant_images

Collection of string

None.

brand_grant_valid_time

string

None.

brand_register_images

Collection of string

None.

brand_valid_time

string

None.

id

integer

None.

selling_type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "brand_grant_images": [
    "sample string 1",
    "sample string 2"
  ],
  "brand_grant_valid_time": "sample string 1",
  "brand_register_images": [
    "sample string 1",
    "sample string 2"
  ],
  "brand_valid_time": "sample string 2",
  "id": 3,
  "selling_type": "sample string 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 'EditLicenseyInfos'.

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