This method is used to Edit an apartment tags from the project. It can only be used by project owners.
Request
Parameter | Type | Mandatory/ Optional | Maximum character length/limit | Description |
---|---|---|---|---|
input | EditApartmentTagInput | Mandatory | Not relevant | EditApartmentTagInput model |
applicationName | string | Mandatory | Should be less than or equal to 10 characters | The name of the integration partner |
EditApartmentTagInput
Parameter | Type | Mandatory/Optional | Description |
---|---|---|---|
ApartmentId | int | Mandatory | Apartment ID of the selected apartment tag. |
ApartmentTagName | string | Mandatory | Apartment Name of the selected apartment tag. |
Request - sample input
<EditApartmentTag> <input> <ApartmentId>int</ApartmentId> <ApartmentTagName>string</ApartmentTagName> </input> <applicationName>string</applicationName> </EditApartmentTag>
Response
Type | Description |
---|---|
EditApartmentTagOutput | EditApartmentTagOutput model |
EditApartmentTagOutput
Parameter | Type | Description |
---|---|---|
Status | bool | Edit Apartment tag response status |
| int | Error code number |
Response - sample output
<EditApartmentTagResponse> <EditApartmentTagResult> <Status>boolean</Status> <ErrorCode>int</ErrorCode> </EditApartmentTagResult> </EditApartmentTagResponse>
Add Comment