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": "77532a69-9cce-44f5-a14c-5282dcf641fd",
"CompanyID": "9f70686e-19b9-455c-96f0-2fae02f69115",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-27T18:54:20.6542905-04:00",
"CreatedByUserID": "5c887686-bf38-4b86-b1a2-6b281c14f461",
"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": "8fde415d-ff47-40e3-9119-27b603a3b458",
"CompanyID": "972686be-16a5-4678-91f3-c7179d964728",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-27T18:54:20.8261507-04:00",
"CreatedByUserID": "a2bd9f9c-2716-4548-baba-f4e6ee4581ce",
"Deleted": true
}