POST api/CompanyCommunity
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| companyCommunity | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CompanyCommunityID": "3b6353b5-cfca-42d6-b6cd-d70d66e0709f",
"CompanyID": "31db980e-e2b7-4a85-ad77-6e1bdd9d66a8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-18T22:25:20.9998407-04:00",
"CreatedByUserID": "65d64d04-147c-4dcc-9d20-02fb1a90a447",
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"CompanyCommunityID": "2f9bc586-3917-431c-81a2-b9729f363b2b",
"CompanyID": "1528432b-04fe-46db-af93-c7c6504a051e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-18T22:25:20.9998407-04:00",
"CreatedByUserID": "00e05507-16c8-41b9-9585-f17183024e28",
"Deleted": true
}