Property
Get a property
Get a property by id.<br>You need to be authorized (no particular scope required)
get/inventory/v1/properties/{id}
Path parameters
idstring required
The id of the property.
Query parameters
languagesstring[]
'all' or comma separated list of two-letter language codes (ISO Alpha-2)
expandstring[]
List of all embedded resources that should be expanded in the response. Possible values are: actions. All other values will be silently ignored.
Response
Return all the property data.
Example response
{
"id": "MUC",
"code": "MUC",
"propertyTemplateId": "BER",
"isTemplate": false,
"name": {
"en": "Demo Hotel Munich",
"de": "Demo Hotel München"
},
"description": {
"en": "This is the demo hotel Munich",
"de": "Dies ist das Demo Hotel München"
},
"companyName": "Hotel Münchner GmbH",
"managingDirectors": "Franz-Josef Gruber",
"commercialRegisterEntry": "Amtsgericht München, HRB 279336",
"taxId": "DE311053702",
"location": {
"addressLine1": "Marienplatz 1",
"postalCode": "80331",
"city": "München",
"countryCode": "DE"
},
"bankAccount": {
"iban": "DE44 5001 0517 5407 3249 31",
"bic": "SSKMDEMMXXX",
"bank": "Stadtsparkasse München"
},
"paymentTerms": {
"en": "Pay on checkout",
"de": "Zahlung bei Checkout"
},
"timeZone": "Europe/Berlin",
"currencyCode": "EUR",
"created": "0001-01-01T00:00:00Z",
"status": "Test",
"isArchived": false
}Changes
No recorded changes to this endpoint across all 1 revision of this API.