Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Operation

Information of the operation

Rw ui textbox macro
typewarning

Only accessible with permission of pms.integration.reservation


Style
table {
width: 100%;
}
body.page-gadget {
padding-top: 20px;
}
.separator{
margin: 5px 0;
}



Div
style background-color: khaki; color: black; display: inline-block; padding: 5px; border-radius: 3px;

PUT



Div
stylebackground-color: #0a2b1d; padding: 10px 1em; display: inline-block; color: white; border-radius: 3px;

https://{environment}.ulysescloud.com/api/{version}/chain/{chainId}/property/{propertyId}/reservationRoomStay/{reservationRoomStayId}/reservationRoomStayGuest



Request

PropertyTypeRequiredDefault valueDescription

chainId

Integertrue

propertyIdInteger


reservationRoomStayIdInteger



Example request

Code Block
languagepowershell
themeDJango
PUT https://prod.ulysescloud.com/api/v1/chain/1/property/1/reservationRoomStay/1/reservationRoomStayGuest



Body

An array of elements of type ReservationRoomStayGuest.

Code Block
themeDJango
[{
	"id": 16,
	"documentType": {
		"id": 2,
		"code": "2",
		"name": "Passport"
	},
	"documentNumber": "MNZLDtSwwrhQSmST",
	"givenName": "JeremyShirley",
	"middleName": "StéphanieKuí",
	"surName": "GardnerBradley",
	"genderType": {
		"id": 2,
		"createdDate": null,
		"modifiedDate": null1,
		"createdUser": null,
		"modifiedUser": null,
		"code": "FM",
		"name": "FemaleMale"
	},
	"birthDate": "20182001-04-12T18:13:50.710Z30",
	"birthCountry": {
		"id": 23195,
		"code": "VENHND",
		"name": "VENEZUELAHONDURAS"
	},
	"birthPlace": "WaterburyPhoenix",
	"effectiveDate": "2018-04-12T18:13:50.710Z30",
	"expireDate": "2018-04-12T18:13:50.710Z30",
	"street": "030168 RuskWarrior ParkDrive",
	"city": "WaterburyPhoenix",
	"stateProvName": "ConnecticutArizona",
	"stateProv": null,
	"country": {
		"id": 23195,
		"code": "VENHND",
		"name": "VENEZUELAHONDURAS"
	},
	"postalCode": "672685035",
	"nationalityCountry": {
		"id": 23195,
		"code": "VENHND",
		"name": "VENEZUELAHONDURAS"
	},
	"ocr": null,
	"email": "phill8m@usnewsjsnyderci@google.co.comjp",
	"phoneNumber": "1-(203602)205750-90141359"
}]



Response

A success or error message.

Example response

Code Block
themeDJango
{
  "httpStatus": "201",
  "userMessage": "Success",
  "technicalMessage": "Success ReservationRoomStay guest updated",
  "errorCode": "0"
}