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": "c2e86315-4516-403f-80b0-a5544bf868b4",
"CompanyID": "487f4db8-db4d-4de6-b9f2-4ce8af8edd9e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-13T05:35:16.3806938-04:00",
"CreatedByUserID": "79599fa1-6943-4075-a7dc-445d549c9d9f",
"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": "56a28b07-a1af-499c-9382-c52782f3c2ec",
"CompanyID": "080eddd0-f5a9-4186-9378-c41df614b4ae",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-13T05:35:16.5525679-04:00",
"CreatedByUserID": "733fe8f9-f1ea-4bd4-a950-d293a9fb8eae",
"Deleted": true
}