POST api/Member?memberid={memberid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| memberid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FamilyMember| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberId | globally unique identifier |
None. |
|
| ParentId | globally unique identifier |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Gender | string |
None. |
|
| DOB | date |
None. |
|
| Relationship | string |
None. |
|
| ContactNumber | string |
None. |
|
| string |
None. |
||
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MemberId": "809bb8dc-70cf-462b-b15a-fc9a08c2f58c",
"ParentId": "7c66924f-92f7-45ec-81b9-4c8941379874",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Gender": "sample string 4",
"DOB": "2026-03-21T22:06:59.6507717+00:00",
"Relationship": "sample string 5",
"ContactNumber": "sample string 6",
"Email": "sample string 7",
"CreatedBy": "sample string 8",
"CreatedOn": "2026-03-21T22:06:59.6517727+00:00",
"ModifiedBy": "sample string 9",
"ModifiedOn": "2026-03-21T22:06:59.6517727+00:00"
},
{
"MemberId": "809bb8dc-70cf-462b-b15a-fc9a08c2f58c",
"ParentId": "7c66924f-92f7-45ec-81b9-4c8941379874",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Gender": "sample string 4",
"DOB": "2026-03-21T22:06:59.6507717+00:00",
"Relationship": "sample string 5",
"ContactNumber": "sample string 6",
"Email": "sample string 7",
"CreatedBy": "sample string 8",
"CreatedOn": "2026-03-21T22:06:59.6517727+00:00",
"ModifiedBy": "sample string 9",
"ModifiedOn": "2026-03-21T22:06:59.6517727+00:00"
}
]