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": "5dad4016-8e27-4fc8-b3ca-be0b7483f9c0",
"CompanyID": "16e35d3a-6796-40b6-88cc-33c322ee3b8d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-21T11:11:05.1211162-04:00",
"CreatedByUserID": "9bb1cf0e-9c3e-4713-a4e7-9ef85250fb77",
"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": "acb126fe-6c54-4d3f-a90e-e6c0167fd0a3",
"CompanyID": "41132564-612f-481d-b7cc-a3d7e52e2b26",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-21T11:11:05.1211162-04:00",
"CreatedByUserID": "e5b78f23-c1de-4efc-9801-7c47083048fe",
"Deleted": true
}