PUT api/DocumentEntity/Put

Request Information

URI Parameters

None.

Body Parameters

DocumentEntityViewModel
NameDescriptionTypeAdditional information
ID

integer

None.

SequenceNumber

integer

None.

DocID

integer

None.

Version

integer

None.

ProjectID

globally unique identifier

None.

FieldType

integer

None.

FieldMask

integer

None.

FieldFormat

integer

None.

IsID

boolean

None.

IsUnique

boolean

None.

IsRequired

boolean

None.

IsRelated

boolean

None.

RelationWithTransactionID

integer

None.

DocumentType

integer

None.

FieldTypeName

string

None.

FieldFormatName

string

None.

FieldMaskName

string

None.

Name

string

None.

Description

string

None.

FieldCode

string

None.

Length

decimal number

None.

ListValues

string

None.

DocumentEntityList

Collection of REQDocumentEntityGetByPaging_Result

None.

IsAggregate

boolean

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:
{
  "ID": 1,
  "SequenceNumber": 2,
  "DocID": 3,
  "Version": 4,
  "ProjectID": "00e755d1-ed09-4be8-9cad-21244dc90f85",
  "FieldType": 1,
  "FieldMask": 1,
  "FieldFormat": 1,
  "IsID": true,
  "IsUnique": true,
  "IsRequired": true,
  "IsRelated": true,
  "RelationWithTransactionID": 1,
  "DocumentType": 10,
  "FieldTypeName": "sample string 11",
  "FieldFormatName": "sample string 12",
  "FieldMaskName": "sample string 13",
  "Name": "sample string 14",
  "Description": "sample string 15",
  "FieldCode": "sample string 16",
  "Length": 1.0,
  "ListValues": "sample string 17",
  "DocumentEntityList": [
    {
      "SrNo": 1,
      "ID": 1,
      "DocID": 2,
      "Name": "sample string 3",
      "Description": "sample string 4",
      "FieldType": 1,
      "FieldTypeName": "sample string 5",
      "FieldFormat": 1,
      "FieldFormatName": "sample string 6",
      "FieldMaskName": "sample string 7",
      "IsID": true,
      "IsUnique": true,
      "IsRelated": true,
      "IsRequired": true,
      "Length": 1.0,
      "FieldCode": "sample string 12",
      "IsAggregate": true
    },
    {
      "SrNo": 1,
      "ID": 1,
      "DocID": 2,
      "Name": "sample string 3",
      "Description": "sample string 4",
      "FieldType": 1,
      "FieldTypeName": "sample string 5",
      "FieldFormat": 1,
      "FieldFormatName": "sample string 6",
      "FieldMaskName": "sample string 7",
      "IsID": true,
      "IsUnique": true,
      "IsRelated": true,
      "IsRequired": true,
      "Length": 1.0,
      "FieldCode": "sample string 12",
      "IsAggregate": true
    }
  ],
  "IsAggregate": true,
  "CompanyID": 18,
  "Language": "sample string 19",
  "CreatedDate": "2025-08-29T01:02:15.4412798+00:00",
  "CreatedUserID": "2838c628-9deb-4aa5-b553-eb2c6004adcb",
  "ModifiedDate": "2025-08-29T01:02:15.4412798+00:00",
  "ModifiedUserID": "0edff2c2-ad5b-4cbd-b156-9582f0f6d516",
  "FeatureID": "f8a28668-e316-4ca5-b879-c556a2f65b61",
  "Token": "406a5752-e1ac-4cba-8ab7-b117bc28e084",
  "Action": 0,
  "FilterText": "sample string 26",
  "CurrentIndex": 27,
  "PageSize": 28,
  "TotalRecords": 29,
  "SortColumn": "sample string 30",
  "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:
<DocumentEntityViewModel 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">18</CompanyID>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2025-08-29T01:02:15.4412798+00:00</CreatedDate>
  <CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2838c628-9deb-4aa5-b553-eb2c6004adcb</CreatedUserID>
  <CurrentIndex xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">27</CurrentIndex>
  <FeatureID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">f8a28668-e316-4ca5-b879-c556a2f65b61</FeatureID>
  <FilterText xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 26</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 19</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-29T01:02:15.4412798+00:00</ModifiedDate>
  <ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">0edff2c2-ad5b-4cbd-b156-9582f0f6d516</ModifiedUserID>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">28</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 30</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">406a5752-e1ac-4cba-8ab7-b117bc28e084</Token>
  <TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">29</TotalRecords>
  <Description>sample string 15</Description>
  <DocID>3</DocID>
  <DocumentEntityList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">
    <d2p1:REQDocumentEntityGetByPaging_Result>
      <d2p1:Description>sample string 4</d2p1:Description>
      <d2p1:DocID>2</d2p1:DocID>
      <d2p1:FieldCode>sample string 12</d2p1:FieldCode>
      <d2p1:FieldFormat>1</d2p1:FieldFormat>
      <d2p1:FieldFormatName>sample string 6</d2p1:FieldFormatName>
      <d2p1:FieldMaskName>sample string 7</d2p1:FieldMaskName>
      <d2p1:FieldType>1</d2p1:FieldType>
      <d2p1:FieldTypeName>sample string 5</d2p1:FieldTypeName>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:IsAggregate>true</d2p1:IsAggregate>
      <d2p1:IsID>true</d2p1:IsID>
      <d2p1:IsRelated>true</d2p1:IsRelated>
      <d2p1:IsRequired>true</d2p1:IsRequired>
      <d2p1:IsUnique>true</d2p1:IsUnique>
      <d2p1:Length>1</d2p1:Length>
      <d2p1:Name>sample string 3</d2p1:Name>
      <d2p1:SrNo>1</d2p1:SrNo>
    </d2p1:REQDocumentEntityGetByPaging_Result>
    <d2p1:REQDocumentEntityGetByPaging_Result>
      <d2p1:Description>sample string 4</d2p1:Description>
      <d2p1:DocID>2</d2p1:DocID>
      <d2p1:FieldCode>sample string 12</d2p1:FieldCode>
      <d2p1:FieldFormat>1</d2p1:FieldFormat>
      <d2p1:FieldFormatName>sample string 6</d2p1:FieldFormatName>
      <d2p1:FieldMaskName>sample string 7</d2p1:FieldMaskName>
      <d2p1:FieldType>1</d2p1:FieldType>
      <d2p1:FieldTypeName>sample string 5</d2p1:FieldTypeName>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:IsAggregate>true</d2p1:IsAggregate>
      <d2p1:IsID>true</d2p1:IsID>
      <d2p1:IsRelated>true</d2p1:IsRelated>
      <d2p1:IsRequired>true</d2p1:IsRequired>
      <d2p1:IsUnique>true</d2p1:IsUnique>
      <d2p1:Length>1</d2p1:Length>
      <d2p1:Name>sample string 3</d2p1:Name>
      <d2p1:SrNo>1</d2p1:SrNo>
    </d2p1:REQDocumentEntityGetByPaging_Result>
  </DocumentEntityList>
  <DocumentType>10</DocumentType>
  <FieldCode>sample string 16</FieldCode>
  <FieldFormat>1</FieldFormat>
  <FieldFormatName>sample string 12</FieldFormatName>
  <FieldMask>1</FieldMask>
  <FieldMaskName>sample string 13</FieldMaskName>
  <FieldType>1</FieldType>
  <FieldTypeName>sample string 11</FieldTypeName>
  <ID>1</ID>
  <IsAggregate>true</IsAggregate>
  <IsID>true</IsID>
  <IsRelated>true</IsRelated>
  <IsRequired>true</IsRequired>
  <IsUnique>true</IsUnique>
  <Length>1</Length>
  <ListValues>sample string 17</ListValues>
  <Name>sample string 14</Name>
  <ProjectID>00e755d1-ed09-4be8-9cad-21244dc90f85</ProjectID>
  <RelationWithTransactionID>1</RelationWithTransactionID>
  <SequenceNumber>2</SequenceNumber>
  <Version>4</Version>
</DocumentEntityViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.