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": "74d944c4-4d6b-47d8-bc81-3f8cb8abce06",
"CompanyID": "5e93f7bf-d73a-4fe6-8ecd-da327f83568a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-12T01:03:30.7155753-05:00",
"CreatedByUserID": "5832339e-c63b-4e45-8654-4e8d384848cf",
"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": "99ca330b-f1d5-4f6b-943c-beb0cb0ab169",
"CompanyID": "ca8d2873-a58f-4be9-9427-b5559d86a413",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-12T01:03:30.7155753-05:00",
"CreatedByUserID": "fd2608aa-26ae-41bd-9936-4e524d887f05",
"Deleted": true
}