GET 17.0/database/titles/defaultmodel

Description

Get a Titles model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 30

Gender

byte

None.

DefaultSalutation

string

String length: inclusive between 0 and 30

InActive

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "gender": 64,
  "defaultSalutation": "sample string 4",
  "inActive": 64
}

application/xml, text/xml

Sample:
<Titles xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 2</Description>
  <Gender>64</Gender>
  <DefaultSalutation>sample string 4</DefaultSalutation>
  <InActive>64</InActive>
</Titles>