Request Information

URI Parameters

None.

Body Parameters

The marriage.

Nano.Marriage
NameDescriptionTypeAdditional information
otherDescription

Gets or sets the other description.

string

None.

state

Gets or sets the state.

string

None.

status

Gets or sets the status.

string

None.

id

Gets or sets the marriage identifier.

integer

None.

persons

Gets or sets the person identifiers.

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "otherDescription": "sample String 1",
  "state": "sample String 2",
  "status": "sample String 3",
  "id": "4",
  "persons": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"otherDescription":"sample String 1","state":"sample String 2","status":"sample String 3","id":"4","persons":["1","2"]}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The created marriage.

Nano.Marriage
NameDescriptionTypeAdditional information
otherDescription

Gets or sets the other description.

string

None.

state

Gets or sets the state.

string

None.

status

Gets or sets the status.

string

None.

id

Gets or sets the marriage identifier.

integer

None.

persons

Gets or sets the person identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
{
  "otherDescription": "sample String 1",
  "state": "sample String 2",
  "status": "sample String 3",
  "id": "4",
  "persons": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"otherDescription":"sample String 1","state":"sample String 2","status":"sample String 3","id":"4","persons":["1","2"]}

application/vnd.api+json

Sample:

Sample not available.