GET Companies({CompanyId})/ReasonCodes
Returns All the Reason Codes for a Company
Information:
Base URL:
https://api.covasoft.net/reasoncode
Example of a call would be:
https://api.covasoft.net/reasoncode/Companies({CompanyId})/ReasonCodes
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CompanyId |
The unique Company Id that was provided in your onboarding pacakage |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
All the Reason Codes for a Company
Collection of ReasonCodesByCompanyReturnName | 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": "6101beeb-9331-4fad-8ae6-74f3bb49db46", "Name": "sample string 2", "Type": "sample string 3", "UpdatedDateUtc": "2025-01-18T05:08:27.4784223+00:00", "UpdatedBy": "sample string 5" }, { "Id": "6101beeb-9331-4fad-8ae6-74f3bb49db46", "Name": "sample string 2", "Type": "sample string 3", "UpdatedDateUtc": "2025-01-18T05:08:27.4784223+00:00", "UpdatedBy": "sample string 5" } ]