post Profile Room Ownership Records
POST {{HostName}}/rmr/config/v1/roomOwners
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
code | null | ||
wildcard | null | ||
description | null |
Request Body
{"roomOwner"=>{"hotelId"=>"{{hotelId}}", "contractNumber"=>"12345ABCDEFG", "startDate"=>"{{currentdate}}", "roomId"=>"{{roomId}}", "profileId"=>{"type"=>"Profile", "id"=>"{{profileId}}"}, "ownerExclusive"=>false, "status"=>"A"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |