POST api/Title

Request Information

URI Parameters

None.

Body Parameters

Gender
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Enable

boolean

None.

CreateTime

date

None.

Creator

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Enable": true,
  "CreateTime": "2026-02-14T08:05:44.4564976+08:00",
  "Creator": "sample string 5"
}

application/xml, text/xml

Sample:
<Gender xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI">
  <CreateTime>2026-02-14T08:05:44.4564976+08:00</CreateTime>
  <Creator>sample string 5</Creator>
  <Enable>true</Enable>
  <Id>1</Id>
  <Name>sample string 2</Name>
</Gender>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Gender
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Enable

boolean

None.

CreateTime

date

None.

Creator

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Enable": true,
  "CreateTime": "2026-02-14T08:05:44.4564976+08:00",
  "Creator": "sample string 5"
}

application/xml, text/xml

Sample:
<Gender xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI">
  <CreateTime>2026-02-14T08:05:44.4564976+08:00</CreateTime>
  <Creator>sample string 5</Creator>
  <Enable>true</Enable>
  <Id>1</Id>
  <Name>sample string 2</Name>
</Gender>