The POST /posting_accounts endpoint now accepts an optional type parameter, supporting values HOUSE and INTERFACE. When type is not included in the request, the account is created as HOUSE by default, preserving existing behaviour.
The INTERFACE type is intended for system-level accounts used by integrated applications. Enabling this account type requires activation in PMS Admin by Stayntouch Support. The HOUSE type is used for hotel-level accounts for internal and external charges.
Account types GROUP and PASSERBY are not supported. A 422 Unprocessable Entity error is returned if an unsupported value is provided.
Affected endpoint: POST /posting_accounts
Example request:
{
"type": "INTERFACE"
}




