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": "7bd6c917-6713-4886-88e9-44b3be788ab0",
"CompanyID": "c232acf8-0670-4149-b57d-3ced4710fd47",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-18T18:17:35.1305985-04:00",
"CreatedByUserID": "44f038cc-920b-4672-86da-43f753d997ff",
"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": "54d10042-a9b0-4d2a-bdd4-b93b19186f5a",
"CompanyID": "60659c30-e0e0-4c92-ba89-92220f63633b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-18T18:17:35.1462358-04:00",
"CreatedByUserID": "67eb2604-8d7d-4b98-aeb6-3523be9207b5",
"Deleted": true
}