GET Companies({CompanyId})/ReasonCodes
Returns All the Reason Codes for a Company
Information:
Base URL:
https://api.covasoft.net/reasoncode
Example of a call would be:
https://api.covasoft.net/reasoncode/Companies({CompanyId})/ReasonCodes
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId |
The unique Company Id that was provided in your onboarding pacakage |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
All the Reason Codes for a Company
Collection of ReasonCodesByCompanyReturn| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Type | string |
None. |
|
| UpdatedDateUtc | date |
None. |
|
| UpdatedBy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "17250b82-e109-4936-bd83-16836503bd4b",
"Name": "sample string 2",
"Type": "sample string 3",
"UpdatedDateUtc": "2025-12-09T21:18:26.1594841+00:00",
"UpdatedBy": "sample string 5"
},
{
"Id": "17250b82-e109-4936-bd83-16836503bd4b",
"Name": "sample string 2",
"Type": "sample string 3",
"UpdatedDateUtc": "2025-12-09T21:18:26.1594841+00:00",
"UpdatedBy": "sample string 5"
}
]