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": "aa6c451e-ba44-48ec-bc00-78b2286850d1", "Name": "sample string 2", "Type": "sample string 3", "UpdatedDateUtc": "2024-11-07T08:43:38.1295499+00:00", "UpdatedBy": "sample string 5" }