GET Companies({CompanyId})/ReasonCodes({ReasonCodeId})
Returns Details for a Reason Code
Information:
Base URL:
https://api.covasoft.net/reasoncode
Example of a call would be:
https://api.covasoft.net/reasoncode/Companies({CompanyId})/ReasonCodes({ReasonCodeId})
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId |
The unique Company Id that was provided in your onboarding pacakage |
integer |
Required |
| ReasonCodeId |
The Reason Code Id Guid you want to get Details |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Details for a Reason Code
ReasonCodeDetailsReturn| 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": "98e8bcf1-b2cb-4381-85b7-d861d0951859",
"Name": "sample string 2",
"Type": "sample string 3",
"UpdatedDateUtc": "2025-12-09T21:18:18.2531599+00:00",
"UpdatedBy": "sample string 5"
}