POST NewProjBrandPublish
“Post”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| newProjBrand | “newProjBrand”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"BrandName": "sample string 2",
"Byt": "sample string 3",
"Syt": "sample string 4",
"IsDirect": "sample string 5",
"ExistingStores": "sample string 6",
"DemandAreaLow": "sample string 7",
"DemandAreaTop": "sample string 8",
"EngineerRequire": "sample string 9",
"StorePerformance": "sample string 10",
"CardImage": "sample string 11",
"BrandLogoImage": "sample string 12",
"StoreImages": "sample string 13",
"ExpandArea": "sample string 14",
"ShopPlans": "sample string 15",
"TermCooperation": "sample string 16",
"AddUser": "sample string 17",
"shopId": 18,
"projectId": 19
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Code": 1,
"Msg": "sample string 2"
}