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": "8c38a64b-f1e1-49b2-969e-f64c856d8738",
"CompanyID": "e0a396be-e019-4831-a021-de2faaa19663",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-19T01:27:41.5372034-04:00",
"CreatedByUserID": "ee27f016-8e7f-4b36-b328-b5fd7796399d",
"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": "b6c06541-bfd4-410c-b9ac-b41dfbcd59a4",
"CompanyID": "7021bf2e-f77f-432d-9114-bdaee5a1303e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-19T01:27:41.7090798-04:00",
"CreatedByUserID": "f75dd71b-70bd-4767-bc85-3263e3731fb5",
"Deleted": true
}