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": "71a1d0bd-9cd8-4770-b76b-d2cf528b8a96",
"CompanyID": "45301943-6ffe-4d99-b29e-910d7662e53f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-02T19:01:44.1212548-04:00",
"CreatedByUserID": "6f490a3e-2c16-4d19-81d0-0b1810a1a4e7",
"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": "83a6e5d4-da77-4768-9c6a-b87f1c33564b",
"CompanyID": "b88ee0e6-6b0d-46da-b020-0f7f5a91c8c8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-02T19:01:44.2775029-04:00",
"CreatedByUserID": "90c48df6-f65c-4682-8413-f071725a790c",
"Deleted": true
}