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": "f269e259-efe2-41eb-9ad4-f29b1a399917",
"CompanyID": "c7542fc3-87d8-4e9d-9323-23bcdb936c0a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-11T11:11:39.6903679-04:00",
"CreatedByUserID": "7577853a-707d-4c5b-ab0d-0ca07a634626",
"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": "b41ae671-69f9-4385-8c68-bb21707fa718",
"CompanyID": "f280f900-47ff-4822-91c4-6dc0c00bff64",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-11T11:11:39.8622345-04:00",
"CreatedByUserID": "97e4e3bf-dcd7-4cb5-bab4-d06e59ece44e",
"Deleted": true
}