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": "08f3d96b-1bc2-4bcc-a59e-83c823478400",
"CompanyID": "037e1c61-7cf5-41fc-af1e-ed635892c1a7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-11T09:09:35.2176224-04:00",
"CreatedByUserID": "9227ff6e-d6bf-44f3-826e-ccc00b062f05",
"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": "18979dc9-2c4c-4d9b-84e1-f2b0790ccfd7",
"CompanyID": "fba3c738-0c56-4c09-b13f-0d955b31b883",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-11T09:09:35.2176224-04:00",
"CreatedByUserID": "4bd7a4c0-43f2-41b4-a74d-436c2bebd044",
"Deleted": true
}