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": "790c13bb-fb48-4d8b-b5e5-8c1eb4ed4d74",
"CompanyID": "a9651516-d091-46cf-8b49-2ec12d6a829a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-05T05:48:47.0649864-04:00",
"CreatedByUserID": "cf0bbb77-c54c-4321-b7d3-6d739df88c0d",
"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": "78fadc7d-156f-4677-84e9-c8086b50c2cd",
"CompanyID": "baa60325-b786-4812-a98e-b406c1f8b2cb",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-05T05:48:47.0649864-04:00",
"CreatedByUserID": "f0829de7-7245-4931-8369-08fd2c74db31",
"Deleted": true
}