Property

GET
properties
Fetches a list of all properties.

Request: URL is all that is required

Response: XML file containing all properties.

Response Schema: BESAPI.xsd

POST
properties
Creates a new property.

Request: BES XML file for the property/properties.

Request Schema: BES.xsd

Response Schema: BESAPI.xsd

GET
property/{id}
Fetches detailed information about a specific property.

Request: URL is all that is required

Response Schema: BES.xsd

PUT
property/{id}
Updates the specified property.

Request: Complete XML for the property.

Request Schema: BES.xsd

Response Schema: BES.xsd

POST
property
Updates the specified property.

Request: Complete XML for property..

Request Schema: BES.xsd

Response Schema: BES.xsd

Note: For backward compatibility, this action still accepts an id but ignore it even if referencing a non-existing object.

DELETE
property/{id}
Deletes the specified property.

Request: URL is all that is required