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": "7ecaf99b-3572-4497-9d24-cfc3e2103299",
"CompanyID": 16,
"Language": "sample string 17",
"CreatedDate": "2026-01-07T19:57:48.8183597+00:00",
"CreatedUserID": "67fedf50-9123-43da-b57c-229f2565b989",
"ModifiedDate": "2026-01-07T19:57:48.8183597+00:00",
"ModifiedUserID": "f7efc8e4-f6eb-493f-8932-d67ab0144973",
"FeatureID": "53aa4ccd-20bc-467c-9116-01b0e881cb08",
"Token": "13a3b028-aa9a-465f-97f1-418806a78dba",
"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-01-07T19:57:48.8183597+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">67fedf50-9123-43da-b57c-229f2565b989</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">53aa4ccd-20bc-467c-9116-01b0e881cb08</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-01-07T19:57:48.8183597+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">f7efc8e4-f6eb-493f-8932-d67ab0144973</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">13a3b028-aa9a-465f-97f1-418806a78dba</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>7ecaf99b-3572-4497-9d24-cfc3e2103299</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.