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/api/{version}/chain/{chainId}/property/{propertyId}/deposit



Request

PropertyTypeRequiredDefault valueDescription
chainIdIntegertrue
Unique identificator of the chain.
propertyIdIntegertrue
Unique identificator of the property.
depositStatusTypeIdIntegerfalse
Unique identificator of the DepositStatusType.
offsetIntegerfalse0Offset of the array of results.
limitIntegerfalse10Limit of results.
sortStringfalseidProperty of the entity to sort by.
sortModeStringfalseAscMode of sorting.


Example request

Code Block
languagepowershell
themeDJango
GET https://prod.ulysescloud.com/api/v1/chain/1/property/1/deposit



Response

PropertyTypeRequiredDescription
PagePagetrue
Entity


Insert excerpt
Deposit
Deposit
nopaneltrue

Example response

Code Block
themeDJango
{
	"count": 7,
	"offset": 0,
	"limit": 10,
	"list": [{
			"id": 2,
			"name": "dcb58",
			"company": null,
			"customer": {
				"id": 8,
				"name": "Antonio Bérengère Chapman"
			},
			"travelAgent": null,
			"productModel": {
				"id": 519,
				"name": "Deposit 10"
			},
			"consumptionDate": "2019-02-07",
			"price": 311,
			"spent": 0,
			"remaining": 0,
			"currency": {
				"code": "EUR",
				"name": "Euro"
			},
			"depositStatusTypeModel": {
				"name": "Pending Payment",
				"code": "PENPAY"
			}
		},
		{
			"id": 3,
			"name": "da908",
			"company": null,
			"customer": {
				"id": 8,
				"name": "Antonio Bérengère Chapman"
			},
			"travelAgent": null,
			"productModel": {
				"id": 519,
				"name": "Deposit 10"
			},
			"consumptionDate": "2019-02-01",
			"price": 405,
			"spent": 0,
			"remaining": 405,
			"currency": {
				"code": "EUR",
				"name": "Euro"
			},
			"depositStatusTypeModel": {
				"name": "Pending To Apply",
				"code": "PENAPL"
			}
		},
		{
			"id": 4,
			"name": "0f4ed",
			"company": null,
			"customer": {
				"id": 10,
				"name": "Juan Athéna Ward"
			},
			"travelAgent": null,
			"productModel": {
				"id": 530,
				"name": "Deposit 21"
			},
			"consumptionDate": "2019-02-09",
			"price": 179,
			"spent": 0,
			"remaining": 0,
			"currency": {
				"code": "EUR",
				"name": "Euro"
			},
			"depositStatusTypeModel": {
				"name": "Pending Payment",
				"code": "PENPAY"
			}
		},
		{
			"id": 5,
			"name": "a63c4",
			"company": null,
			"customer": {
				"id": 4,
				"name": "Irene Maïté Duncan"
			},
			"travelAgent": null,
			"productModel": {
				"id": 530,
				"name": "Deposit 21"
			},
			"consumptionDate": "2019-02-07",
			"price": 254,
			"spent": 0,
			"remaining": 254,
			"currency": {
				"code": "EUR",
				"name": "Euro"
			},
			"depositStatusTypeModel": {
				"name": "Pending To Apply",
				"code": "PENAPL"
			}
		},
		{
			"id": 6,
			"name": "80153",
			"company": null,
			"customer": null,
			"travelAgent": {
				"id": 132,
				"name": "Jamia"
			},
			"productModel": {
				"id": 530,
				"name": "Deposit 21"
			},
			"consumptionDate": "2019-02-12",
			"price": 343,
			"spent": 0,
			"remaining": 343,
			"currency": {
				"code": "EUR",
				"name": "Euro"
			},
			"depositStatusTypeModel": {
				"name": "Pending To Apply",
				"code": "PENAPL"
			}
		},
		{
			"id": 7,
			"name": "e361d",
			"company": null,
			"customer": {
				"id": 2,
				"name": "Carolyn Göran Freeman"
			},
			"travelAgent": null,
			"productModel": {
				"id": 519,
				"name": "Deposit 10"
			},
			"consumptionDate": "2019-02-07",
			"price": 87,
			"spent": 0,
			"remaining": 87,
			"currency": {
				"code": "EUR",
				"name": "Euro"
			},
			"depositStatusTypeModel": {
				"name": "Pending To Apply",
				"code": "PENAPL"
			}
		},
		{
			"id": 8,
			"name": "b784a",
			"company": null,
			"customer": null,
			"travelAgent": {
				"id": 121,
				"name": "Zoomcast"
			},
			"productModel": {
				"id": 530,
				"name": "Deposit 21"
			},
			"consumptionDate": "2019-02-10",
			"price": 134,
			"spent": 0,
			"remaining": 134,
			"currency": {
				"code": "EUR",
				"name": "Euro"
			},
			"depositStatusTypeModel": {
				"name": "Pending To Apply",
				"code": "PENAPL"
			}
		}
	]
}