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": "1d514966-c5c3-4623-9d2e-98f149f1051b",
"Name": "sample string 2",
"Type": "sample string 3",
"UpdatedDateUtc": "2025-12-11T16:26:42.5257404+00:00",
"UpdatedBy": "sample string 5"
}