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": "ee28a358-613a-45ff-9a5f-eed2d543c926",
"CompanyID": "53e8b68d-30f0-4514-a89d-8ab6ef7b5b7a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-28T05:21:49.3786591-04:00",
"CreatedByUserID": "e67ff741-7ad5-49e7-8a2f-614d130e2211",
"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": "4aad9e3f-128e-4a47-8e60-828407c10705",
"CompanyID": "e4156580-1624-458c-9f80-0a798fdc6c39",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-28T05:21:49.3786591-04:00",
"CreatedByUserID": "1bfd43ce-d538-4dac-8181-1d5303f11ab8",
"Deleted": true
}