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": "1609799a-0161-4647-b8af-2729a5610016",
"CompanyID": "3f45956a-d28d-4969-8043-a2c56069e86d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-18T12:32:26.6888398-04:00",
"CreatedByUserID": "4c150925-fcc2-4f63-9a59-155346bb1f46",
"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": "d7efd462-d398-4116-b6ea-3379d8a895b6",
"CompanyID": "7c57d5e7-efa9-4e26-b1ab-b1604bf38a2c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-18T12:32:26.7200759-04:00",
"CreatedByUserID": "f8d34406-0f58-4863-a90f-0d01f2d30eca",
"Deleted": true
}