Last Updated on : 2023-06-21 07:13:12download
Modify the information about a project, including the contact person and project name, based on the specified parameters, such as community ID.
PUT: /v1.0/iot-02/community/project/{block_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
block_id | String | uri | true | The ID of a community. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
structure_id | String | true | The ID of the associated organization. | |
project_name | String | true | The name of the project. | |
contact | String | true | The contact name. | |
mobile | String | true | The mobile phone number. | |
location | String | false | The code of the location. For more information, visit http://www.stats.gov.cn/english/. | |
location_name | String | false | The name of the location. For more information, visit http://www.stats.gov.cn/english/. | |
street | String | false | The code of the street. For more information, visit http://www.stats.gov.cn/english/. | |
street_name | String | false | The name of the location. For more information, visit http://www.stats.gov.cn/english/. | |
community | String | false | The name of the location. For more information, visit http://www.stats.gov.cn/english/. | |
community_name | String | false | The name of the community. | |
detail_address | String | false | The detailed address. | |
completion_time | Long | false | The date on which the project was completed. | |
delivery_time | Long | false | The date on which the project was delivered. | |
acceptance_time | Long | false | The date on which the project was accepted. | |
registration_time | Long | false | The date on which the project was registered. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. |
PUT: /v1.0/iot-02/community/project/136767399153950xxxx
{
"structure_id": "138479997683138xxxx",
"location": "_c_h_n,330000,330200,330282",
"locationName": "Cixi City, Ningbo City, Zhejiang Province",
"street": "330282004",
"streetName": "Hushan Street",
"community": "330282004026",
"communityName": "Mingzhu Community",
"completion_time": 1617702356473,
"delivery_time": 1619603158772,
"acceptance_time": 1618998360608,
"registration_time": 1619430365379,
"projectName": "Sunny Park",
"project_type_id": "138222641874998xxxx",
"detailAddress": "Room 7x2, Building 3, Zheshang Fortune Center, Xihu District, Hangzhou City, Zhejiang Province",
"contact": "Helen",
"mobile": "1566901xxxx"
}
true
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback