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": "8d6ab0cb-19ea-4a75-b92f-2d11352c250e", "CompanyID": "2cee0723-32ce-43e5-9d3a-be4d3cd937ea", "CommunityName": "sample string 2", "CreatedDateTime": "2025-10-09T08:37:19.9512382-04:00", "CreatedByUserID": "d569bbf6-6235-43d3-a9ef-6434d2419a65", "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": "7122b1eb-4f42-4070-ae94-3775c7d9268c", "CompanyID": "adacb209-9c07-41e2-af9f-5e6d23f77f56", "CommunityName": "sample string 2", "CreatedDateTime": "2025-10-09T08:37:19.9512382-04:00", "CreatedByUserID": "ad6e8ec8-fc04-4f8c-b4df-9961ceed5919", "Deleted": true }