Last Updated on : 2023-06-21 07:13:10download
A project belongs to an organization. After a project is added to a specified organization based on the organization ID, a unique community ID in the SaaS solution is returned. You will use the community ID when you manage the space, residents, and the relationship between a resident and a house.
POST: /v1.0/iot-02/community/project
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
structure_id | String | true | The ID of the associated organization. | |
project_name | String | true | The project name. | |
project_type_id | String | false | The ID of the project type. | |
contact | String | false | The contact name. | |
mobile | String | false | 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 street. | |
community | String | false | The code of the street. 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 | String | The ID of the community. |
POST: /v1.0/iot-02/community/project
{
"structure_id": "138479997683138xxxx",
"location": "CHN,330000,330200,330282",
"location_name": "Cixi City, Ningbo City, Zhejiang Province",
"street": "330282004",
"street_name": "Hushan Street",
"community": "330282004026",
"community_name": "Mingzhu Community",
"completion_time": 1617702356473,
"delivery_time": 1619603158772,
"acceptance_time": 1618998360608,
"registration_time": 1619430365379,
"project_name": "toptip",
"project_type_id": "138222641874998****",
"detail_address": "Room 7xx, Building 3, Zheshang Fortune Center, Xihu District, Hangzhou City, Zhejiang Province",
"contact": "Helen",
"mobile": "1566901xxxx"
}
"136767399153950xxxx"
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback