Returns the shopping cart with all items and related amounts for the specified lead. Requires verification token for authentication.
{
"items": {
"leadUuid": "<string>",
"itemType": {
"itemTypeUuid": "<string>",
"itemTypeName": "<string>",
"description": "<string>",
"isTaxable": true,
"category": "SERVICES",
"isRecurring": true,
"isRequiredAtMoveIn": true,
"isRequiredAtTransfer": true,
"isActive": true,
"numberOfFacilities": 123,
"amount": "<string>",
"isProratedAtMoveIn": true,
"amountInPennies": 123,
"taxAmountInPennies": 123,
"entityAttributeOrganizationUuid": "<string>",
"entityAttributeOrganizationDescription": "<string>",
"feeType": "PERCENTAGE",
"fixedFeeAmount": 123,
"feePercentage": 123,
"fullNonProratedAmount": 123,
"invoiceGenerationType": "ANNIVERSARY",
"glAccountTypeUuid": "<string>",
"promotion": {
"promotionUuid": "<string>",
"promotionName": "<string>",
"discountType": "<string>",
"discountAmountInPennies": 123,
"internalNote": "<string>"
}
},
"shoppingCartItemUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"amountInPennies": 123,
"preProrationAmountInPennies": 123
},
"dateDesiredMoveIn": "2023-11-07T05:31:56Z"
}The shopping cart for the provided lead, with all related amounts
Show child attributes
Show child attributes
SERVICES, FEES, MERCHANDISE, COVERAGE, ACCESS_HOURS_SERVICE, RENT PERCENTAGE, FIXED_AMOUNT, UNIT_RENT, INSURANCE_PREMIUM Type of invoice generation
ANNIVERSARY, FIRST_OF_MONTH {
"items": {
"leadUuid": "<string>",
"itemType": {
"itemTypeUuid": "<string>",
"itemTypeName": "<string>",
"description": "<string>",
"isTaxable": true,
"category": "SERVICES",
"isRecurring": true,
"isRequiredAtMoveIn": true,
"isRequiredAtTransfer": true,
"isActive": true,
"numberOfFacilities": 123,
"amount": "<string>",
"isProratedAtMoveIn": true,
"amountInPennies": 123,
"taxAmountInPennies": 123,
"entityAttributeOrganizationUuid": "<string>",
"entityAttributeOrganizationDescription": "<string>",
"feeType": "PERCENTAGE",
"fixedFeeAmount": 123,
"feePercentage": 123,
"fullNonProratedAmount": 123,
"invoiceGenerationType": "ANNIVERSARY",
"glAccountTypeUuid": "<string>",
"promotion": {
"promotionUuid": "<string>",
"promotionName": "<string>",
"discountType": "<string>",
"discountAmountInPennies": 123,
"internalNote": "<string>"
}
},
"shoppingCartItemUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"amountInPennies": 123,
"preProrationAmountInPennies": 123
},
"dateDesiredMoveIn": "2023-11-07T05:31:56Z"
}