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": "54dddf2c-07d5-4665-8984-02eb379328d2",
    "Name": "sample string 2",
    "Type": "sample string 3",
    "UpdatedDateUtc": "2025-10-31T04:32:50.2104951+00:00",
    "UpdatedBy": "sample string 5"
  },
  {
    "Id": "54dddf2c-07d5-4665-8984-02eb379328d2",
    "Name": "sample string 2",
    "Type": "sample string 3",
    "UpdatedDateUtc": "2025-10-31T04:32:50.2104951+00:00",
    "UpdatedBy": "sample string 5"
  }
]