GET api/Contracts/Overview/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
HtmlInfoName | Description | Type | Additional information |
---|---|---|---|
Html | string |
None. |
|
Url | string |
None. |
|
Id | globally unique identifier |
None. |
|
Description | string |
None. |
|
CrmId | string |
None. |
|
IsArchived | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Html": "sample string 1", "Url": "sample string 2", "Id": "574f2f0d-9456-4166-afbf-8b3ee03d24f0", "Description": "sample string 4", "CrmId": "sample string 5", "IsArchived": true }