Generates a virtual shopping cart based on facility and unit group data, detached from a lead reference.
curl --request POST \
--url https://public-api.prd.monument.io/shopping/{portfolio}/v1/shopping-cart/generate-detached-cart \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"facilityUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"unitGroupUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dateDesiredMoveIn": "2024-01-15"
}
'{
"items": [
{
"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>"
}
},
"dateDesiredMoveIn": "2023-11-07T05:31:56Z",
"amountInPennies": 123,
"preProrationAmountInPennies": 123
}
]
}Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Show child attributes
curl --request POST \
--url https://public-api.prd.monument.io/shopping/{portfolio}/v1/shopping-cart/generate-detached-cart \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"facilityUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"unitGroupUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dateDesiredMoveIn": "2024-01-15"
}
'{
"items": [
{
"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>"
}
},
"dateDesiredMoveIn": "2023-11-07T05:31:56Z",
"amountInPennies": 123,
"preProrationAmountInPennies": 123
}
]
}