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": "66887c51-e7be-4e81-a3d4-f485f0f15032",
"CompanyID": "9b37033f-348b-4a69-9257-a110c38376bf",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-30T13:31:56.3556906-04:00",
"CreatedByUserID": "e78dd587-c48a-4dab-9191-b49a1b2c29bf",
"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": "9bbf85df-45fc-4215-a258-f3432a9f4d2c",
"CompanyID": "9f3bb9b8-89ab-4da4-aba8-cfc246c9cce4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-30T13:31:56.5130524-04:00",
"CreatedByUserID": "9f184616-51a2-4804-9336-fc30e1e05d3e",
"Deleted": true
}