DELETE api/DocumentLink/Delete
Request Information
URI Parameters
None.
Body Parameters
DocumentLinkViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DocIDFrom | integer |
None. |
|
| DocFromName | string |
None. |
|
| DocTypeIDFrom | integer |
None. |
|
| DocTypeFromName | string |
None. |
|
| DocFromKeyCode | string |
None. |
|
| DocIDTo | integer |
None. |
|
| DocumentTypeIDTo | integer |
None. |
|
| DocToName | string |
None. |
|
| DocTypeToName | string |
None. |
|
| DocToKeyCode | string |
None. |
|
| DocIDToDocumentType | integer |
None. |
|
| TypeID | integer |
None. |
|
| Type | string |
None. |
|
| DocToDescription | string |
None. |
|
| DocToJson | string |
None. |
|
| ProjectID | globally unique identifier |
None. |
|
| CompanyID | integer |
None. |
|
| Language | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedUserID | globally unique identifier |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedUserID | globally unique identifier |
None. |
|
| FeatureID | globally unique identifier |
None. |
|
| Token | globally unique identifier |
None. |
|
| Action | Actions |
None. |
|
| FilterText | string |
None. |
|
| CurrentIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalRecords | integer |
None. |
|
| SortColumn | string |
None. |
|
| Sortby | SortDirection |
None. |
|
| ImageId | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| Sort | integer |
None. |
|
| Messages | Collection of ErrorMessage |
None. |
Request Formats
application/json, text/json
Sample:
{
"DocIDFrom": 1,
"DocFromName": "sample string 2",
"DocTypeIDFrom": 3,
"DocTypeFromName": "sample string 4",
"DocFromKeyCode": "sample string 5",
"DocIDTo": 6,
"DocumentTypeIDTo": 7,
"DocToName": "sample string 8",
"DocTypeToName": "sample string 9",
"DocToKeyCode": "sample string 10",
"DocIDToDocumentType": 11,
"TypeID": 1,
"Type": "sample string 12",
"DocToDescription": "sample string 13",
"DocToJson": "sample string 14",
"ProjectID": "f0b6104f-75b0-4647-8be8-421776c8255d",
"CompanyID": 16,
"Language": "sample string 17",
"CreatedDate": "2026-03-19T16:34:58.7121496+00:00",
"CreatedUserID": "19503e5c-33bc-4b56-b2c7-e6e33a9d7a47",
"ModifiedDate": "2026-03-19T16:34:58.7121496+00:00",
"ModifiedUserID": "9676730b-614a-4413-89cd-5ab436b1491e",
"FeatureID": "a65fb1b5-11c2-4b66-b20d-b6f73f200ffe",
"Token": "0348ed74-b3d3-4620-bac9-b71e815608f6",
"Action": 0,
"FilterText": "sample string 24",
"CurrentIndex": 25,
"PageSize": 26,
"TotalRecords": 27,
"SortColumn": "sample string 28",
"Sortby": 0,
"ImageId": 1,
"IsDeleted": true,
"IsActive": true,
"Sort": 1,
"Messages": [
{
"ErrorType": 1,
"Message": "sample string 2"
},
{
"ErrorType": 1,
"Message": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<DocumentLinkViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core.ProjectModels">
<Action xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">View</Action>
<CompanyID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">16</CompanyID>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2026-03-19T16:34:58.7121496+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">19503e5c-33bc-4b56-b2c7-e6e33a9d7a47</CreatedUserID>
<CurrentIndex xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">25</CurrentIndex>
<FeatureID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">a65fb1b5-11c2-4b66-b20d-b6f73f200ffe</FeatureID>
<FilterText xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 24</FilterText>
<ImageId xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</ImageId>
<IsActive xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsActive>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsDeleted>
<Language xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 17</Language>
<Messages xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">
<ErrorMessage>
<ErrorType>1</ErrorType>
<Message>sample string 2</Message>
</ErrorMessage>
<ErrorMessage>
<ErrorType>1</ErrorType>
<Message>sample string 2</Message>
</ErrorMessage>
</Messages>
<ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2026-03-19T16:34:58.7121496+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">9676730b-614a-4413-89cd-5ab436b1491e</ModifiedUserID>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">26</PageSize>
<Sort xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</Sort>
<SortColumn xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 28</SortColumn>
<Sortby xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">Asc</Sortby>
<Token xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">0348ed74-b3d3-4620-bac9-b71e815608f6</Token>
<TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">27</TotalRecords>
<DocFromKeyCode>sample string 5</DocFromKeyCode>
<DocFromName>sample string 2</DocFromName>
<DocIDFrom>1</DocIDFrom>
<DocIDTo>6</DocIDTo>
<DocIDToDocumentType>11</DocIDToDocumentType>
<DocToDescription>sample string 13</DocToDescription>
<DocToJson>sample string 14</DocToJson>
<DocToKeyCode>sample string 10</DocToKeyCode>
<DocToName>sample string 8</DocToName>
<DocTypeFromName>sample string 4</DocTypeFromName>
<DocTypeIDFrom>3</DocTypeIDFrom>
<DocTypeToName>sample string 9</DocTypeToName>
<DocumentTypeIDTo>7</DocumentTypeIDTo>
<ProjectID>f0b6104f-75b0-4647-8be8-421776c8255d</ProjectID>
<Type>sample string 12</Type>
<TypeID>1</TypeID>
</DocumentLinkViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.