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": "2a3580b9-cfc0-4137-a4dc-bc48b65689ed",
"CompanyID": "be25b2f5-aaaf-415f-8e03-ca325c8ce959",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-03T02:55:36.2638397-04:00",
"CreatedByUserID": "d9896177-e460-48d5-aa29-9b1b9cbe2345",
"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": "3ed95e65-62f4-4a31-93f9-f4cd6af8e214",
"CompanyID": "26865272-1d7b-4a1d-8648-f8e0bafc50d0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-03T02:55:36.4200955-04:00",
"CreatedByUserID": "5d7a51d1-6e31-4457-87fb-68c5d4d005bc",
"Deleted": true
}