POST api/brand/editlicensey?memberid={memberid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| memberid | string |
Required |
Body Parameters
EditLicenseyInfos| Name | Description | Type | Additional 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:
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}