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": "10420956-aa96-4f3a-b428-9fe326728f98",
"CompanyID": "00d77fc2-c69a-4098-a016-75e8f798426d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-23T20:07:59.309846-05:00",
"CreatedByUserID": "63aa05c0-8ca5-4ce3-b658-d783e4644e7a",
"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": "10e1cf4c-d544-4641-9e11-db35e41d6429",
"CompanyID": "abd4ff2c-b10f-412e-bedb-0434849a1490",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-23T20:07:59.309846-05:00",
"CreatedByUserID": "ca8bfebd-dfe1-4cdc-a58e-eef2fc8afa74",
"Deleted": true
}