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": "a63ff368-2234-445b-b4d5-fc1142a6ba61",
"Name": "sample string 2",
"Type": "sample string 3",
"UpdatedDateUtc": "2025-11-21T14:54:37.924795+00:00",
"UpdatedBy": "sample string 5"
},
{
"Id": "a63ff368-2234-445b-b4d5-fc1142a6ba61",
"Name": "sample string 2",
"Type": "sample string 3",
"UpdatedDateUtc": "2025-11-21T14:54:37.924795+00:00",
"UpdatedBy": "sample string 5"
}
]