Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| marriageId |
The marriage identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The marriage, if it exists.
Nano.Marriage| Name | Description | Type | Additional 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.