call the UpdateSiteContact operation.
POST
/updatesitecontact
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/updatesitecontact' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"updateSiteContactInput": {
"ContactId": "string",
"ContactName": "string",
"ContactTelephoneNumber": "string",
"ContactMobileNumber": "string",
"ContactFaxNumber": "string",
"ContactEmail": "string",
"IsMainContact": true
}
}'
Response Response Example
200 - Example 1
{
"UpdateSiteContactResult": {
"ErrorCode": 0,
"ErrorDescription": "string",
"SuccessFlag": true
}
}
Request
Body Params application/json
Responses
Modified at 2025-06-13 09:57:01