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": "d6d8e27e-8d2f-4d95-b6d9-62d6a0edf46b",
"CompanyID": "d7783118-e1fc-4f9f-a24a-12b4141832ae",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-15T02:22:50.3337265-04:00",
"CreatedByUserID": "f26bf700-ada6-4dbe-b167-521f1eea4158",
"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": "b5707cf6-dc59-42bd-97cb-6e513d36f9c1",
"CompanyID": "4301fe0f-87f9-4219-b563-b1ffa9994c8c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-15T02:22:50.3337265-04:00",
"CreatedByUserID": "285775d8-0485-4556-a729-d8e2ad06776f",
"Deleted": true
}