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 10 Current »

Operation

Information of the operation

GET
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/deposit


Request

PropertyTypeRequiredType parameterDefault valueDescription
chainIdIntegertruepath parameter
Unique identificator of the chain.
propertyIdIntegertruepath parameter
Unique identificator of the property.
reservationIdIntegerfalserequest parameter
Unique identificator of reservation
reservationRoomStayIdIntegerfalserequest parameter
Unique identificator of reservationRoomStay
reservationGroupIdIntegerfalserequest parameter
Unique identificator of reservationGroup
depositStatusTypeId

Integerfalserequest parameter
Unique identificator of the DepositStatusType.
createdDateFromdateTimefalserequest parameter
Date of creation of the deposit (not paid yet)
createdDateTodateTimefalserequest parameter
Date of creation of the deposit (not paid yet)
consumedDateFromdateTimefalserequest parameter
Date of consumption of the deposit
consumedDateTodateTimefalserequest parameter
Date of consumption of the deposit
paidDateFromdateTimefalserequest parameter
Date of payment of the deposit
paidDateTodateTimefalserequest parameter
Date of payment of the deposit
refundDateFromdateTimefalserequest parameter
Date of refund of the deposit
refundDateTodateTimefalserequest parameter
Date of refund of the deposit
cancellationDateFromdateTimefalserequest parameter
Date of cancellation of the deposit (not paid)
cancelationDateTodateTimefalserequest parameter
Date of refund of the deposit(not paid)
offsetIntegerfalserequest parameter0Offset of the array of results.
limitIntegerfalserequest parameter10Limit of results.
sortStringfalserequest parameteridProperty of the entity to sort by.
sortModeStringfalserequest parameterAscMode of sorting.

Example request

GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/1/deposit


Response

PropertyTypeRequiredDescription
PagePagetrue
Entity



FieldTypeRequiredDescription
idIntegertrueUnique identifier for the Deposit.
nameStringtrueName of the Deposit.
companyCompanyfalseCompany associated to this Deposit
customerCustomerfalseCustomer associated to this Deposit
travelAgentTravelAgentfalseTravelAgent associated to this Deposit
productProducttrueProduct associated to this Deposit
consumptionDateLocalDatetrueDate when the Deposit was created
priceBigDecimaltrueAmount of this Deposit
spentBigDecimaltrue
refundBigDecimaltrue
remainingBigDecimaltrue
currencyCurrencytrueCurrency associated to this Deposit
depositStatusTypeDepositStatusTypetrue

StatusType of this Deposit

reservationRoomStaySummaryReservationRoomStaySummaryfalse
reservationSummaryReservationSummaryfalse
reservationGroupReservationGroupfalse

Example response

{
	"count": 3,
	"offset": 0,
	"limit": 10,
	"list": [{
			"id": 2,
			"name": "dcb58",
			"company": null,
			"customer": {
				"id": 8,
				"name": "Antonio Bérengère Chapman",
				"profileType": {
	 				"code": "1",
   	 				"name": "Customer",
     				"nameI18n": "Customer",
     				"colorCode": "#00ACC1"
   				}
			},
			"travelAgent": null,
			"productModel": {
				"id": 589,
                "chainProductId": 129,
                "code": "DEPR",
                "name": "Depósito Recibo",
                "productType": {
                    "id": 4,
                    "code": "DEP",
                    "name": "Deposit"
                }
			},
			"consumptionDate": "2019-02-07",
			"price": 311,
			"spent": 0,
			"refund": 0,
			"remaining": 0,
			"currency": {
				"id": 1,
				"code": "EUR",
				"name": "Euro"
			},
			"depositStatusTypeModel": {
				"id": 1,
				"name": "Pending Payment",
				"code": "PENPAY"
			}
		},
		{
			"id": 3,
			"name": "da908",
			"company": null,
			"customer": {
				"id": 8,
				"name": "Antonio Bérengère Chapman",
				"profileType": {
	 				"code": "1",
   	 				"name": "Customer",
     				"nameI18n": "Customer",
     				"colorCode": "#00ACC1"
   				}
			},
			"travelAgent": null,
			"productModel": {
				"id": 588,
                "chainProductId": 128,
                "code": "DEP1",
                "name": "Depósito 10%",
                "productType": {
                    "id": 4,
                    "code": "DEP",
                    "name": "Deposit"
                }
			},
			"consumptionDate": "2019-02-01",
			"price": 405,
			"spent": 0,
			"refund":0,
			"remaining": 405,
			"currency": {
				"id": 1,
				"code": "EUR",
				"name": "Euro"
			},
			"depositStatusTypeModel": {
				"id": 1,
				"name": "Pending To Apply",
				"code": "PENAPL"
			}
		},
		{
			"id": 4,
			"name": "0f4ed",
			"company": null,
			"customer": {
				"id": 10,
				"name": "Juan Athéna Ward",
				"profileType": {
	 				"code": "1",
   	 				"name": "Customer",
     				"nameI18n": "Customer",
     				"colorCode": "#00ACC1"
   				}
			},
			"travelAgent": null,
			"productModel": {
				"id": 530,
				"code":"DEP21",
				"name": "Deposit 21"
			},
			"consumptionDate": "2019-02-09",
			"price": 179,
			"spent": 0,
			"refund": 0,
			"remaining": 0,
			"currency": {
				"id": 1,
				"code": "EUR",
				"name": "Euro"
			},
			"depositStatusTypeModel": {
				"id": 1,
				"name": "Pending Payment",
				"code": "PENPAY"
			}
		}
	]
}
  • No labels