DELETE api/DocumentLink/Delete
Request Information
URI Parameters
None.
Body Parameters
DocumentLinkViewModelName | 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": "3d9e3395-049f-460c-b0af-fc4bfeab69ce", "CompanyID": 16, "Language": "sample string 17", "CreatedDate": "2025-08-29T02:32:37.7906369+00:00", "CreatedUserID": "4a9efe6f-8329-407c-a507-bf93a5b0f7d2", "ModifiedDate": "2025-08-29T02:32:37.7906369+00:00", "ModifiedUserID": "9594e032-b7cb-4187-a1ab-b281435d64d1", "FeatureID": "5b00c907-a3a3-4ee0-89ea-58071061c85c", "Token": "f1f5059a-4512-4301-a2bf-8d1c5c45b8b6", "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">2025-08-29T02:32:37.7906369+00:00</CreatedDate> <CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">4a9efe6f-8329-407c-a507-bf93a5b0f7d2</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">5b00c907-a3a3-4ee0-89ea-58071061c85c</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">2025-08-29T02:32:37.7906369+00:00</ModifiedDate> <ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">9594e032-b7cb-4187-a1ab-b281435d64d1</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">f1f5059a-4512-4301-a2bf-8d1c5c45b8b6</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>3d9e3395-049f-460c-b0af-fc4bfeab69ce</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.