call the GetFullSiteCollections operation.
POST
/getfullsitecollections
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/getfullsitecollections' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"siteserviceInput": {
"IncludeCommercial": true
}
}'
Response Response Example
200 - Example 1
{
"GetFullSiteCollectionsResult": {
"SiteServices": {
"ApiSiteServiceWithExtraDetails": {
"SiteService": {
"ExtensionData": {},
"SiteServiceID": 0,
"SiteID": 0,
"AccountSiteID": 0,
"ServiceItemID": 0,
"ServiceItemName": "string",
"ServiceItemDescription": "string",
"ServiceItemSerialNumber": "string",
"ServiceItemChipNumber": "string",
"ServiceItemUniqueNumber": "string",
"SiteServiceValidFrom": "2019-08-24T14:15:22Z",
"ContractValidTo": "2019-08-24T14:15:22Z",
"SiteServiceValidTo": "2019-08-24T14:15:22Z",
"SiteServiceBlockedFrom": "2019-08-24T14:15:22Z",
"SiteServiceNotes": "string",
"ServiceID": 0,
"ServiceName": "string",
"ServiceDescription": "string",
"ContractID": 0,
"ContractName": "string",
"ContractDescription": "string",
"ContractValidFrom": "2019-08-24T14:15:22Z",
"ContractTypeID": 0,
"ContractTypeName": "string",
"ContractTypeDescription": "string",
"Quantity": 0,
"Charge": 0,
"Cost": 0,
"CSSIValidFrom": "2019-08-24T14:15:22Z",
"CSSIValidTo": "2019-08-24T14:15:22Z",
"ProductCode": "string",
"ChargeTypeID": 0,
"ChargeTypeName": "string",
"PerCollection": true,
"PerLift": true,
"PerKg": true,
"PaymentScheduleID": 0,
"PaymentScheduleName": "string",
"PaymentScheduleDescription": "string",
"PaymentMethodID": 0,
"PaymentMethodName": "string",
"PaymentMethodDescription": "string",
"GenerateTransaction": true,
"RoundSchedule": "string",
"SiteContractID": 0,
"ContractStatusCode": "string",
"EWCCode": "string",
"SiteServiceItemQuantity": 0,
"SiteServiceItemID": 0,
"NextCollectionDate": "2019-08-24T14:15:22Z"
},
"SiteServiceSiteServiceItemServiceItemProperties": {
"SiteServiceSiteServiceItemServiceItemProperty": {
"ExtensionData": {},
"SiteServiceSiteServiceItemServiceItemPropertyID": 0,
"SiteServiceID": 0,
"SiteServiceItemID": 0,
"ServiceItemPropertyID": 0,
"SiteServiceSiteServiceItemServiceItemPropertyValue": "string",
"ServicePropertyTypeID": 0,
"ServiceItemPropertyName": "string",
"ServicePropertyTypeName": "string"
}
},
"RRASSContractRounds": {
"RRASSContractRound": {
"ExtensionData": {},
"RoundID": 0,
"RoundCode": "string",
"RoundRoundAreaServiceScheduleID": 0,
"RoundAreaID": 0,
"RoundSchedule": "string",
"ScheduleID": 0,
"ScheduleName": "string",
"RoundCodeOnly": "string",
"DefaultDeviceType": "string"
}
}
}
}
}
}
Request
Body Params application/json
Responses
Modified at 2025-06-13 09:57:01