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": "a0069780-d4d9-4b66-ba48-7ad7c29fb05d",
"CompanyID": "96ce5807-c309-4232-aed4-21b62bb232e7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-27T11:55:56.6404533-04:00",
"CreatedByUserID": "accd1adf-3f39-468b-bf86-ad1c1d85160d",
"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": "706e6e02-27f7-496c-be05-74dd4b55bbc6",
"CompanyID": "8242bcb7-d01b-487e-bca3-e46b4bece04a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-27T11:55:56.7810695-04:00",
"CreatedByUserID": "37015c97-afc7-4fdb-b0cd-7846368aa643",
"Deleted": true
}