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": "b0ccf4fb-80a2-4bcc-a984-7e9f2208c721",
"CompanyID": "b29ccfa2-160e-4899-acab-afea7bc1c181",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-31T08:54:54.2186504-04:00",
"CreatedByUserID": "520dbb35-2dac-4e7e-b46b-0e9a684db40e",
"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": "6891c286-4113-401b-922b-a162a0bcb8f6",
"CompanyID": "6cc4606c-dc95-48cc-9f1d-750b33c2e232",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-31T08:54:54.2186504-04:00",
"CreatedByUserID": "fcdb4961-eff2-477f-951a-48d213c6d092",
"Deleted": true
}