GET api/Settings/Contracts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ContractSettingsDTOName | Description | Type | Additional information |
---|---|---|---|
CanSeeDocsFolder | OrgUsage |
None. |
|
ShowApplicantService | OrgUsage |
None. |
|
ShowAwardedOrgs | OrgUsage |
None. |
|
Id | globally unique identifier |
None. |
|
Description | string |
None. |
|
CrmId | string |
None. |
|
IsArchived | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "CanSeeDocsFolder": 0, "ShowApplicantService": 0, "ShowAwardedOrgs": 0, "Id": "84af402d-6edd-4e0a-9001-2dcfd03959e5", "Description": "sample string 2", "CrmId": "sample string 3", "IsArchived": true }