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.billing


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



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

GET



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

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.
createdDateFromdateTimeLocalDatefalserequest parameter
Date of creation of the deposit (not paid yet)
createdDateTodateTimeLocalDatefalserequest parameter
Date of creation of the deposit (not paid yet)
consumedDateFromdateTimeLocalDatefalserequest parameter
Date of consumption of the deposit
consumedDateTodateTimeLocalDatefalserequest parameter
Date of consumption of the deposit
paidDateFromdateTimeLocalDatefalserequest parameter
Date of payment of the deposit
paidDateTodateTimeLocalDatefalserequest parameter
Date of payment of the deposit
refundDateFromdateTimeLocalDatefalserequest parameter
Date of refund of the deposit
refundDateTodateTimeLocalDatefalserequest parameter
Date of refund of the deposit
cancellationDateFromdateTimeLocalDatefalserequest parameter
Date of cancellation of the deposit (not paid)
cancelationDateTodateTimeLocalDatefalserequest 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

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



Response

PropertyTypeRequiredDescription
PagePagetrue
Entity


Insert excerpt
Deposit
Deposit
nopaneltrue

Example response

Code Block
themeDJango
{
	"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"
			}
		}
	]
}