call the AddSiteServiceItem operation.
POST
/addsiteserviceitem
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/addsiteserviceitem' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"addSiteServiceItemInput": {
"ServiceItemId": "string",
"ServiceItemValidFrom": "string",
"ServiceItemValidTo": "string",
"ServiceItemQuantity": "string",
"ExtraDetailInputs": {
"SiteCollectionExtraDetailInput": {
"ServiceItemPropertyId": "string",
"ServiceItemPropertyName": "string",
"ServiceItemPropertyValue": "string"
}
}
}
}'
Response Response Example
200 - Example 1
{
"SiteServiceId": 0
}
Request
Body Params application/json
Responses
Modified at 2025-06-13 09:57:01