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
ReasonCodeDetailsReturnName | 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": "f14457e1-fa44-4339-9953-7381d68e2a07", "Name": "sample string 2", "Type": "sample string 3", "UpdatedDateUtc": "2025-06-10T08:49:08.0319048+00:00", "UpdatedBy": "sample string 5" }