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": "f5042f1c-e64d-46e7-b590-dff45b0b87c3",
"CompanyID": "79fb9b30-a70b-41bc-aecb-db0434ea50ef",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-02T02:30:39.5212209-04:00",
"CreatedByUserID": "fb7a3707-c9f7-4651-96b6-9e116d77dcbb",
"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": "db0babaa-afe6-4417-8f68-076e6f3fd7fb",
"CompanyID": "b455ee82-8c8c-4d6c-abb6-dc42c527eb4d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-02T02:30:39.6774706-04:00",
"CreatedByUserID": "c3547dda-c5e9-4718-ba90-615fd19c33c8",
"Deleted": true
}