6Storage Webhooks JSON Information Webhooks v1.1 Documentation
- Created: 12/10/2021
- Last Updated: 10/10/2022
Introduction
6Storage fully supports webhooks to track the state of transactions and to take actions within your 6Storage account and they are extremely powerful to integrate with third party access control systems and accounting software such as Quickbooks, Sevdesk, Xero, etc.
6Storage Event Webhooks will notify a URL of your choice via HTTP POST with information about events that occur as listed below.
Move-In: | A tenant moved in through 6Storage Management Software or Tenant Portal includes tenant, invoice and payment information. |
User Create/Update: | A new signup created from the Tenant Portal or through APIs. |
Invoice Create: | An invoice created manually from 6Storage Management Software or through automatic job schedulers. |
Invoice Void: | An invoice voided from 6Storage Management Software. |
Paynow: | Payment initiated using “Paynow” option through 6Storage Management Software or Tenant Portal. |
Receipt Create: | A receipt created upon a payment. |
Void Payment: | An event of voiding Payment. |
Move-Out: | Tenant move-out from 6Storage Management Software or through APIs. |
Transfer: | On the event of transferring tenant from one unit and another unit. |
Schedule Moveout: | A tenant schedule or reschedule or cancel a scheduled moveout date. |
Unit Creation: | A tenant moved in through 6Storage Management Software or Tenant Portal includes tenant, invoice and payment information. |
Unit Delete / Undo Delete: | A tenant moved in through 6Storage Management Software or Tenant Portal includes tenant, invoice and payment information. |
Update Unit Information: | A Updated Unit's Visibility or Unit's Deposit or Unit's Amenities or Unit's Discount or Unit's Image or Unit's Provided Service or Unit's Description to show up in tenant portal. |
Getting started
To get started with the Event Webhooks:
- Login 6Storage application.
- Open Settings →Integration tab.
- Click on Webhooks integration.
- Enter Webhooks Endpoint and save.
- Then start the 6storage operations, based on event data will be return in JSON schema.
Move-In
Object Description
Unit Information
Object | Description |
---|---|
Id
|
The Id of the unit. |
Storage type
|
The type of the storage like unit, locker and pallet. |
Location |
The location of the storage. |
Building |
The building of the storage. |
UnitType |
The type of the unit like small, medium and large. |
UnitStatus |
The status of the unit like vacant, occupied, repaired, facility use and maintenance. |
UnitNumber |
The unit number of the unit. |
Unit measurement |
The unit measurement like length, width and height. |
Measurement type |
The size of the unit like sqft, meter, etc. |
Unit price |
The price of the unit. |
Tax percentage |
The tax percentage of the location. |
Tax amount |
The tax amount for unit price. |
Net amount |
The amount of the unit price and tax price. |
ImageUrl |
The image of the unit. |
Amenity info list |
The amenities like door alarm, security cameras, swing door, etc. |
SecurityDeposit |
The security deposit of the unit. |
IsDepositRefundable |
The type of the deposit refundable or not. |
GateAccessCode |
The gate access code of the unit. |
Discounts |
The discount amount. |
InvoiceInfo |
Invoice Information and its payments when movein performed. |
User |
User(Tenant) Information which includes custom fields. |
Lease Information
Object | Description |
---|---|
Id |
The Id of the lease. |
Move in date |
The check in date of the unit. |
Move out date |
The check out date of the unit. |
Next billing date |
Due date. |
Deposit |
Advance amount. |
Invoice period |
The Invoice period like monthly, quarterly, annually. |
Invoice recurring type |
The recurring type like first of month and anniversary. |
Balance |
Lease balance. |
Billing amount |
Lease amount. |
Due amount |
Lease due amount. |
Late fee |
Late fee amount. |
InsuranceAmount |
Lease insurance amount. |
LeaseAgreementUrl |
Lease document path. |
JSON Schema
{
"EventCode": "MOVEIN",
"EventCreatedDate": "2021-12-02T13:27:56.2597061Z",
"EventData": [
{
"UnitInfo": {
"Id": "35675ece-b506-469a-b883-ec54c765d871",
"StorageType": {
"Id": "fb0cc9da-b74a-415e-9793-1598a1f2e797",
"Name": "Unit "
},
"Location": {
"Id": "abf7fc6d-ec42-4702-aa0c-d0760146d43a",
"Name": "RV Spott"
},
"Building": {
"Id": "a317ffae-201f-44eb-b6fe-027aab567202",
"Name": "Floor 1"
},
"UnitType": {
"Id": "5f0331d3-7de2-41f6-8fc3-4e4d603d7026",
"Name": "Large"
},
"UnitStatus": {
"Id": "a2587aea-6060-4361-a301-cf1e4701943d",
"Name": "Good"
},
"UnitAvailablity": {
"Id": "1",
"Name": "Occupied"
},
"UnitNumber": "A1",
"UnitVisibility": true,
"Description": null,
"UnitMeasurement": "19.00 x 17.00 x 13.00",
"MeasurementType": "QSIZE",
"UnitPrice": 200.00,
"TaxPercentage": 13.00,
"TaxAmount": 26.00,
"NetAmount": 226.00,
"GrossAmount": 226.00,
"ImageUrl": "",
"AmenityInfoList": null,
"SecurityDeposit": 0.00,
"IsDepositRefundable": false,
"SecurityGates": null,
"IsMovable": false,
"GateAccessCode": null,
"IsBusinessUser": false,
"HasRentTaxExcempt": false,
"ReservedStatus": null,
"ReservationFee": 0.0,
"Discounts": [
],
"Taxes": null,
"ReservationFeeTax": 0.0
},
"LeaseInfo": {
"Id": 134008,
"ContractNo": "LID000001",
"MoveInDate": "2021-12-01",
"MoveOutDate": null,
"NextBillingDate": "2022-01-01",
"PaidThrough": "2021-12-31",
"Deposit": 100.000,
"LeaseStatus": "ACTIVE",
"InvoicePeriod": {
"Id": "5",
"InvoicePeriodId": "00000000-0000-0000-0000-000000000000",
"Name": "Monthly"
},
"InvoiceRecurringType": {
"Id": "3",
"InvoiceRecurringId": "00000000-0000-0000-0000-000000000000",
"Name": "Anniversary"
},
"Balance": 0.000,
"BillingAmount": 200.000,
"DueAmount": 0.000,
"LateFee": 0.000,
"Premium": 0.0,
"InsuranceAmount": 0.0,
"GateAccessCode": null,
"GateAccessTimeZone": null,
"RecallOn": null,
"MoveOutScheduledOn": null,
"IsMovable": false,
"ContractReference": null,
"LeaseAgreementUrl": "",
"NextBilling": {
"DueDate": "2022-01-01T00:00:00",
"BillingAmount": 200.000,
"InsuranceAmount": 0.0,
"DiscountAmount": 0.0,
"GrossAmount": 226.000,
"TaxAmount": 26.000,
"NetAmount": 226.000
},
"InsuranceType": null
}
}
],
"ClientId": "f03fecb1-ad68-4c96-9293-e2507951e29f"
}
Invoice
Object Description
Object | Description |
---|---|
Id |
The id of the invoice. |
UnitId |
The Id of the unit. |
UnitNumber |
The unit number of the unit. |
StorageType |
The type of the storage like unit, locker and pallet. |
Location |
The location of the storage. |
Building |
The building of the storage. |
ContractId |
The Id of the lease. |
InvoiceDate |
Invoice created date. |
InvoiceNo |
Invoice number. |
InvoiceAmount |
The amount of the invoice. |
Discount |
The discount of the invoice. |
LateFee |
The latefee of the invoice. |
NetAmount |
Invoice total amount. |
UnPaidBalance |
The invoice unpaid amount. |
InvoiceStatus |
The status like paid, unpaid, etc. |
InvoiceUrl |
The url of the invoice document. |
ReceiptDetails |
Invoice paid details. |
JSON Schema
{
"EventCode": "INVOICE_CREATED",
"EventCreatedDate": "2021-10-04T06:33:53.1646609Z",
"EventData": [
{
"Id": "c5aeba9f-7f1b-4761-8595-ceb49da2d245",
"UnitId": "09898f2c-2d15-4bfd-8a03-9700c8c948fd",
"UnitNumber": "15",
"StorageType": {
"Id": "e3c01537-cf6b-47f0-b80d-44767cb58cb7",
"Name": "Unit "
},
"Location": {
"Id": "9e9d51ae-df9a-4ba4-ba9b-ccae69cf8cbd",
"Name": "Anthony J "
},
"Building": {
"Id": "4cea5ba0-cb8f-4b96-8ced-7fec65fe03d5",
"Name": "Hayes"
},
"ContractId": 116070,
"ContractNo": "LID000033",
"InvoiceDate": "2021-10-04T00:00:00",
"InvoiceNo": "40",
"InvoiceAmount": 2000.00,
"Discount": 0.00,
"LateFee": 0.00,
"NetAmount": 2000.00,
"UnPaidBalance": 2000.00,
"InvoiceStatus": "UNPAID",
"InvoiceUrl": "",
"ReceiptDetails": null
}
],
"ClientId": "8c63e523-54aa-47eb-a9be-96d1a3c7b8c1"
}
Void Invoice
Object Description
For the object description table please refer Invoice Section. Invoice table
JSON Schema
{
"EventCode": "VOID_INVOICE",
"EventCreatedDate": "2021-10-04T06:38:18.2071962Z",
"EventData": [
{
"Id": "c5aeba9f-7f1b-4761-8595-ceb49da2d245",
"UnitId": "09898f2c-2d15-4bfd-8a03-9700c8c948fd",
"UnitNumber": "15",
"StorageType": {
"Id": "e3c01537-cf6b-47f0-b80d-44767cb58cb7",
"Name": "Unit "
},
"Location": {
"Id": "9e9d51ae-df9a-4ba4-ba9b-ccae69cf8cbd",
"Name": "Anthony J "
},
"Building": {
"Id": "4cea5ba0-cb8f-4b96-8ced-7fec65fe03d5",
"Name": "Hayes"
},
"ContractId": 116070,
"ContractNo": "LID000033",
"InvoiceDate": "2021-10-04T00:00:00",
"InvoiceNo": "40",
"InvoiceAmount": 2000.00,
"Discount": 0.00,
"LateFee": 0.00,
"NetAmount": 2000.00,
"UnPaidBalance": 2000.00,
"InvoiceStatus": "UNPAID",
"InvoiceUrl": "https://s3-us-west-2.amazonaws.com/storageadmintestdocs/12381_GL/OnetoOneStorage_API_Move In _Invoice_40_Lease_116070.pdf",
"ReceiptDetails": null
}
],
"ClientId": "8c63e523-54aa-47eb-a9be-96d1a3c7b8c1"
}
Paynow
Object Description
For the object description table please refer Invoice Section. Invoice table
JSON Schema
{
"EventCode": "RECEIPT_CREATED",
"EventCreatedDate": "2021-12-02T13:35:40.732056Z",
"EventData": [
{
"Id": "0e9155b5-45a7-4559-a0fc-d08b178730ce",
"UnitId": "a8c53957-4c2c-452d-8a1f-16b08bf729a7",
"UnitNumber": "A4",
"StorageType": {
"Id": "fb0cc9da-b74a-415e-9793-1598a1f2e797",
"Name": "Unit "
},
"Location": {
"Id": "abf7fc6d-ec42-4702-aa0c-d0760146d43a",
"Name": "RV Spott"
},
"Building": {
"Id": "a317ffae-201f-44eb-b6fe-027aab567202",
"Name": "Floor 1"
},
"ContractId": 134013,
"ContractNo": "LID000004",
"InvoiceDate": "2021-12-01T00:00:00",
"DueDate": "2021-12-01T00:00:00",
"InvoiceNo": "4",
"InvoiceAmount": 226.00,
"Discount": 0.00,
"LateFee": 0.00,
"NetAmount": 226.00,
"UnPaidBalance": 0.00,
"InvoiceStatus": "PAID",
"InvoiceUrl": "https://s3-us-west-2.amazonaws.com/storageadmintestdocs/12324_GL/StorHicles_SandraGBearden_Invoice_4_Lease_134013.pdf",
"ReceiptDetails": [
{
"Id": "c23f83df-6ea2-4fa5-8d07-130bd371e849",
"InvoiceId": "0e9155b5-45a7-4559-a0fc-d08b178730ce",
"ReceiptNo": "4",
"PaidOn": "2021-12-02T00:00:00",
"PaymentMode": "StandingOrder",
"ReferenceNumber": "XXXX4343",
"ReceiptUrl": "https://s3-us-west-2.amazonaws.com/storageadmintestdocs/12324_GL/StorHicles_SandraG_PaymentReceipt-4_ClientId_f03fecb1-ad68-4c96-9293-e2507951e29f.pdf"
}
]
}
],
"ClientId": "f03fecb1-ad68-4c96-9293-e2507951e29f"
}
Void Receipt
Object Description
For the object description table please refer Invoice Section. Invoice table
JSON Schema
{
"EventCode": "VOID_RECEIPT",
"EventCreatedDate": "2021-10-04T06:49:12.5897196Z",
"EventData": [
{
"Id": "53c7f30e-9b78-40d7-9c91-c632da222ca1",
"UnitId": "2a1eb606-debc-47d7-906b-fc14af80f6a5",
"UnitNumber": "17",
"StorageType": {
"Id": "e3c01537-cf6b-47f0-b80d-44767cb58cb7",
"Name": "Unit "
},
"Location": {
"Id": "9e9d51ae-df9a-4ba4-ba9b-ccae69cf8cbd",
"Name": "Anthony J "
},
"Building": {
"Id": "4cea5ba0-cb8f-4b96-8ced-7fec65fe03d5",
"Name": "Hayes"
},
"ContractId": 116073,
"ContractNo": "LID000034",
"InvoiceDate": "2021-10-04T00:00:00",
"InvoiceNo": "43",
"InvoiceAmount": 2260.00,
"Discount": 0.00,
"LateFee": 0.00,
"NetAmount": 2260.00,
"UnPaidBalance": 0.00,
"InvoiceStatus": "PAID",
"InvoiceUrl": "https://s3-us-west-2.amazonaws.com/storageadmintestdocs/12381_GL/OnetoOneStorage_Jenifer_Invoice_43_Lease_116073.pdf",
"ReceiptDetails": [
{
"Id": "d1977b94-31c7-4f9e-bae1-0dc69f4806e2",
"InvoiceId": "53c7f30e-9b78-40d7-9c91-c632da222ca1",
"ReceiptNo": "33",
"ReceiptUrl": "https://s3-us-west-2.amazonaws.com/storageadmintestdocs/12381_GL/OnetoOneStorage_Jenifer_PaymentReceipt-33_ClientId_8c63e523-54aa-47eb-a9be-96d1a3c7b8c1.pdf"
}
]
}
],
"ClientId": "8c63e523-54aa-47eb-a9be-96d1a3c7b8c1"
}
Transfer
Object Description
For the object description table please refer move-in section. Move-In table
JSON Schema
{
"EventCode": "MOVEOUT",
"EventCreatedDate": "2021-10-05T15:11:19.2820065Z",
"EventData": [
{
"UnitInfo": {
"Id": "d6777a51-400a-420c-b205-ff07a524934e",
"StorageType": {
"Id": "e3c01537-cf6b-47f0-b80d-44767cb58cb7",
"Name": "Unit "
},
"Location": {
"Id": "9e9d51ae-df9a-4ba4-ba9b-ccae69cf8cbd",
"Name": "Anthony J "
},
"Building": {
"Id": "4cea5ba0-cb8f-4b96-8ced-7fec65fe03d5",
"Name": "Hayes"
},
"UnitType": {
"Id": "a1874e86-115d-4882-baef-33b4a19f49b6",
"Name": "U1"
},
"UnitStatus": {
"Id": "a2587aea-6060-4361-a301-cf1e4701943d",
"Name": "Good"
},
"UnitAvailablity": {
"Id": "2",
"Name": "Vacant"
},
"UnitNumber": "30",
"UnitVisibility": true,
"Description": null,
"UnitMeasurement": "11.00 x 12.00",
"MeasurementType": "SIZE",
"UnitPrice": 2000.00,
"TaxPercentage": 13.00,
"TaxAmount": 260.00,
"NetAmount": 2260.00,
"GrossAmount": 2260.00,
"ImageUrl": "",
"AmenityInfoList": null,
"SecurityDeposit": 0.00,
"IsDepositRefundable": false,
"SecurityGates": null,
"IsMovable": false,
"GateAccessCode": null,
"IsBusinessUser": false,
"HasRentTaxExcempt": false,
"ReservedStatus": null,
"ReservationFee": 0.0,
"Discounts": null,
"Taxes": null,
"ReservationFeeTax": 0.0
},
"LeaseInfo": {
"Id": 116267,
"ContractNo": "LID000045",
"MoveInDate": "2021-10-05",
"MoveOutDate": null,
"NextBillingDate": "2021-12-01",
"PaidThrough": "2021-11-30",
"Deposit": 0.0,
"LeaseStatus": "GRANTED",
"InvoicePeriod": {
"Id": "5",
"InvoicePeriodId": "00000000-0000-0000-0000-000000000000",
"Name": "Monthly"
},
"InvoiceRecurringType": {
"Id": "1",
"InvoiceRecurringId": "00000000-0000-0000-0000-000000000000",
"Name": "First of month"
},
"Balance": 0.00,
"BillingAmount": 2000.00,
"DueAmount": 0.00,
"LateFee": 0.00,
"Premium": 0.0,
"InsuranceAmount": 0.0,
"GateAccessCode": null,
"GateAccessTimeZone": null,
"RecallOn": null,
"MoveOutScheduledOn": null,
"IsMovable": false,
"ContractReference": null,
"LeaseAgreementUrl": "",
"NextBilling": null
}
}
],
"ClientId": "8c63e523-54aa-47eb-a9be-96d1a3c7b8c1"
}
MOVEIN:{
"EventCode": "MOVEIN",
"EventCreatedDate": "2021-12-02T13:27:56.2597061Z",
"EventData": [
{
"UnitInfo": {
"Id": "35675ece-b506-469a-b883-ec54c765d871",
"StorageType": {
"Id": "fb0cc9da-b74a-415e-9793-1598a1f2e797",
"Name": "Unit "
},
"Location": {
"Id": "abf7fc6d-ec42-4702-aa0c-d0760146d43a",
"Name": "RV Spott"
},
"Building": {
"Id": "a317ffae-201f-44eb-b6fe-027aab567202",
"Name": "Floor 1"
},
"UnitType": {
"Id": "5f0331d3-7de2-41f6-8fc3-4e4d603d7026",
"Name": "Large"
},
"UnitStatus": {
"Id": "a2587aea-6060-4361-a301-cf1e4701943d",
"Name": "Good"
},
"UnitAvailablity": {
"Id": "1",
"Name": "Occupied"
},
"UnitNumber": "A1",
"UnitVisibility": true,
"Description": null,
"UnitMeasurement": "19.00 x 17.00 x 13.00",
"MeasurementType": "QSIZE",
"UnitPrice": 200.00,
"TaxPercentage": 13.00,
"TaxAmount": 26.00,
"NetAmount": 226.00,
"GrossAmount": 226.00,
"ImageUrl": "",
"AmenityInfoList": null,
"SecurityDeposit": 0.00,
"IsDepositRefundable": false,
"SecurityGates": null,
"IsMovable": false,
"GateAccessCode": null,
"IsBusinessUser": false,
"HasRentTaxExcempt": false,
"ReservedStatus": null,
"ReservationFee": 0.0,
"Discounts": [
],
"Taxes": null,
"ReservationFeeTax": 0.0
},
"LeaseInfo": {
"Id": 134008,
"ContractNo": "LID000001",
"MoveInDate": "2021-12-01",
"MoveOutDate": null,
"NextBillingDate": "2022-01-01",
"PaidThrough": "2021-12-31",
"Deposit": 100.000,
"LeaseStatus": "ACTIVE",
"InvoicePeriod": {
"Id": "5",
"InvoicePeriodId": "00000000-0000-0000-0000-000000000000",
"Name": "Monthly"
},
"InvoiceRecurringType": {
"Id": "3",
"InvoiceRecurringId": "00000000-0000-0000-0000-000000000000",
"Name": "Anniversary"
},
"Balance": 0.000,
"BillingAmount": 200.000,
"DueAmount": 0.000,
"LateFee": 0.000,
"Premium": 0.0,
"InsuranceAmount": 0.0,
"GateAccessCode": null,
"GateAccessTimeZone": null,
"RecallOn": null,
"MoveOutScheduledOn": null,
"IsMovable": false,
"ContractReference": null,
"LeaseAgreementUrl": "",
"NextBilling": {
"DueDate": "2022-01-01T00:00:00",
"BillingAmount": 200.000,
"InsuranceAmount": 0.0,
"DiscountAmount": 0.0,
"GrossAmount": 226.000,
"TaxAmount": 26.000,
"NetAmount": 226.000
},
"InsuranceType": null
}
}
],
"ClientId": "f03fecb1-ad68-4c96-9293-e2507951e29f"
}
Move-Out
Object Description
For the object description table please refer move-in section. Move-In table
JSON Schema
{
"EventCode": "MOVEOUT",
"EventCreatedDate": "2021-12-02T14:03:32.1302922Z",
"EventData": [
{
"UnitInfo": {
"Id": "2d705122-f502-4630-9a04-f2a26e983164",
"StorageType": {
"Id": "fb0cc9da-b74a-415e-9793-1598a1f2e797",
"Name": "Unit "
},
"Location": {
"Id": "abf7fc6d-ec42-4702-aa0c-d0760146d43a",
"Name": "RV Spott"
},
"Building": {
"Id": "a317ffae-201f-44eb-b6fe-027aab567202",
"Name": "Floor 1"
},
"UnitType": {
"Id": "5f0331d3-7de2-41f6-8fc3-4e4d603d7026",
"Name": "Large"
},
"UnitStatus": {
"Id": "a2587aea-6060-4361-a301-cf1e4701943d",
"Name": "Good"
},
"UnitAvailablity": {
"Id": "2",
"Name": "Vacant"
},
"UnitNumber": "A6",
"UnitVisibility": true,
"Description": null,
"UnitMeasurement": "19.00 x 17.00 x 13.00",
"MeasurementType": "QSIZE",
"UnitPrice": 200.00,
"TaxPercentage": 13.00,
"TaxAmount": 26.00,
"NetAmount": 226.00,
"GrossAmount": 226.00,
"ImageUrl": "",
"AmenityInfoList": null,
"SecurityDeposit": 0.00,
"IsDepositRefundable": false,
"SecurityGates": null,
"IsMovable": false,
"GateAccessCode": null,
"IsBusinessUser": false,
"HasRentTaxExcempt": false,
"ReservedStatus": null,
"ReservationFee": 0.0,
"Discounts": null,
"Taxes": null,
"ReservationFeeTax": 0.0
},
"LeaseInfo": {
"Id": 134032,
"ContractNo": "LID000006",
"MoveInDate": "2021-11-01",
"MoveOutDate": null,
"NextBillingDate": "2021-12-01",
"PaidThrough": "2021-11-30",
"Deposit": 100.00,
"LeaseStatus": "GRANTED",
"InvoicePeriod": {
"Id": "5",
"InvoicePeriodId": "00000000-0000-0000-0000-000000000000",
"Name": "Monthly"
},
"InvoiceRecurringType": {
"Id": "3",
"InvoiceRecurringId": "00000000-0000-0000-0000-000000000000",
"Name": "Anniversary"
},
"Balance": 0.00,
"BillingAmount": 200.00,
"DueAmount": 0.00,
"LateFee": 0.00,
"Premium": 0.0,
"InsuranceAmount": 0.0,
"GateAccessCode": null,
"GateAccessTimeZone": null,
"RecallOn": null,
"MoveOutScheduledOn": null,
"IsMovable": false,
"ContractReference": null,
"LeaseAgreementUrl": "",
"NextBilling": null,
"InsuranceType": null
}
}
],
"ClientId": "f03fecb1-ad68-4c96-9293-e2507951e29f"
}
Void Lease
Object Description
For the object description table please refer Invoice Section. Invoice table
JSON Schema
{
"EventCode": "VOID_LEASE",
"EventCreatedDate": "2021-10-04T14:32:29.9611495Z",
"EventData": [
{
"Id": "c3086718-6b36-47f7-a561-80bdbccf0b75",
"UnitId": "a2d171b4-b198-4782-829b-0f7d0e7e5fc0",
"UnitNumber": "9",
"StorageType": {
"Id": "e9e2f4be-27d5-4276-a220-7cf4c4ef70cf",
"Name": "Unit"
},
"Location": {
"Id": "a256f03d-b897-45e8-ac1a-852b7c63e738",
"Name": "RV Spott"
},
"Building": {
"Id": "8c260609-fac2-4a91-9b27-a7310d267e45",
"Name": "Floor 1"
},
"ContractId": 114905,
"ContractNo": "LID000388",
"InvoiceDate": "2021-09-22T00:00:00",
"InvoiceNo": "PPA092021134SSATEN000235",
"InvoiceAmount": 700.00,
"Discount": 0.00,
"LateFee": 0.00,
"NetAmount": 700.00,
"UnPaidBalance": 0.00,
"InvoiceStatus": "PAID",
"InvoiceUrl": "",
"ReceiptDetails": null
},
{
"Id": "da7b077c-21ea-476e-a26e-37ccde946845",
"UnitId": "a2d171b4-b198-4782-829b-0f7d0e7e5fc0",
"UnitNumber": "9",
"StorageType": {
"Id": "e9e2f4be-27d5-4276-a220-7cf4c4ef70cf",
"Name": "Unit"
},
"Location": {
"Id": "a256f03d-b897-45e8-ac1a-852b7c63e738",
"Name": "RV Spott"
},
"Building": {
"Id": "8c260609-fac2-4a91-9b27-a7310d267e45",
"Name": "Floor 1"
},
"ContractId": 114905,
"ContractNo": "LID000388",
"InvoiceDate": "2021-09-22T00:00:00",
"InvoiceNo": "PPA092021133SSATEN000235",
"InvoiceAmount": 210.00,
"Discount": 0.00,
"LateFee": 0.00,
"NetAmount": 210.00,
"UnPaidBalance": 0.00,
"InvoiceStatus": "PAID",
"InvoiceUrl": "https://s3-us-west-2.amazonaws.com/storageadmintestdocs/10039/venkateshdesala_Jagadeesh_Invoice_133_Lease_114905.pdf",
"ReceiptDetails": null
}
],
"ClientId": "f3db59cb-b8a6-4962-bb93-6ed59b7fc565"
}
User Created
Object Description
Object | Description |
---|---|
UserId |
The tenant id of the tenant. |
ClientId |
The client id of the storage owner. |
SSN |
The serial security number of the tenant. |
First name |
The first name of the tenant. |
Last name |
The last name of the tenant. |
Photo path |
The photo path of the tenant. |
Email |
The email address of the tenant. |
Phone number |
The phone number of the tenant. |
Address |
The address of the tenant. |
Business user |
The type of the tenant (business user or normal user). |
Access code |
The security code of the tenant. |
JSON Schema
{
"EventCode": "USER_CREATED",
"EventCreatedDate": "2021-12-03T07:35:23.7952892Z",
"EventData": {
"UserId": "402d0be0-350d-471f-80d8-ac9f32432762",
"ClientId": "f3db59cb-b8a6-4962-bb93-6ed59b7fc565",
"SSN": "TEN000082",
"FirstName": "Anthony J",
"LastName": "Hayes",
"PhotoPath": null,
"Email": "Anthony@yopmail.com",
"PhoneNumber": "+915625874538",
"AddressLineTwo": null,
"AddressLineOne": null,
"City": null,
"State": null,
"ZipCode": null,
"Country": null,
"BusinessUser": false,
"AccessCode": null
},
"ClientId": "f3db59cb-b8a6-4962-bb93-6ed59b7fc565"
}
User Updated
Object Description
For the object description table please refer user created section. user created table
JSON Schema
{
"EventCode": "USER_UPDATED",
"EventCreatedDate": "2021-12-03T07:35:23.7952892Z",
"EventData": {
"UserId": "402d0be0-350d-471f-80d8-ac9f32432762",
"ClientId": "f3db59cb-b8a6-4962-bb93-6ed59b7fc565",
"SSN": "TEN000082",
"FirstName": "Anthony J",
"LastName": "Hayes",
"PhotoPath": null,
"Email": "Anthony@yopmail.com",
"PhoneNumber": "+915625874538",
"AddressLineTwo": null,
"AddressLineOne": null,
"City": null,
"State": null,
"ZipCode": null,
"Country": null,
"BusinessUser": false,
"AccessCode": null
},
"ClientId": "f3db59cb-b8a6-4962-bb93-6ed59b7fc565"
}
Scheduled Moveout
Object Description
Object | Description |
---|---|
UnitInfo |
The Unit which the tenant currently occupied. |
LeaseInfo |
The Lease information. |
User |
The Tenant Information. |
JSON Schema
{
"EventCode": "SCHEDULE_MOVEOUT",
"EventCreatedDate": "2022-09-10T02:21:49.3366362Z",
"EventData": [{
"UnitInfo": {
"Id": "b71a12bc-8f4a-4823-8f95-da8fd3b969ac",
"StorageType": {
"Id": "6c777acb-6481-4ae7-a704-daa9d59516b5",
"Name": "Container"
},
"Location": {
"Id": "6a90b6e7-2715-442a-9887-b7405704cf0f",
"Name": "F.NO1"
},
"Building": {
"Id": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"Name": "BNO1"
},
"UnitType": {
"Id": "70821a9c-d896-4f39-9093-362220253c8f",
"Name": "test"
},
"UnitStatus": {
"Id": "a2587aea-6060-4361-a301-cf1e4701943d",
"Name": "Good"
},
"UnitAvailablity": {
"Id": "1",
"Name": "Occupied"
},
"UnitNumber": "M8",
"UnitVisibility": true,
"Description": null,
"UnitMeasurement": "15.00 x 13.00 x 23.00",
"MeasurementType": "QSIZE",
"MeasurementFormat": "WxLxH",
"UnitPrice": 508.47,
"TaxPercentage": 18.00,
"TaxAmount": 91.52,
"NetAmount": 599.99,
"GrossAmount": 599.99,
"ImageUrl": "",
"AmenityInfoList": null,
"SecurityDeposit": 0.00,
"IsDepositRefundable": false,
"SecurityGates": null,
"IsMovable": false,
"GateAccessCode": null,
"IsBusinessUser": false,
"HasRentTaxExcempt": false,
"ReservedStatus": null,
"ReservationFee": 0.0,
"Discounts": [],
"Taxes": null,
"ReservationFeeTax": 0.0,
"OccupiedSince": 1,
"IsTaxed": false
},
"LeaseInfo": {
"Id": 140777,
"ContractNo": "LID000055",
"MoveInDate": "2022-09-09",
"MoveOutDate": null,
"NextBillingDate": "2022-10-01",
"PaidThrough": "2022-09-30",
"Deposit": 0.0,
"LeaseStatus": "ACTIVE",
"InvoicePeriod": {
"Id": "5",
"InvoicePeriodId": "9097f4e8-7487-4f30-8afc-0b7071b63a86",
"Name": "Monthly"
},
"InvoiceRecurringType": {
"Id": "1",
"InvoiceRecurringId": "e487070d-e707-4be4-905f-32f2de070062",
"Name": "First of month"
},
"Balance": 0.000,
"BillingAmount": 508.470,
"DueAmount": 0.000,
"LateFee": 0.000,
"Premium": 0.0,
"InsuranceAmount": 0.0,
"GateAccessCode": null,
"GateAccessTimeZone": null,
"RecallOn": null,
"MoveOutScheduledOn": "2022-09-21",
"IsMovable": false,
"ContractReference": null,
"LeaseAgreementUrl": "",
"NextBilling": {
"DueDate": "2022-10-01T00:00:00",
"BillingAmount": 508.470,
"InsuranceAmount": 0.0,
"DiscountAmount": 0.0,
"GrossAmount": 599.995,
"TaxAmount": 91.525,
"NetAmount": 599.995
},
"InsuranceType": null,
"InsurancePlanName": null,
"Coverage": null,
"SecurityDeposits": [],
"RefundableSecurityDeposits": 0.0,
"NonRefundableSecurityDeposits": 0.0,
"MoveOutBy": "",
"IsBadDebit": false,
"IsWriteOff": false,
"MoveoutReceipt": "",
"CustomerName": "test rln test webhooks 2",
"CustomerId": "8fa449ff-50cc-4060-b3a5-aaf70274c9ab",
"GateStatus": null,
"User": {
"UserId": "8fa449ff-50cc-4060-b3a5-aaf70274c9ab",
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"SSN": "",
"UserName": "",
"FirstName": "test rln",
"LastName": "test webhooks 2",
"PhotoPath": null,
"Email": "",
"PhoneNumber": "+1465456456456",
"AddressLineTwo": null,
"AddressLineOne": null,
"City": null,
"State": null,
"ZipCode": null,
"Country": "United States",
"BusinessUser": false,
"AccessCode": null,
"BirthDate": null,
"CustomFormFields": []
},
"leaseInvoiceLists": [{
"ContractId": 140777,
"InvoiceId": "7144edb7-eaa7-4a95-8591-6669adafe0a4"
}]
},
"InvoiceInfo": null
}],
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"TenantId": "8fa449ff-50cc-4060-b3a5-aaf70274c9ab"
}
Rescheduled Moveout
Object Description
Change the scheduled move-out to another date
JSON Schema
{
"EventCode": "RESCHEDULE_MOVEOUT",
"EventCreatedDate": "2022-09-11T11:56:09.0126586Z",
"EventData": [{
"UnitInfo": {
"Id": "b71a12bc-8f4a-4823-8f95-da8fd3b969ac",
"StorageType": {
"Id": "6c777acb-6481-4ae7-a704-daa9d59516b5",
"Name": "Container"
},
"Location": {
"Id": "6a90b6e7-2715-442a-9887-b7405704cf0f",
"Name": "F.NO1"
},
"Building": {
"Id": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"Name": "BNO1"
},
"UnitType": {
"Id": "70821a9c-d896-4f39-9093-362220253c8f",
"Name": "test"
},
"UnitStatus": {
"Id": "a2587aea-6060-4361-a301-cf1e4701943d",
"Name": "Good"
},
"UnitAvailablity": {
"Id": "1",
"Name": "Occupied"
},
"UnitNumber": "M8",
"UnitVisibility": true,
"Description": null,
"UnitMeasurement": "15.00 x 13.00 x 23.00",
"MeasurementType": "QSIZE",
"MeasurementFormat": "WxLxH",
"UnitPrice": 508.47,
"TaxPercentage": 18.00,
"TaxAmount": 91.52,
"NetAmount": 599.99,
"GrossAmount": 599.99,
"ImageUrl": "",
"AmenityInfoList": null,
"SecurityDeposit": 0.00,
"IsDepositRefundable": false,
"SecurityGates": null,
"IsMovable": false,
"GateAccessCode": null,
"IsBusinessUser": false,
"HasRentTaxExcempt": false,
"ReservedStatus": null,
"ReservationFee": 0.0,
"Discounts": [],
"Taxes": null,
"ReservationFeeTax": 0.0,
"OccupiedSince": 2,
"IsTaxed": false
},
"LeaseInfo": {
"Id": 140777,
"ContractNo": "LID000055",
"MoveInDate": "2022-09-09",
"MoveOutDate": null,
"NextBillingDate": "2022-10-01",
"PaidThrough": "2022-09-30",
"Deposit": 0.0,
"LeaseStatus": "ACTIVE",
"InvoicePeriod": {
"Id": "5",
"InvoicePeriodId": "9097f4e8-7487-4f30-8afc-0b7071b63a86",
"Name": "Monthly"
},
"InvoiceRecurringType": {
"Id": "1",
"InvoiceRecurringId": "e487070d-e707-4be4-905f-32f2de070062",
"Name": "First of month"
},
"Balance": 0.000,
"BillingAmount": 508.470,
"DueAmount": 0.000,
"LateFee": 0.000,
"Premium": 0.0,
"InsuranceAmount": 0.0,
"GateAccessCode": null,
"GateAccessTimeZone": null,
"RecallOn": null,
"MoveOutScheduledOn": "2022-09-29",
"IsMovable": false,
"ContractReference": null,
"LeaseAgreementUrl": "",
"NextBilling": {
"DueDate": "2022-10-01T00:00:00",
"BillingAmount": 508.470,
"InsuranceAmount": 0.0,
"DiscountAmount": 0.0,
"GrossAmount": 599.995,
"TaxAmount": 91.525,
"NetAmount": 599.995
},
"InsuranceType": null,
"InsurancePlanName": null,
"Coverage": null,
"SecurityDeposits": [],
"RefundableSecurityDeposits": 0.0,
"NonRefundableSecurityDeposits": 0.0,
"MoveOutBy": "",
"IsBadDebit": false,
"IsWriteOff": false,
"MoveoutReceipt": "",
"CustomerName": "test rln test webhooks 2",
"CustomerId": "8fa449ff-50cc-4060-b3a5-aaf70274c9ab",
"GateStatus": null,
"User": {
"UserId": "8fa449ff-50cc-4060-b3a5-aaf70274c9ab",
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"SSN": "",
"UserName": "",
"FirstName": "test rln",
"LastName": "test webhooks 2",
"PhotoPath": null,
"Email": "",
"PhoneNumber": "+1465456456456",
"AddressLineTwo": null,
"AddressLineOne": null,
"City": null,
"State": null,
"ZipCode": null,
"Country": "United States",
"BusinessUser": false,
"AccessCode": null,
"BirthDate": null,
"CustomFormFields": []
},
"leaseInvoiceLists": [{
"ContractId": 140777,
"InvoiceId": "7144edb7-eaa7-4a95-8591-6669adafe0a4"
}]
},
"InvoiceInfo": null
}],
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"TenantId": "8fa449ff-50cc-4060-b3a5-aaf70274c9ab"
}
Cancel Schedule
Object Description
Revoke or delete the move-out scheduled
JSON Schema
{
"EventCode": "CANCEL_SCHEDULE",
"EventCreatedDate": "2022-09-10T02:21:49.3366362Z",
"EventData": [{
"UnitInfo": {
"Id": "b71a12bc-8f4a-4823-8f95-da8fd3b969ac",
"StorageType": {
"Id": "6c777acb-6481-4ae7-a704-daa9d59516b5",
"Name": "Container"
},
"Location": {
"Id": "6a90b6e7-2715-442a-9887-b7405704cf0f",
"Name": "F.NO1"
},
"Building": {
"Id": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"Name": "BNO1"
},
"UnitType": {
"Id": "70821a9c-d896-4f39-9093-362220253c8f",
"Name": "test"
},
"UnitStatus": {
"Id": "a2587aea-6060-4361-a301-cf1e4701943d",
"Name": "Good"
},
"UnitAvailablity": {
"Id": "1",
"Name": "Occupied"
},
"UnitNumber": "M8",
"UnitVisibility": true,
"Description": null,
"UnitMeasurement": "15.00 x 13.00 x 23.00",
"MeasurementType": "QSIZE",
"MeasurementFormat": "WxLxH",
"UnitPrice": 508.47,
"TaxPercentage": 18.00,
"TaxAmount": 91.52,
"NetAmount": 599.99,
"GrossAmount": 599.99,
"ImageUrl": "",
"AmenityInfoList": null,
"SecurityDeposit": 0.00,
"IsDepositRefundable": false,
"SecurityGates": null,
"IsMovable": false,
"GateAccessCode": null,
"IsBusinessUser": false,
"HasRentTaxExcempt": false,
"ReservedStatus": null,
"ReservationFee": 0.0,
"Discounts": [],
"Taxes": null,
"ReservationFeeTax": 0.0,
"OccupiedSince": 1,
"IsTaxed": false
},
"LeaseInfo": {
"Id": 140777,
"ContractNo": "LID000055",
"MoveInDate": "2022-09-09",
"MoveOutDate": null,
"NextBillingDate": "2022-10-01",
"PaidThrough": "2022-09-30",
"Deposit": 0.0,
"LeaseStatus": "ACTIVE",
"InvoicePeriod": {
"Id": "5",
"InvoicePeriodId": "9097f4e8-7487-4f30-8afc-0b7071b63a86",
"Name": "Monthly"
},
"InvoiceRecurringType": {
"Id": "1",
"InvoiceRecurringId": "e487070d-e707-4be4-905f-32f2de070062",
"Name": "First of month"
},
"Balance": 0.000,
"BillingAmount": 508.470,
"DueAmount": 0.000,
"LateFee": 0.000,
"Premium": 0.0,
"InsuranceAmount": 0.0,
"GateAccessCode": null,
"GateAccessTimeZone": null,
"RecallOn": null,
"MoveOutScheduledOn": null,
"IsMovable": false,
"ContractReference": null,
"LeaseAgreementUrl": "",
"NextBilling": {
"DueDate": "2022-10-01T00:00:00",
"BillingAmount": 508.470,
"InsuranceAmount": 0.0,
"DiscountAmount": 0.0,
"GrossAmount": 599.995,
"TaxAmount": 91.525,
"NetAmount": 599.995
},
"InsuranceType": null,
"InsurancePlanName": null,
"Coverage": null,
"SecurityDeposits": [],
"RefundableSecurityDeposits": 0.0,
"NonRefundableSecurityDeposits": 0.0,
"MoveOutBy": "",
"IsBadDebit": false,
"IsWriteOff": false,
"MoveoutReceipt": "",
"CustomerName": "test rln test webhooks 2",
"CustomerId": "8fa449ff-50cc-4060-b3a5-aaf70274c9ab",
"GateStatus": null,
"User": {
"UserId": "8fa449ff-50cc-4060-b3a5-aaf70274c9ab",
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"SSN": "",
"UserName": "",
"FirstName": "test rln",
"LastName": "test webhooks 2",
"PhotoPath": null,
"Email": "",
"PhoneNumber": "+1465456456456",
"AddressLineTwo": null,
"AddressLineOne": null,
"City": null,
"State": null,
"ZipCode": null,
"Country": "United States",
"BusinessUser": false,
"AccessCode": null,
"BirthDate": null,
"CustomFormFields": []
},
"leaseInvoiceLists": [{
"ContractId": 140777,
"InvoiceId": "7144edb7-eaa7-4a95-8591-6669adafe0a4"
}]
},
"InvoiceInfo": null
}],
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"TenantId": "8fa449ff-50cc-4060-b3a5-aaf70274c9ab"
}
Unit Create
Object Description
Add new units to storage
JSON Schema
{
"EventCode": "UNIT_CREATE",
"EventCreatedDate": "2022-09-11T12:03:31.2787317Z",
"EventData": [{
"Id": "d1fac732-43d4-4a43-898a-1d0188306c24",
"BuildingID": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"UnitNumber": "aX1B",
"Unitprice": 30.0,
"UnitLocation": "Location",
"Width": 15.0,
"Depth": 13.0,
"Height": 23.0,
"M3": 127.0,
"M2": 18.12,
"PriceM3": 0.23622047244094488,
"PriceM2": 1.6556291390728477,
"SixMonthPrice": null,
"TwelveMonthPrice": null,
"Occupied": false,
"Count": null,
"Deleted": false,
"Comment": null,
"AvailableSince": null,
"CreatedDate": "2022-09-11T12:03:29.9426601+00:00",
"FT3": 4485.0,
"FT2": 195.0,
"PriceFT3": 0.006688963210702341,
"PriceFT2": 0.15384615384615385,
"MonthlyPrice": null,
"ThreeMonthPrice": null,
"ImagePath": null,
"UnitStatusID": "00000000-0000-0000-0000-000000000000",
"UnitTypeID": "70821a9c-d896-4f39-9093-362220253c8f",
"TaxAmount": 0.0,
"OfferPercentage": null,
"VideoPath": null,
"OfferDescription": null,
"ServiceCharge": null,
"SecurityDeposit": 0.0,
"DoorHeight": 0.0,
"UnitSize": "15.0 x 13.0",
"UnitCubicSize": "15.0 x 13.0 x 23.0",
"ShowOnline": true,
"BulkRental": false,
"DailyUnitPrice": 0.99,
"WeeklyUnitPrice": 6.92,
"ModifiedDate": null,
"GateAccessCode": null,
"IsDepositRefundable": false,
"CSIPanelUnitIndex": 0,
"UnitpriceInclTaxPermonth": 35.40,
"StorageTypeId": "6c777acb-6481-4ae7-a704-daa9d59516b5",
"LoadWeight": 0.0,
"RowNo": null,
"UnitSharedLimit": 0
}, {
"Id": "67a48e0e-9982-49cb-bd72-f003a6e3e0ad",
"BuildingID": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"UnitNumber": "aX2B",
"Unitprice": 30.0,
"UnitLocation": "Location",
"Width": 15.0,
"Depth": 13.0,
"Height": 23.0,
"M3": 127.0,
"M2": 18.12,
"PriceM3": 0.23622047244094488,
"PriceM2": 1.6556291390728477,
"SixMonthPrice": null,
"TwelveMonthPrice": null,
"Occupied": false,
"Count": null,
"Deleted": false,
"Comment": null,
"AvailableSince": null,
"CreatedDate": "2022-09-11T12:03:29.9474087+00:00",
"FT3": 4485.0,
"FT2": 195.0,
"PriceFT3": 0.006688963210702341,
"PriceFT2": 0.15384615384615385,
"MonthlyPrice": null,
"ThreeMonthPrice": null,
"ImagePath": null,
"UnitStatusID": "00000000-0000-0000-0000-000000000000",
"UnitTypeID": "70821a9c-d896-4f39-9093-362220253c8f",
"TaxAmount": 0.0,
"OfferPercentage": null,
"VideoPath": null,
"OfferDescription": null,
"ServiceCharge": null,
"SecurityDeposit": 0.0,
"DoorHeight": 0.0,
"UnitSize": "15.0 x 13.0",
"UnitCubicSize": "15.0 x 13.0 x 23.0",
"ShowOnline": true,
"BulkRental": false,
"DailyUnitPrice": 0.99,
"WeeklyUnitPrice": 6.92,
"ModifiedDate": null,
"GateAccessCode": null,
"IsDepositRefundable": false,
"CSIPanelUnitIndex": 0,
"UnitpriceInclTaxPermonth": 35.40,
"StorageTypeId": "6c777acb-6481-4ae7-a704-daa9d59516b5",
"LoadWeight": 0.0,
"RowNo": null,
"UnitSharedLimit": 0
}, {
"Id": "3a38c2eb-dc36-485a-82ca-d318a0a5b2b1",
"BuildingID": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"UnitNumber": "aX3B",
"Unitprice": 30.0,
"UnitLocation": "Location",
"Width": 15.0,
"Depth": 13.0,
"Height": 23.0,
"M3": 127.0,
"M2": 18.12,
"PriceM3": 0.23622047244094488,
"PriceM2": 1.6556291390728477,
"SixMonthPrice": null,
"TwelveMonthPrice": null,
"Occupied": false,
"Count": null,
"Deleted": false,
"Comment": null,
"AvailableSince": null,
"CreatedDate": "2022-09-11T12:03:29.9474304+00:00",
"FT3": 4485.0,
"FT2": 195.0,
"PriceFT3": 0.006688963210702341,
"PriceFT2": 0.15384615384615385,
"MonthlyPrice": null,
"ThreeMonthPrice": null,
"ImagePath": null,
"UnitStatusID": "00000000-0000-0000-0000-000000000000",
"UnitTypeID": "70821a9c-d896-4f39-9093-362220253c8f",
"TaxAmount": 0.0,
"OfferPercentage": null,
"VideoPath": null,
"OfferDescription": null,
"ServiceCharge": null,
"SecurityDeposit": 0.0,
"DoorHeight": 0.0,
"UnitSize": "15.0 x 13.0",
"UnitCubicSize": "15.0 x 13.0 x 23.0",
"ShowOnline": true,
"BulkRental": false,
"DailyUnitPrice": 0.99,
"WeeklyUnitPrice": 6.92,
"ModifiedDate": null,
"GateAccessCode": null,
"IsDepositRefundable": false,
"CSIPanelUnitIndex": 0,
"UnitpriceInclTaxPermonth": 35.40,
"StorageTypeId": "6c777acb-6481-4ae7-a704-daa9d59516b5",
"LoadWeight": 0.0,
"RowNo": null,
"UnitSharedLimit": 0
}, {
"Id": "e4db0e3b-ee42-4573-b532-63436545351b",
"BuildingID": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"UnitNumber": "aX4B",
"Unitprice": 30.0,
"UnitLocation": "Location",
"Width": 15.0,
"Depth": 13.0,
"Height": 23.0,
"M3": 127.0,
"M2": 18.12,
"PriceM3": 0.23622047244094488,
"PriceM2": 1.6556291390728477,
"SixMonthPrice": null,
"TwelveMonthPrice": null,
"Occupied": false,
"Count": null,
"Deleted": false,
"Comment": null,
"AvailableSince": null,
"CreatedDate": "2022-09-11T12:03:29.9474398+00:00",
"FT3": 4485.0,
"FT2": 195.0,
"PriceFT3": 0.006688963210702341,
"PriceFT2": 0.15384615384615385,
"MonthlyPrice": null,
"ThreeMonthPrice": null,
"ImagePath": null,
"UnitStatusID": "00000000-0000-0000-0000-000000000000",
"UnitTypeID": "70821a9c-d896-4f39-9093-362220253c8f",
"TaxAmount": 0.0,
"OfferPercentage": null,
"VideoPath": null,
"OfferDescription": null,
"ServiceCharge": null,
"SecurityDeposit": 0.0,
"DoorHeight": 0.0,
"UnitSize": "15.0 x 13.0",
"UnitCubicSize": "15.0 x 13.0 x 23.0",
"ShowOnline": true,
"BulkRental": false,
"DailyUnitPrice": 0.99,
"WeeklyUnitPrice": 6.92,
"ModifiedDate": null,
"GateAccessCode": null,
"IsDepositRefundable": false,
"CSIPanelUnitIndex": 0,
"UnitpriceInclTaxPermonth": 35.40,
"StorageTypeId": "6c777acb-6481-4ae7-a704-daa9d59516b5",
"LoadWeight": 0.0,
"RowNo": null,
"UnitSharedLimit": 0
}, {
"Id": "cc12102c-7754-42a2-8ef4-c37bf06d1930",
"BuildingID": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"UnitNumber": "aX5B",
"Unitprice": 30.0,
"UnitLocation": "Location",
"Width": 15.0,
"Depth": 13.0,
"Height": 23.0,
"M3": 127.0,
"M2": 18.12,
"PriceM3": 0.23622047244094488,
"PriceM2": 1.6556291390728477,
"SixMonthPrice": null,
"TwelveMonthPrice": null,
"Occupied": false,
"Count": null,
"Deleted": false,
"Comment": null,
"AvailableSince": null,
"CreatedDate": "2022-09-11T12:03:29.94745+00:00",
"FT3": 4485.0,
"FT2": 195.0,
"PriceFT3": 0.006688963210702341,
"PriceFT2": 0.15384615384615385,
"MonthlyPrice": null,
"ThreeMonthPrice": null,
"ImagePath": null,
"UnitStatusID": "00000000-0000-0000-0000-000000000000",
"UnitTypeID": "70821a9c-d896-4f39-9093-362220253c8f",
"TaxAmount": 0.0,
"OfferPercentage": null,
"VideoPath": null,
"OfferDescription": null,
"ServiceCharge": null,
"SecurityDeposit": 0.0,
"DoorHeight": 0.0,
"UnitSize": "15.0 x 13.0",
"UnitCubicSize": "15.0 x 13.0 x 23.0",
"ShowOnline": true,
"BulkRental": false,
"DailyUnitPrice": 0.99,
"WeeklyUnitPrice": 6.92,
"ModifiedDate": null,
"GateAccessCode": null,
"IsDepositRefundable": false,
"CSIPanelUnitIndex": 0,
"UnitpriceInclTaxPermonth": 35.40,
"StorageTypeId": "6c777acb-6481-4ae7-a704-daa9d59516b5",
"LoadWeight": 0.0,
"RowNo": null,
"UnitSharedLimit": 0
}, {
"Id": "41923c6f-cb42-4551-86b3-dbb7d15bae3b",
"BuildingID": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"UnitNumber": "aX6B",
"Unitprice": 30.0,
"UnitLocation": "Location",
"Width": 15.0,
"Depth": 13.0,
"Height": 23.0,
"M3": 127.0,
"M2": 18.12,
"PriceM3": 0.23622047244094488,
"PriceM2": 1.6556291390728477,
"SixMonthPrice": null,
"TwelveMonthPrice": null,
"Occupied": false,
"Count": null,
"Deleted": false,
"Comment": null,
"AvailableSince": null,
"CreatedDate": "2022-09-11T12:03:29.9474656+00:00",
"FT3": 4485.0,
"FT2": 195.0,
"PriceFT3": 0.006688963210702341,
"PriceFT2": 0.15384615384615385,
"MonthlyPrice": null,
"ThreeMonthPrice": null,
"ImagePath": null,
"UnitStatusID": "00000000-0000-0000-0000-000000000000",
"UnitTypeID": "70821a9c-d896-4f39-9093-362220253c8f",
"TaxAmount": 0.0,
"OfferPercentage": null,
"VideoPath": null,
"OfferDescription": null,
"ServiceCharge": null,
"SecurityDeposit": 0.0,
"DoorHeight": 0.0,
"UnitSize": "15.0 x 13.0",
"UnitCubicSize": "15.0 x 13.0 x 23.0",
"ShowOnline": true,
"BulkRental": false,
"DailyUnitPrice": 0.99,
"WeeklyUnitPrice": 6.92,
"ModifiedDate": null,
"GateAccessCode": null,
"IsDepositRefundable": false,
"CSIPanelUnitIndex": 0,
"UnitpriceInclTaxPermonth": 35.40,
"StorageTypeId": "6c777acb-6481-4ae7-a704-daa9d59516b5",
"LoadWeight": 0.0,
"RowNo": null,
"UnitSharedLimit": 0
}, {
"Id": "c25661cc-2e3d-4eee-b1e1-05f03dc206d5",
"BuildingID": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"UnitNumber": "aX7B",
"Unitprice": 30.0,
"UnitLocation": "Location",
"Width": 15.0,
"Depth": 13.0,
"Height": 23.0,
"M3": 127.0,
"M2": 18.12,
"PriceM3": 0.23622047244094488,
"PriceM2": 1.6556291390728477,
"SixMonthPrice": null,
"TwelveMonthPrice": null,
"Occupied": false,
"Count": null,
"Deleted": false,
"Comment": null,
"AvailableSince": null,
"CreatedDate": "2022-09-11T12:03:29.9475713+00:00",
"FT3": 4485.0,
"FT2": 195.0,
"PriceFT3": 0.006688963210702341,
"PriceFT2": 0.15384615384615385,
"MonthlyPrice": null,
"ThreeMonthPrice": null,
"ImagePath": null,
"UnitStatusID": "00000000-0000-0000-0000-000000000000",
"UnitTypeID": "70821a9c-d896-4f39-9093-362220253c8f",
"TaxAmount": 0.0,
"OfferPercentage": null,
"VideoPath": null,
"OfferDescription": null,
"ServiceCharge": null,
"SecurityDeposit": 0.0,
"DoorHeight": 0.0,
"UnitSize": "15.0 x 13.0",
"UnitCubicSize": "15.0 x 13.0 x 23.0",
"ShowOnline": true,
"BulkRental": false,
"DailyUnitPrice": 0.99,
"WeeklyUnitPrice": 6.92,
"ModifiedDate": null,
"GateAccessCode": null,
"IsDepositRefundable": false,
"CSIPanelUnitIndex": 0,
"UnitpriceInclTaxPermonth": 35.40,
"StorageTypeId": "6c777acb-6481-4ae7-a704-daa9d59516b5",
"LoadWeight": 0.0,
"RowNo": null,
"UnitSharedLimit": 0
}, {
"Id": "67b9be1d-3a86-4846-aa99-04eed430b1d3",
"BuildingID": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"UnitNumber": "aX8B",
"Unitprice": 30.0,
"UnitLocation": "Location",
"Width": 15.0,
"Depth": 13.0,
"Height": 23.0,
"M3": 127.0,
"M2": 18.12,
"PriceM3": 0.23622047244094488,
"PriceM2": 1.6556291390728477,
"SixMonthPrice": null,
"TwelveMonthPrice": null,
"Occupied": false,
"Count": null,
"Deleted": false,
"Comment": null,
"AvailableSince": null,
"CreatedDate": "2022-09-11T12:03:29.9475828+00:00",
"FT3": 4485.0,
"FT2": 195.0,
"PriceFT3": 0.006688963210702341,
"PriceFT2": 0.15384615384615385,
"MonthlyPrice": null,
"ThreeMonthPrice": null,
"ImagePath": null,
"UnitStatusID": "00000000-0000-0000-0000-000000000000",
"UnitTypeID": "70821a9c-d896-4f39-9093-362220253c8f",
"TaxAmount": 0.0,
"OfferPercentage": null,
"VideoPath": null,
"OfferDescription": null,
"ServiceCharge": null,
"SecurityDeposit": 0.0,
"DoorHeight": 0.0,
"UnitSize": "15.0 x 13.0",
"UnitCubicSize": "15.0 x 13.0 x 23.0",
"ShowOnline": true,
"BulkRental": false,
"DailyUnitPrice": 0.99,
"WeeklyUnitPrice": 6.92,
"ModifiedDate": null,
"GateAccessCode": null,
"IsDepositRefundable": false,
"CSIPanelUnitIndex": 0,
"UnitpriceInclTaxPermonth": 35.40,
"StorageTypeId": "6c777acb-6481-4ae7-a704-daa9d59516b5",
"LoadWeight": 0.0,
"RowNo": null,
"UnitSharedLimit": 0
}, {
"Id": "310a0a82-c6db-4d27-ba2d-a95d9a7f871c",
"BuildingID": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"UnitNumber": "aX9B",
"Unitprice": 30.0,
"UnitLocation": "Location",
"Width": 15.0,
"Depth": 13.0,
"Height": 23.0,
"M3": 127.0,
"M2": 18.12,
"PriceM3": 0.23622047244094488,
"PriceM2": 1.6556291390728477,
"SixMonthPrice": null,
"TwelveMonthPrice": null,
"Occupied": false,
"Count": null,
"Deleted": false,
"Comment": null,
"AvailableSince": null,
"CreatedDate": "2022-09-11T12:03:29.9475922+00:00",
"FT3": 4485.0,
"FT2": 195.0,
"PriceFT3": 0.006688963210702341,
"PriceFT2": 0.15384615384615385,
"MonthlyPrice": null,
"ThreeMonthPrice": null,
"ImagePath": null,
"UnitStatusID": "00000000-0000-0000-0000-000000000000",
"UnitTypeID": "70821a9c-d896-4f39-9093-362220253c8f",
"TaxAmount": 0.0,
"OfferPercentage": null,
"VideoPath": null,
"OfferDescription": null,
"ServiceCharge": null,
"SecurityDeposit": 0.0,
"DoorHeight": 0.0,
"UnitSize": "15.0 x 13.0",
"UnitCubicSize": "15.0 x 13.0 x 23.0",
"ShowOnline": true,
"BulkRental": false,
"DailyUnitPrice": 0.99,
"WeeklyUnitPrice": 6.92,
"ModifiedDate": null,
"GateAccessCode": null,
"IsDepositRefundable": false,
"CSIPanelUnitIndex": 0,
"UnitpriceInclTaxPermonth": 35.40,
"StorageTypeId": "6c777acb-6481-4ae7-a704-daa9d59516b5",
"LoadWeight": 0.0,
"RowNo": null,
"UnitSharedLimit": 0
}, {
"Id": "80247b7f-dcce-4aa4-8fdf-c7668b81fcd8",
"BuildingID": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"UnitNumber": "aX10B",
"Unitprice": 30.0,
"UnitLocation": "Location",
"Width": 15.0,
"Depth": 13.0,
"Height": 23.0,
"M3": 127.0,
"M2": 18.12,
"PriceM3": 0.23622047244094488,
"PriceM2": 1.6556291390728477,
"SixMonthPrice": null,
"TwelveMonthPrice": null,
"Occupied": false,
"Count": null,
"Deleted": false,
"Comment": null,
"AvailableSince": null,
"CreatedDate": "2022-09-11T12:03:29.9476024+00:00",
"FT3": 4485.0,
"FT2": 195.0,
"PriceFT3": 0.006688963210702341,
"PriceFT2": 0.15384615384615385,
"MonthlyPrice": null,
"ThreeMonthPrice": null,
"ImagePath": null,
"UnitStatusID": "00000000-0000-0000-0000-000000000000",
"UnitTypeID": "70821a9c-d896-4f39-9093-362220253c8f",
"TaxAmount": 0.0,
"OfferPercentage": null,
"VideoPath": null,
"OfferDescription": null,
"ServiceCharge": null,
"SecurityDeposit": 0.0,
"DoorHeight": 0.0,
"UnitSize": "15.0 x 13.0",
"UnitCubicSize": "15.0 x 13.0 x 23.0",
"ShowOnline": true,
"BulkRental": false,
"DailyUnitPrice": 0.99,
"WeeklyUnitPrice": 6.92,
"ModifiedDate": null,
"GateAccessCode": null,
"IsDepositRefundable": false,
"CSIPanelUnitIndex": 0,
"UnitpriceInclTaxPermonth": 35.40,
"StorageTypeId": "6c777acb-6481-4ae7-a704-daa9d59516b5",
"LoadWeight": 0.0,
"RowNo": null,
"UnitSharedLimit": 0
}],
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"TenantId": "00000000-0000-0000-0000-000000000000"
}
Unit Empty Trash
Object Description
Remove all the deleted units from storage
JSON Schema
{
"EventCode": "UNIT_EMPTY_TRASH",
"EventCreatedDate": "2022-09-11T12:06:34.1886831Z",
"EventData": ["d1fac732-43d4-4a43-898a-1d0188306c24"],
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"TenantId": "00000000-0000-0000-0000-000000000000"
}
Unit Trash
Object Description
Delete existing units from storage
JSON Schema
{
"EventCode": "UNIT_TRASH",
"EventCreatedDate": "2022-09-11T12:05:24.0729902Z",
"EventData": ["d1fac732-43d4-4a43-898a-1d0188306c24"],
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"TenantId": "00000000-0000-0000-0000-000000000000"
}
Unit Undo Trash
Object Description
Reverse the action of deleting units from storage
JSON Schema
{
"EventCode": "UNIT_UNDO_TRASH",
"EventCreatedDate": "2022-09-11T12:05:55.7585983Z",
"EventData": ["d1fac732-43d4-4a43-898a-1d0188306c24"],
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"TenantId": "00000000-0000-0000-0000-000000000000"
}
Unit Update Price
Object Description
Update the rental rate changes of the unit
JSON Schema
{
"EventCode": "UNIT_UPDATE_PRICE",
"EventCreatedDate": "2022-09-11T12:41:06.7980727Z",
"EventData": [{
"UnitInfo": {
"Id": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"StorageType": {
"Id": "cd4d1d57-a69d-4ce8-b21c-afb36d219e35",
"Name": "pallet"
},
"Location": {
"Id": "6a90b6e7-2715-442a-9887-b7405704cf0f",
"Name": "F.NO1"
},
"Building": {
"Id": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"Name": "BNO1"
},
"UnitType": {
"Id": "25bad36d-3e63-418e-af52-384a2d4c1702",
"Name": "medium"
},
"UnitStatus": {
"Id": "a2587aea-6060-4361-a301-cf1e4701943d",
"Name": "Good"
},
"UnitAvailablity": {
"Id": "2",
"Name": "Vacant"
},
"UnitNumber": "1",
"UnitVisibility": true,
"Description": "test",
"UnitMeasurement": "144",
"MeasurementType": "SQCM",
"MeasurementFormat": "WxL",
"UnitPrice": 400.00,
"TaxPercentage": 18.00,
"TaxAmount": 72.00,
"NetAmount": 472.00,
"GrossAmount": 472.00,
"ImageUrl": "",
"AmenityInfoList": [{
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"AmenityId": "c37ba054-1984-4072-b5fb-e3d524ede2c5",
"Name": "Driveup Access",
"Description": "Car entering in",
"ImageUrl": " https://6storage.s3-us-west-2.amazonaws.com/6StorageClientsAmenityIcons/Services_drive+up+access.png "
}, {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"AmenityId": "a5532865-8a31-48d3-8de6-be571d45249d",
"Name": "Loading Dock",
"Description": "Loading Dock Available during office hours",
"ImageUrl": " https://6storage.s3-us-west-2.amazonaws.com/6StorageClientsAmenityIcons/Services_shelves.png "
}, {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"AmenityId": "3b78d3ab-e1b6-4c1b-a5d2-ba3ffc531338",
"Name": "Security Cameras",
"Description": "Fenced or gated area with recorded video surveillance",
"ImageUrl": " https://6storage.s3-us-west-2.amazonaws.com/6StorageClientsAmenityIcons/Services_surviellance.png "
}, {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"AmenityId": "baa34ffc-5adf-4d12-8b2b-ffba89639294",
"Name": "Dollies/Handcarts",
"Description": "Loading and unloading is easy with our complimentary handcarts & dollies.",
"ImageUrl": " https://6storage.s3-us-west-2.amazonaws.com/6StorageClientsAmenityIcons/Services_dollies%26handcrafts.png "
}],
"SecurityDeposit": 0.00,
"IsDepositRefundable": false,
"SecurityGates": null,
"IsMovable": false,
"GateAccessCode": null,
"IsBusinessUser": false,
"HasRentTaxExcempt": false,
"ReservedStatus": null,
"ReservationFee": 0.0,
"Discounts": [{
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"StartsOn": "2022-02-01T00:00:00",
"EndsOn": "2025-12-31T00:00:00",
"PromotionalDiscount": null,
"UnitBasedDiscount": {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"SkipIfPromoApplied": false,
"IsStandardDiscount": false,
"StandardDiscount": null,
"CustomDiscount": {
"DiscountBreakup": [{
"Id": "526686da-bf1b-44b9-b07e-a98d39b4aa63",
"Month": 13,
"IsPercentage": true,
"Discount": 100.00
}],
"CustomAdvanceType": "AdvancePay",
"PayInAdvance": 1,
"MinimumStay": 0
},
"Id": "fed59f59-7f76-427a-8605-81f70bb7315a",
"Name": "13 the mon",
"Description": "test",
"DiscountCategory": "UNIT",
"StorageType": null,
"Location": null,
"InvoicePeriod": {
"Id": "9097f4e8-7487-4f30-8afc-0b7071b63a86",
"Name": null
},
"TenantType": {
"Id": "1",
"Name": "ALL"
},
"ShowOnline": false,
"IsRecurring": false
},
{
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"StartsOn": "2021-03-03T00:00:00",
"EndsOn": "2022-12-31T00:00:00",
"PromotionalDiscount": null,
"UnitBasedDiscount": {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"SkipIfPromoApplied": false,
"IsStandardDiscount": false,
"StandardDiscount": null,
"CustomDiscount": {
"DiscountBreakup": [{
"Id": "d8bfb609-ed72-482a-8607-e71fd5d9dd05",
"Month": 2,
"IsPercentage": true,
"Discount": 100.00
}],
"CustomAdvanceType": "StayLength",
"PayInAdvance": 0,
"MinimumStay": 1
},
"Id": "d9a4670d-9528-4555-9c2a-ef5718f95f0f",
"Name": "Testing",
"Description": "test",
"DiscountCategory": "UNIT",
"StorageType": null,
"Location": null,
"InvoicePeriod": null,
"TenantType": {
"Id": "1",
"Name": "ALL"
},
"ShowOnline": false,
"IsRecurring": true
}],
"Taxes": [{
"Id": "ae8fb92d-948b-4617-897d-733082313d31",
"Name": "VAT TAX 1",
"Value": 18.00
}],
"ReservationFeeTax": 0.0,
"OccupiedSince": 0,
"IsTaxed": false
}, "AddOns": {
"Services": null,
"Insurance": null,
"Merchandise": null
}, "Estimation": null
}],
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"TenantId": "00000000-0000-0000-0000-000000000000"
}
Unit Update Visibility
Object Description
Make the unit visible for renting
JSON Schema
{
"EventCode": "UNIT_UPDATE_VISIBILITY",
"EventCreatedDate": "2022-09-11T12:10:43.03275Z",
"EventData": [{
"UnitInfo": {
"Id": "80247b7f-dcce-4aa4-8fdf-c7668b81fcd8",
"StorageType": {
"Id": "6c777acb-6481-4ae7-a704-daa9d59516b5",
"Name": "Container"
},
"Location": {
"Id": "6a90b6e7-2715-442a-9887-b7405704cf0f",
"Name": "F.NO1"
},
"Building": {
"Id": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"Name": "BNO1"
},
"UnitType": {
"Id": "70821a9c-d896-4f39-9093-362220253c8f",
"Name": "test"
},
"UnitStatus": {
"Id": "a2587aea-6060-4361-a301-cf1e4701943d",
"Name": "Good"
},
"UnitAvailablity": {
"Id": "2",
"Name": "Vacant"
},
"UnitNumber": "aX10B",
"UnitVisibility": true,
"Description": "test",
"UnitMeasurement": "15 x 13 x 23",
"MeasurementType": "QSIZE",
"MeasurementFormat": "WxLxH",
"UnitPrice": 30.00,
"TaxPercentage": 18.00,
"TaxAmount": 5.40,
"NetAmount": 35.40,
"GrossAmount": 35.40,
"ImageUrl": "",
"AmenityInfoList": null,
"SecurityDeposit": 0.00,
"IsDepositRefundable": false,
"SecurityGates": null,
"IsMovable": false,
"GateAccessCode": null,
"IsBusinessUser": false,
"HasRentTaxExcempt": false,
"ReservedStatus": null,
"ReservationFee": 0.0,
"Discounts": [],
"Taxes": [{
"Id": "ae8fb92d-948b-4617-897d-733082313d31",
"Name": "VAT TAX 1",
"Value": 18.00
}],
"ReservationFeeTax": 0.0,
"OccupiedSince": 0,
"IsTaxed": false
},
"AddOns": {
"Services": null,
"Insurance": null,
"Merchandise": null
},
"Estimation": null
}],
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"TenantId": "00000000-0000-0000-0000-000000000000"
}
Unit Updated Deposit
Object Description
Update the dimensions of the unit
JSON Schema
{
"EventCode": "UNIT_UPDATE_DEPOSIT",
"EventCreatedDate": "2022-09-11T12:13:18.2275422Z",
"EventData": [{
"UnitInfo": {
"Id": "80247b7f-dcce-4aa4-8fdf-c7668b81fcd8",
"StorageType": {
"Id": "6c777acb-6481-4ae7-a704-daa9d59516b5",
"Name": "Container"
},
"Location": {
"Id": "6a90b6e7-2715-442a-9887-b7405704cf0f",
"Name": "F.NO1"
},
"Building": {
"Id": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"Name": "BNO1"
},
"UnitType": {
"Id": "70821a9c-d896-4f39-9093-362220253c8f",
"Name": "test"
},
"UnitStatus": {
"Id": "a2587aea-6060-4361-a301-cf1e4701943d",
"Name": "Good"
},
"UnitAvailablity": {
"Id": "2",
"Name": "Vacant"
},
"UnitNumber": "aX10B",
"UnitVisibility": true,
"Description": "test",
"UnitMeasurement": "15 x 13 x 23",
"MeasurementType": "QSIZE",
"MeasurementFormat": "WxLxH",
"UnitPrice": 30.00,
"TaxPercentage": 18.00,
"TaxAmount": 5.40,
"NetAmount": 35.40,
"GrossAmount": 35.40,
"ImageUrl": "",
"AmenityInfoList": null,
"SecurityDeposit": 15.00,
"IsDepositRefundable": true,
"SecurityGates": null,
"IsMovable": false,
"GateAccessCode": null,
"IsBusinessUser": false,
"HasRentTaxExcempt": false,
"ReservedStatus": null,
"ReservationFee": 0.0,
"Discounts": [],
"Taxes": [{
"Id": "ae8fb92d-948b-4617-897d-733082313d31",
"Name": "VAT TAX 1",
"Value": 18.00
}],
"ReservationFeeTax": 0.0,
"OccupiedSince": 0,
"IsTaxed": false
},
"AddOns": {
"Services": null,
"Insurance": null,
"Merchandise": null
},
"Estimation": null
}],
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"TenantId": "00000000-0000-0000-0000-000000000000"
}
Unit Update Amenities
Object Description
Assign amenities to the unit
JSON Schema
{
"EventCode": "UNIT_UPDATE_AMENITIES",
"EventCreatedDate": "2022-09-11T12:37:39.1025912Z",
"EventData": [{
"UnitInfo": {
"Id": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"StorageType": {
"Id": "cd4d1d57-a69d-4ce8-b21c-afb36d219e35",
"Name": "pallet"
},
"Location": {
"Id": "6a90b6e7-2715-442a-9887-b7405704cf0f",
"Name": "F.NO1"
},
"Building": {
"Id": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"Name": "BNO1"
},
"UnitType": {
"Id": "25bad36d-3e63-418e-af52-384a2d4c1702",
"Name": "medium"
},
"UnitStatus": {
"Id": "a2587aea-6060-4361-a301-cf1e4701943d",
"Name": "Good"
},
"UnitAvailablity": {
"Id": "2",
"Name": "Vacant"
},
"UnitNumber": "1",
"UnitVisibility": true,
"Description": "test",
"UnitMeasurement": "144",
"MeasurementType": "SQCM",
"MeasurementFormat": "WxL",
"UnitPrice": 386.44,
"TaxPercentage": 18.00,
"TaxAmount": 69.56,
"NetAmount": 456.00,
"GrossAmount": 456.00,
"ImageUrl": "",
"AmenityInfoList": [{
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"AmenityId": "c37ba054-1984-4072-b5fb-e3d524ede2c5",
"Name": "Driveup Access",
"Description": "Car entering in",
"ImageUrl": " https://6storage.s3-us-west-2.amazonaws.com/6StorageClientsAmenityIcons/Services_drive+up+access.png "
}, {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"AmenityId": "a5532865-8a31-48d3-8de6-be571d45249d",
"Name": "Loading Dock",
"Description": "Loading Dock Available during office hours",
"ImageUrl": " https://6storage.s3-us-west-2.amazonaws.com/6StorageClientsAmenityIcons/Services_shelves.png "
}, {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"AmenityId": "3b78d3ab-e1b6-4c1b-a5d2-ba3ffc531338",
"Name": "Security Cameras",
"Description": "Fenced or gated area with recorded video surveillance",
"ImageUrl": " https://6storage.s3-us-west-2.amazonaws.com/6StorageClientsAmenityIcons/Services_surviellance.png "
}, {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"AmenityId": "baa34ffc-5adf-4d12-8b2b-ffba89639294",
"Name": "Dollies/Handcarts",
"Description": "Loading and unloading is easy with our complimentary handcarts & dollies.",
"ImageUrl": " https://6storage.s3-us-west-2.amazonaws.com/6StorageClientsAmenityIcons/Services_dollies%26handcrafts.png "
}],
"SecurityDeposit": 0.00,
"IsDepositRefundable": false,
"SecurityGates": null,
"IsMovable": false,
"GateAccessCode": null,
"IsBusinessUser": false,
"HasRentTaxExcempt": false,
"ReservedStatus": null,
"ReservationFee": 0.0,
"Discounts": [{
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"StartsOn": "2022-02-01T00:00:00",
"EndsOn": "2025-12-31T00:00:00",
"PromotionalDiscount": null,
"UnitBasedDiscount": {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"SkipIfPromoApplied": false,
"IsStandardDiscount": false,
"StandardDiscount": null,
"CustomDiscount": {
"DiscountBreakup": [{
"Id": "526686da-bf1b-44b9-b07e-a98d39b4aa63",
"Month": 13,
"IsPercentage": true,
"Discount": 100.00
}],
"CustomAdvanceType": "AdvancePay",
"PayInAdvance": 1,
"MinimumStay": 0
},
"Id": "fed59f59-7f76-427a-8605-81f70bb7315a",
"Name": "13 the mon",
"Description": "test",
"DiscountCategory": "UNIT",
"StorageType": null,
"Location": null,
"InvoicePeriod": {
"Id": "9097f4e8-7487-4f30-8afc-0b7071b63a86",
"Name": null
},
"TenantType": {
"Id": "1",
"Name": "ALL"
},
"ShowOnline": false,
"IsRecurring": false
},
{
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"StartsOn": "2021-03-03T00:00:00",
"EndsOn": "2022-12-31T00:00:00",
"PromotionalDiscount": null,
"UnitBasedDiscount": {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"SkipIfPromoApplied": false,
"IsStandardDiscount": false,
"StandardDiscount": null,
"CustomDiscount": {
"DiscountBreakup": [{
"Id": "d8bfb609-ed72-482a-8607-e71fd5d9dd05",
"Month": 2,
"IsPercentage": true,
"Discount": 100.00
}],
"CustomAdvanceType": "StayLength",
"PayInAdvance": 0,
"MinimumStay": 1
},
"Id": "d9a4670d-9528-4555-9c2a-ef5718f95f0f",
"Name": "Testing",
"Description": "test",
"DiscountCategory": "UNIT",
"StorageType": null,
"Location": null,
"InvoicePeriod": null,
"TenantType": {
"Id": "1",
"Name": "ALL"
},
"ShowOnline": false,
"IsRecurring": true
}],
"Taxes": [{
"Id": "ae8fb92d-948b-4617-897d-733082313d31",
"Name": "VAT TAX 1",
"Value": 18.00
}],
"ReservationFeeTax": 0.0,
"OccupiedSince": 0,
"IsTaxed": false
}, "AddOns": {
"Services": null,
"Insurance": null,
"Merchandise": null
}, "Estimation": null
}],
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"TenantId": "00000000-0000-0000-0000-000000000000"
}
Unit Updated Image
Object Description
Upload image(s) of the unit
JSON Schema
{
"EventCode": "UNIT_UPDATED_IMAGE",
"EventCreatedDate": "2022-09-11T12:35:02.2440012Z",
"EventData": [{
"UnitInfo": {
"Id": "2f7c1ffb-4b1a-417a-acfd-0be445d440e1",
"StorageType": {
"Id": "d0f40d6c-7f1d-4fac-be24-8260f573f496",
"Name": "testLIve"
},
"Location": {
"Id": "6a90b6e7-2715-442a-9887-b7405704cf0f",
"Name": "F.NO1"
},
"Building": {
"Id": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"Name": "BNO1"
},
"UnitType": {
"Id": "79b7a915-ec33-4df2-ad03-79710be14d18",
"Name": "small456"
},
"UnitStatus": {
"Id": "a2587aea-6060-4361-a301-cf1e4701943d",
"Name": "Good"
},
"UnitAvailablity": {
"Id": "2",
"Name": "Vacant"
},
"UnitNumber": "3",
"UnitVisibility": true,
"Description": null,
"UnitMeasurement": "1560",
"MeasurementType": "QFT",
"MeasurementFormat": "WxLxH",
"UnitPrice": 105.08,
"TaxPercentage": 18.00,
"TaxAmount": 18.91,
"NetAmount": 123.99,
"GrossAmount": 123.99,
"ImageUrl": " https://s3-us-west-2.amazonaws.com/storageadmintestdocs/12129_GL/beautiful-rain-forest-ang-ka-nature-trail-doi-inthanon-national-park-thailand-36703721.jpg ",
"AmenityInfoList": null,
"SecurityDeposit": 0.00,
"IsDepositRefundable": false,
"SecurityGates": null,
"IsMovable": false,
"GateAccessCode": null,
"IsBusinessUser": false,
"HasRentTaxExcempt": false,
"ReservedStatus": null,
"ReservationFee": 0.0,
"Discounts": [],
"Taxes": [{
"Id": "ae8fb92d-948b-4617-897d-733082313d31",
"Name": "VAT TAX 1",
"Value": 18.00
}],
"ReservationFeeTax": 0.0,
"OccupiedSince": 0,
"IsTaxed": false
},
"AddOns": {
"Services": null,
"Insurance": null,
"Merchandise": null
},
"Estimation": null
}],
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"TenantId": "00000000-0000-0000-0000-000000000000"
}
Unit Update Discount
Object Description
Assign discounts to the unit
JSON Schema
{
"EventCode": "UNIT_UPDATE_DISCOUNT",
"EventCreatedDate": "2022-09-11T12:31:16.3917848Z",
"EventData": [{
"UnitInfo": {
"Id": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"StorageType": {
"Id": "cd4d1d57-a69d-4ce8-b21c-afb36d219e35",
"Name": "pallet"
},
"Location": {
"Id": "6a90b6e7-2715-442a-9887-b7405704cf0f",
"Name": "F.NO1"
},
"Building": {
"Id": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"Name": "BNO1"
},
"UnitType": {
"Id": "25bad36d-3e63-418e-af52-384a2d4c1702",
"Name": "medium"
},
"UnitStatus": {
"Id": "a2587aea-6060-4361-a301-cf1e4701943d",
"Name": "Good"
},
"UnitAvailablity": {
"Id": "2",
"Name": "Vacant"
},
"UnitNumber": "1",
"UnitVisibility": true,
"Description": "test",
"UnitMeasurement": "144",
"MeasurementType": "SQCM",
"MeasurementFormat": "WxL",
"UnitPrice": 386.44,
"TaxPercentage": 18.00,
"TaxAmount": 69.56,
"NetAmount": 456.00,
"GrossAmount": 456.00,
"ImageUrl": "",
"AmenityInfoList": null,
"SecurityDeposit": 0.00,
"IsDepositRefundable": false,
"SecurityGates": null,
"IsMovable": false,
"GateAccessCode": null,
"IsBusinessUser": false,
"HasRentTaxExcempt": false,
"ReservedStatus": null,
"ReservationFee": 0.0,
"Discounts": [{
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"StartsOn": "2022-02-01T00:00:00",
"EndsOn": "2025-12-31T00:00:00",
"PromotionalDiscount": null,
"UnitBasedDiscount": {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"SkipIfPromoApplied": false,
"IsStandardDiscount": false,
"StandardDiscount": null,
"CustomDiscount": {
"DiscountBreakup": [{
"Id": "526686da-bf1b-44b9-b07e-a98d39b4aa63",
"Month": 13,
"IsPercentage": true,
"Discount": 100.00
}, {
"Id": "526686da-bf1b-44b9-b07e-a98d39b4aa63",
"Month": 13,
"IsPercentage": true,
"Discount": 100.00
}],
"CustomAdvanceType": "AdvancePay",
"PayInAdvance": 1,
"MinimumStay": 0
},
"Id": "fed59f59-7f76-427a-8605-81f70bb7315a",
"Name": "13 the mon",
"Description": "test",
"DiscountCategory": "UNIT",
"StorageType": null,
"Location": null,
"InvoicePeriod": {
"Id": "9097f4e8-7487-4f30-8afc-0b7071b63a86",
"Name": null
},
"TenantType": {
"Id": "1",
"Name": "ALL"
},
"ShowOnline": false,
"IsRecurring": false
},
{
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"StartsOn": "2021-03-03T00:00:00",
"EndsOn": "2022-12-31T00:00:00",
"PromotionalDiscount": null,
"UnitBasedDiscount": {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"SkipIfPromoApplied": false,
"IsStandardDiscount": false,
"StandardDiscount": null,
"CustomDiscount": {
"DiscountBreakup": [{
"Id": "d8bfb609-ed72-482a-8607-e71fd5d9dd05",
"Month": 2,
"IsPercentage": true,
"Discount": 100.00
}, {
"Id": "d8bfb609-ed72-482a-8607-e71fd5d9dd05",
"Month": 2,
"IsPercentage": true,
"Discount": 100.00
}],
"CustomAdvanceType": "StayLength",
"PayInAdvance": 0,
"MinimumStay": 1
},
"Id": "d9a4670d-9528-4555-9c2a-ef5718f95f0f",
"Name": "Testing",
"Description": "test",
"DiscountCategory": "UNIT",
"StorageType": null,
"Location": null,
"InvoicePeriod": null,
"TenantType": {
"Id": "1",
"Name": "ALL"
},
"ShowOnline": false,
"IsRecurring": true
},
{
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"StartsOn": "2022-02-01T00:00:00",
"EndsOn": "2025-12-31T00:00:00",
"PromotionalDiscount": null,
"UnitBasedDiscount": {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"SkipIfPromoApplied": false,
"IsStandardDiscount": false,
"StandardDiscount": null,
"CustomDiscount": {
"DiscountBreakup": [{
"Id": "526686da-bf1b-44b9-b07e-a98d39b4aa63",
"Month": 13,
"IsPercentage": true,
"Discount": 100.00
}, {
"Id": "526686da-bf1b-44b9-b07e-a98d39b4aa63",
"Month": 13,
"IsPercentage": true,
"Discount": 100.00
}],
"CustomAdvanceType": "AdvancePay",
"PayInAdvance": 1,
"MinimumStay": 0
},
"Id": "fed59f59-7f76-427a-8605-81f70bb7315a",
"Name": "13 the mon",
"Description": "test",
"DiscountCategory": "UNIT",
"StorageType": null,
"Location": null,
"InvoicePeriod": {
"Id": "9097f4e8-7487-4f30-8afc-0b7071b63a86",
"Name": null
},
"TenantType": {
"Id": "1",
"Name": "ALL"
},
"ShowOnline": false,
"IsRecurring": false
},
{
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"StartsOn": "2021-03-03T00:00:00",
"EndsOn": "2022-12-31T00:00:00",
"PromotionalDiscount": null,
"UnitBasedDiscount": {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"SkipIfPromoApplied": false,
"IsStandardDiscount": false,
"StandardDiscount": null,
"CustomDiscount": {
"DiscountBreakup": [{
"Id": "d8bfb609-ed72-482a-8607-e71fd5d9dd05",
"Month": 2,
"IsPercentage": true,
"Discount": 100.00
}, {
"Id": "d8bfb609-ed72-482a-8607-e71fd5d9dd05",
"Month": 2,
"IsPercentage": true,
"Discount": 100.00
}],
"CustomAdvanceType": "StayLength",
"PayInAdvance": 0,
"MinimumStay": 1
},
"Id": "d9a4670d-9528-4555-9c2a-ef5718f95f0f",
"Name": "Testing",
"Description": "test",
"DiscountCategory": "UNIT",
"StorageType": null,
"Location": null,
"InvoicePeriod": null,
"TenantType": {
"Id": "1",
"Name": "ALL"
},
"ShowOnline": false,
"IsRecurring": true
}],
"Taxes": [{
"Id": "ae8fb92d-948b-4617-897d-733082313d31",
"Name": "VAT TAX 1",
"Value": 18.00
}],
"ReservationFeeTax": 0.0,
"OccupiedSince": 0,
"IsTaxed": false
},
"AddOns": {
"Services": null,
"Insurance": null,
"Merchandise": null
},
"Estimation": null
},
{
"UnitInfo": {
"Id": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"StorageType": {
"Id": "cd4d1d57-a69d-4ce8-b21c-afb36d219e35",
"Name": "pallet"
},
"Location": {
"Id": "6a90b6e7-2715-442a-9887-b7405704cf0f",
"Name": "F.NO1"
},
"Building": {
"Id": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"Name": "BNO1"
},
"UnitType": {
"Id": "25bad36d-3e63-418e-af52-384a2d4c1702",
"Name": "medium"
},
"UnitStatus": {
"Id": "a2587aea-6060-4361-a301-cf1e4701943d",
"Name": "Good"
},
"UnitAvailablity": {
"Id": "2",
"Name": "Vacant"
},
"UnitNumber": "1",
"UnitVisibility": true,
"Description": "test",
"UnitMeasurement": "144",
"MeasurementType": "SQCM",
"MeasurementFormat": "WxL",
"UnitPrice": 386.44,
"TaxPercentage": 18.00,
"TaxAmount": 69.56,
"NetAmount": 456.00,
"GrossAmount": 456.00,
"ImageUrl": "",
"AmenityInfoList": null,
"SecurityDeposit": 0.00,
"IsDepositRefundable": false,
"SecurityGates": null,
"IsMovable": false,
"GateAccessCode": null,
"IsBusinessUser": false,
"HasRentTaxExcempt": false,
"ReservedStatus": null,
"ReservationFee": 0.0,
"Discounts": [{
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"StartsOn": "2022-02-01T00:00:00",
"EndsOn": "2025-12-31T00:00:00",
"PromotionalDiscount": null,
"UnitBasedDiscount": {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"SkipIfPromoApplied": false,
"IsStandardDiscount": false,
"StandardDiscount": null,
"CustomDiscount": {
"DiscountBreakup": [{
"Id": "526686da-bf1b-44b9-b07e-a98d39b4aa63",
"Month": 13,
"IsPercentage": true,
"Discount": 100.00
}, {
"Id": "526686da-bf1b-44b9-b07e-a98d39b4aa63",
"Month": 13,
"IsPercentage": true,
"Discount": 100.00
}],
"CustomAdvanceType": "AdvancePay",
"PayInAdvance": 1,
"MinimumStay": 0
},
"Id": "fed59f59-7f76-427a-8605-81f70bb7315a",
"Name": "13 the mon",
"Description": "test",
"DiscountCategory": "UNIT",
"StorageType": null,
"Location": null,
"InvoicePeriod": {
"Id": "9097f4e8-7487-4f30-8afc-0b7071b63a86",
"Name": null
},
"TenantType": {
"Id": "1",
"Name": "ALL"
},
"ShowOnline": false,
"IsRecurring": false
},
{
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"StartsOn": "2021-03-03T00:00:00",
"EndsOn": "2022-12-31T00:00:00",
"PromotionalDiscount": null,
"UnitBasedDiscount": {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"SkipIfPromoApplied": false,
"IsStandardDiscount": false,
"StandardDiscount": null,
"CustomDiscount": {
"DiscountBreakup": [{
"Id": "d8bfb609-ed72-482a-8607-e71fd5d9dd05",
"Month": 2,
"IsPercentage": true,
"Discount": 100.00
}, {
"Id": "d8bfb609-ed72-482a-8607-e71fd5d9dd05",
"Month": 2,
"IsPercentage": true,
"Discount": 100.00
}],
"CustomAdvanceType": "StayLength",
"PayInAdvance": 0,
"MinimumStay": 1
},
"Id": "d9a4670d-9528-4555-9c2a-ef5718f95f0f",
"Name": "Testing",
"Description": "test",
"DiscountCategory": "UNIT",
"StorageType": null,
"Location": null,
"InvoicePeriod": null,
"TenantType": {
"Id": "1",
"Name": "ALL"
},
"ShowOnline": false,
"IsRecurring": true
},
{
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"StartsOn": "2022-02-01T00:00:00",
"EndsOn": "2025-12-31T00:00:00",
"PromotionalDiscount": null,
"UnitBasedDiscount": {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"SkipIfPromoApplied": false,
"IsStandardDiscount": false,
"StandardDiscount": null,
"CustomDiscount": {
"DiscountBreakup": [{
"Id": "526686da-bf1b-44b9-b07e-a98d39b4aa63",
"Month": 13,
"IsPercentage": true,
"Discount": 100.00
}, {
"Id": "526686da-bf1b-44b9-b07e-a98d39b4aa63",
"Month": 13,
"IsPercentage": true,
"Discount": 100.00
}],
"CustomAdvanceType": "AdvancePay",
"PayInAdvance": 1,
"MinimumStay": 0
},
"Id": "fed59f59-7f76-427a-8605-81f70bb7315a",
"Name": "13 the mon",
"Description": "test",
"DiscountCategory": "UNIT",
"StorageType": null,
"Location": null,
"InvoicePeriod": {
"Id": "9097f4e8-7487-4f30-8afc-0b7071b63a86",
"Name": null
},
"TenantType": {
"Id": "1",
"Name": "ALL"
},
"ShowOnline": false,
"IsRecurring": false
},
{
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"StartsOn": "2021-03-03T00:00:00",
"EndsOn": "2022-12-31T00:00:00",
"PromotionalDiscount": null,
"UnitBasedDiscount": {
"UnitId": "0f4c36c7-2d7b-4e47-8c0b-3556ed59a98d",
"SkipIfPromoApplied": false,
"IsStandardDiscount": false,
"StandardDiscount": null,
"CustomDiscount": {
"DiscountBreakup": [{
"Id": "d8bfb609-ed72-482a-8607-e71fd5d9dd05",
"Month": 2,
"IsPercentage": true,
"Discount": 100.00
}, {
"Id": "d8bfb609-ed72-482a-8607-e71fd5d9dd05",
"Month": 2,
"IsPercentage": true,
"Discount": 100.00
}],
"CustomAdvanceType": "StayLength",
"PayInAdvance": 0,
"MinimumStay": 1
},
"Id": "d9a4670d-9528-4555-9c2a-ef5718f95f0f",
"Name": "Testing",
"Description": "test",
"DiscountCategory": "UNIT",
"StorageType": null,
"Location": null,
"InvoicePeriod": null,
"TenantType": {
"Id": "1",
"Name": "ALL"
},
"ShowOnline": false,
"IsRecurring": true
}],
"Taxes": [{
"Id": "ae8fb92d-948b-4617-897d-733082313d31",
"Name": "VAT TAX 1",
"Value": 18.00
}],
"ReservationFeeTax": 0.0,
"OccupiedSince": 0,
"IsTaxed": false
},
"AddOns": {
"Services": null,
"Insurance": null,
"Merchandise": null
},
"Estimation": null
}], "ClientId": "8e172830-f391-4909-a225-6b96cd421a1f", "TenantId": "00000000-0000-0000-0000-000000000000"
}
Unit Update Description
Object Description
Update the description of the unit
JSON Schema
{
"EventCode": "UNIT_UPDATE_DESCRIPTION",
"EventCreatedDate": "2022-09-11T12:08:20.5053981Z",
"EventData": [{
"UnitInfo": {
"Id": "80247b7f-dcce-4aa4-8fdf-c7668b81fcd8",
"StorageType": {
"Id": "6c777acb-6481-4ae7-a704-daa9d59516b5",
"Name": "Container"
},
"Location": {
"Id": "6a90b6e7-2715-442a-9887-b7405704cf0f",
"Name": "F.NO1"
},
"Building": {
"Id": "f48285a1-78e2-42aa-b7a5-995c9ba23110",
"Name": "BNO1"
},
"UnitType": {
"Id": "70821a9c-d896-4f39-9093-362220253c8f",
"Name": "test"
},
"UnitStatus": {
"Id": "a2587aea-6060-4361-a301-cf1e4701943d",
"Name": "Good"
},
"UnitAvailablity": {
"Id": "2",
"Name": "Vacant"
},
"UnitNumber": "aX10B",
"UnitVisibility": true,
"Description": "test",
"UnitMeasurement": "15 x 13 x 23",
"MeasurementType": "QSIZE",
"MeasurementFormat": "WxLxH",
"UnitPrice": 30.00,
"TaxPercentage": 18.00,
"TaxAmount": 5.40,
"NetAmount": 35.40,
"GrossAmount": 35.40,
"ImageUrl": "",
"AmenityInfoList": null,
"SecurityDeposit": 0.00,
"IsDepositRefundable": false,
"SecurityGates": null,
"IsMovable": false,
"GateAccessCode": null,
"IsBusinessUser": false,
"HasRentTaxExcempt": false,
"ReservedStatus": null,
"ReservationFee": 0.0,
"Discounts": [],
"Taxes": [{
"Id": "ae8fb92d-948b-4617-897d-733082313d31",
"Name": "VAT TAX 1",
"Value": 18.00
}],
"ReservationFeeTax": 0.0,
"OccupiedSince": 0,
"IsTaxed": false
},
"AddOns": {
"Services": null,
"Insurance": null,
"Merchandise": null
},
"Estimation": null
}],
"ClientId": "8e172830-f391-4909-a225-6b96cd421a1f",
"TenantId": "00000000-0000-0000-0000-000000000000"
}
Next steps
Now that you understand what Event data looks like and the basics of the webhooks, it's time to evaluate your own needs for the types of events you want to store, what kind of data storage that requires, and then switch your integration from the RequestBin test to a more permanent integration.