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": "ce27753e-6a9a-4fd6-94a1-0cb8621ae0c0",
"CompanyID": "5532105e-d685-4efc-a235-c5cf92aac564",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-07T15:29:34.3506667-04:00",
"CreatedByUserID": "d925c69b-abb0-4206-847f-d4f23a4bb13b",
"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": "0a935c91-ccf9-402d-a65e-85c996e45823",
"CompanyID": "98087b2e-bda5-42c6-b7d2-bbcb5f799f32",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-07T15:29:34.3506667-04:00",
"CreatedByUserID": "7ff22179-29a5-4d5c-ba75-aa59e531cedb",
"Deleted": true
}