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": "572aa5ca-c9af-49bd-af76-3452e4ee7b4b",
"CompanyID": "8b618b29-d93c-410c-bdfa-271a7bee47da",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-08T14:07:52.5207795-04:00",
"CreatedByUserID": "2344b54f-a110-45af-9a55-93f80d89c317",
"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": "ddb88de3-228b-402d-8774-b3f86552fb15",
"CompanyID": "da0c9e39-c79f-47da-886e-1391394a5f81",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-08T14:07:52.5207795-04:00",
"CreatedByUserID": "2d477c56-a7d8-4680-9b77-89203f7e5aeb",
"Deleted": true
}