POST api/Personnel/SpouseSave

Request Information

URI Parameters

None.

Body Parameters

SpouseModel
NameDescriptionTypeAdditional information
SpouseID

integer

None.

PersonnelID

integer

None.

SpouseName

string

None.

SpouseSex

integer

None.

BirthdayType

integer

None.

Birthday

string

None.

Gregorian

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SpouseID": 1,
  "PersonnelID": 2,
  "SpouseName": "sample string 3",
  "SpouseSex": 4,
  "BirthdayType": 5,
  "Birthday": "sample string 6",
  "Gregorian": "2025-05-04T16:34:34.0578566+08:00"
}

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.