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": "dd3bfddf-d610-428e-9549-ec8ae00869c4", "Name": "sample string 2", "Type": "sample string 3", "UpdatedDateUtc": "2025-02-20T19:10:49.9213163+00:00", "UpdatedBy": "sample string 5" }