POST NewProjShopPublish
“Post”的文档。
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| newProjShop | “newProjShop”的文档。 | Define this parameter in the request body. | 
Request body formats
application/json, text/json
            Sample:
        
{
  "Id": 1,
  "ProjectId": "sample string 2",
  "ShopNo": "sample string 3",
  "ShopFloor": "sample string 4",
  "ShopZuo": "sample string 5",
  "ShopArea": "sample string 6",
  "RentFormat": "sample string 7",
  "PropertyManagementFee": "sample string 8",
  "CareShopDateTime": "sample string 9",
  "RentYear": "sample string 10",
  "DecorationTime": "sample string 11",
  "Storey": "sample string 12",
  "ColumnSpacing": "sample string 13",
  "UpWater": "sample string 14",
  "DownWater": "sample string 15",
  "HaveFlue": "sample string 16",
  "PowerType": "sample string 17",
  "AddUser": "sample string 18",
  "ShopDesc": "sample string 19",
  "ContactPhone": "sample string 20",
  "Email": "sample string 21"
}
        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"
}