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": "1b7eb000-ea97-483c-bcbc-e5fbd55de0f5", "Name": "sample string 2", "Type": "sample string 3", "UpdatedDateUtc": "2024-11-07T08:37:46.1350314+00:00", "UpdatedBy": "sample string 5" }, { "Id": "1b7eb000-ea97-483c-bcbc-e5fbd55de0f5", "Name": "sample string 2", "Type": "sample string 3", "UpdatedDateUtc": "2024-11-07T08:37:46.1350314+00:00", "UpdatedBy": "sample string 5" } ]