POST residentapi/cwsproperties
Create a CWS property
Request Information
URI Parameters
None.
Body Parameters
CwsPropertyCreate| Name | Description | Type | Additional information |
|---|---|---|---|
| C4UID |
C4UID |
string |
Required |
| ConnectPropertyId |
Connect Property Id. |
integer |
Required |
| PropertyName |
Property Name. |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"c4UID": "sample string 1",
"connectPropertyId": 2,
"propertyName": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CwsProperty| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyId |
Property Id. Unique Id of the properties entity. |
integer |
None. |
| MarketId |
Market Id. |
integer |
None. |
| ConnectPropertyId |
Connect Property Id. |
integer |
None. |
| PropertyName |
Property Name. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"propertyId": 1,
"marketId": 2,
"connectPropertyId": 3,
"propertyName": "sample string 4"
}