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": "240feded-503f-4a3b-8264-9c32d24e129c",
"CompanyID": "b8d99fa2-3792-4ab3-b1ec-4905397ae014",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-17T02:04:55.5713494-04:00",
"CreatedByUserID": "67e4ec85-3abb-47e2-bd75-30a7aef05969",
"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": "118948eb-8a67-48a2-9ad1-924e43acbfff",
"CompanyID": "04548e2f-c7a1-42db-a1a3-4efd6d859850",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-17T02:04:55.7275936-04:00",
"CreatedByUserID": "9ab30fd3-0767-4af0-8245-18ce07278d50",
"Deleted": true
}