POST api/Personnel/TitleSave

Request Information

URI Parameters

None.

Body Parameters

TitleModel
NameDescriptionTypeAdditional information
TitleID

integer

None.

PersonnelID

integer

None.

TitleLevelCode

string

None.

TitleLevelName

string

None.

OtherTitleLevel

string

None.

TitleGetTime

date

None.

TitleFile

string

None.

TitleDataBaseID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TitleID": 1,
  "PersonnelID": 2,
  "TitleLevelCode": "sample string 3",
  "TitleLevelName": "sample string 4",
  "OtherTitleLevel": "sample string 5",
  "TitleGetTime": "2025-05-04T16:26:41.0735066+08:00",
  "TitleFile": "sample string 7",
  "TitleDataBaseID": 8
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

OperationResult
NameDescriptionTypeAdditional information
ResultType

OperationResultType

None.

Success

boolean

None.

Message

string

None.

LogMessage

string

None.

AppendData

Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.