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": "a3e5124a-7788-4990-8d9b-d7ae7331af7e", "CompanyID": "d4596f6d-883f-487d-8f55-162318fc29e8", "CommunityName": "sample string 2", "CreatedDateTime": "2025-09-18T09:43:22.71128-04:00", "CreatedByUserID": "b07f3e13-7d94-49c7-95aa-c6598c14214e", "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": "77eecd7b-002b-4f16-b22e-c7ec67309976", "CompanyID": "ea572dca-999d-4b40-a418-00b134f0e6db", "CommunityName": "sample string 2", "CreatedDateTime": "2025-09-18T09:43:22.71128-04:00", "CreatedByUserID": "0b3aba50-a94f-48dd-8167-f32e2dec6d50", "Deleted": true }