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": "ac1b3ed9-d522-442e-b61a-76430ffbec7a",
"CompanyID": "28305ad3-10e0-4ef9-9540-e4705ccb2da9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-01T22:27:39.8457034-04:00",
"CreatedByUserID": "173bf97f-689c-498b-9bdc-1be4c316f233",
"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": "ecccf096-20bf-46cc-a686-49505459dc72",
"CompanyID": "61651dfb-751a-4657-8da8-590ee5b0cb2b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-01T22:27:39.8457034-04:00",
"CreatedByUserID": "5f86bd7a-2cbe-43d7-b67a-dea50459e39d",
"Deleted": true
}