Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Operation

Information of the operation

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


Request

PropertyTypeRequiredDefault valueDescription

chainId

Integertrue

propertyIdInteger


reservationRoomStayIdInteger


Example request

PUT https://prod.ulysescloud.com/api/v1/chain/1/property/1/reservationRoomStay/1/reservationRoomStayGuest


Body

An array of elements of type ReservationRoomStayGuest.

[{
	"id": 1,
	"documentType": {
		"id": 2,
		"code": "2",
		"name": "Passport"
	},
	"documentNumber": "MNZLDtSw",
	"givenName": "Jeremy",
	"middleName": "Stéphanie",
	"surName": "Gardner",
	"genderType": {
		"id": 2,
		"createdDate": null,
		"modifiedDate": null,
		"createdUser": null,
		"modifiedUser": null,
		"code": "F",
		"name": "Female"
	},
	"birthDate": "2018-04-12T18:13:50.710Z",
	"birthCountry": {
		"id": 231,
		"code": "VEN",
		"name": "VENEZUELA"
	},
	"birthPlace": "Waterbury",
	"effectiveDate": "2018-04-12T18:13:50.710Z",
	"expireDate": "2018-04-12T18:13:50.710Z",
	"street": "03 Rusk Park",
	"city": "Waterbury",
	"stateProvName": "Connecticut",
	"stateProv": null,
	"country": {
		"id": 231,
		"code": "VEN",
		"name": "VENEZUELA"
	},
	"postalCode": "6726",
	"nationalityCountry": {
		"id": 231,
		"code": "VEN",
		"name": "VENEZUELA"
	},
	"ocr": null,
	"email": "phill8m@usnews.com",
	"phoneNumber": "1-(203)205-9014"
}]


Response

A success or error message.

Example response

{
  "httpStatus": "201",
  "userMessage": "Success",
  "technicalMessage": "Success ReservationRoomStay guest updated",
  "errorCode": "0"
}
  • No labels