This mutation is offered as part of the product management capability, which is available to pilot partners only. If you are interested in adopting this capability, contact your Technical Account Manager.
Submits the legal number of rooms per unit for properties in New York City, for tax calculation purposes.
New York City has a room occupancy tax that must be charged based on the number of rooms inside of a unit. Use the property query to determine whether the property is in New York City. If so, this mutation can be used to provide the legal number of rooms in the unit, and Expedia will then use this information to calculate the tax amount that needs to be applied.
The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.
Int
Int
The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
Input parameters for the setUnitLegalNumberOfNewYorkRoomsRegulatoryAttributes mutation.
Field
Description
clientMutationId
Partner's transaction ID that uniquely identifies the request, which can be
used to associate requests and responses for troubleshooting purposes. This ID
must be unique across requests and cannot be reused. However, if a request
needs to be retried, such as because it failed or timed out, the ID provided
in the original request should be used. The ID can be in any format as long as
it uniquely identifies the request.
Response payload for the setUnitLegalNumberOfNewYorkRoomsRegulatoryAttributes mutation.
Field
Description
clientMutationId
Partner's transaction ID that identifies the request, which can be used to
correlate with partner's transaction logs. This ID must be unique across
requests and cannot be reused.
The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.