call the GetSiteCollections operation.
POST
/getsitecollections
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/getsitecollections' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"siteserviceInput": {
"IncludeCommercial": true
}
}'
Response Response Example
200 - Example 1
{
"GetSiteCollectionsResult": {
"SiteServices": {
"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"
}
}
}
}
Request
Body Params application/json
Responses
Modified at 2025-06-13 09:57:01