POST api/Articles

Request Information

URI Parameters

None.

Body Parameters

DocMan
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Content

string

None.

ObjectId

integer

None.

MainObjectId

integer

None.

ReferenceObjectId

integer

None.

MainSubjectId

integer

None.

SubjectId

integer

None.

ReferenceSubjectId

integer

None.

SubjectTypeId

integer

None.

UserId

integer

None.

SecurityLevelId

integer

None.

LinkInternet

string

None.

AttackFile

string

None.

Note

string

None.

AccessPermission

integer

None.

Image

string

None.

CreateDate

date

None.

ObjectDate

date

None.

IsDeleted

boolean

None.

Author

string

None.

Updated

date

None.

SubTitle

string

None.

ReferrenceObjectIds

string

None.

ReferrenceSubjectIds

string

None.

UpdatedBy

integer

None.

FileId

integer

None.

FullContent

string

None.

FileLever1Id

integer

None.

FileRefer

string

None.

ObjectReference

string

None.

FileReference

string

None.

SubjectReference

string

None.

EntityKey

EntityKey

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Content": "sample string 3",
  "ObjectId": 4,
  "MainObjectId": 5,
  "ReferenceObjectId": 1,
  "MainSubjectId": 6,
  "SubjectId": 7,
  "ReferenceSubjectId": 1,
  "SubjectTypeId": 1,
  "UserId": 8,
  "SecurityLevelId": 1,
  "LinkInternet": "sample string 9",
  "AttackFile": "sample string 10",
  "Note": "sample string 11",
  "AccessPermission": 1,
  "Image": "sample string 12",
  "CreateDate": "2026-02-07T03:47:14.0067727+07:00",
  "ObjectDate": "2026-02-07T03:47:14.0067727+07:00",
  "IsDeleted": true,
  "Author": "sample string 14",
  "Updated": "2026-02-07T03:47:14.0067727+07:00",
  "SubTitle": "sample string 15",
  "ReferrenceObjectIds": "sample string 16",
  "ReferrenceSubjectIds": "sample string 17",
  "UpdatedBy": 1,
  "FileId": 1,
  "FullContent": "sample string 18",
  "FileLever1Id": 1,
  "FileRefer": "sample string 19",
  "ObjectReference": "sample string 20",
  "FileReference": "sample string 21",
  "SubjectReference": "sample string 22",
  "EntityKey": null
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DocMan'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.