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": "7c0faca1-be91-485b-82b8-8b7f25892a3c",
"CompanyID": "f07bcea7-f361-44cc-bdae-389b00e50a8b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-02T05:41:06.7619648-04:00",
"CreatedByUserID": "6de7c8fa-2fd0-47b2-b887-a38886515e1b",
"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": "ec387b1e-3226-4b05-a2fd-3ef4e5cfad92",
"CompanyID": "c862a849-b583-4cce-a316-708f8f47a554",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-02T05:41:06.7619648-04:00",
"CreatedByUserID": "2b298496-b48b-4125-b373-0928ced4ba86",
"Deleted": true
}