PUT api/applicant/onboard/my-family/update/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
OnboardingRecruitFamilyDTOW| Name | Description | Type | Additional information |
|---|---|---|---|
| session_id | string |
Required Max length: 100 |
|
| surname | string |
Required Max length: 100 |
|
| firstname | string |
Required Max length: 100 |
|
| othername | string |
Max length: 100 |
|
| dobirth | date |
Required |
|
| gender | string |
Required Max length: 100 |
|
| img_picture | Collection of byte |
None. |
|
| img_size | integer |
None. |
|
| img_extension | string |
Max length: 10 |
|
| img_mime | string |
Max length: 100 |
|
| member_type | string |
Required Max length: 100 |
|
| phone_no | string |
Max length: 100 |
|
| string |
Max length: 100 |
||
| tenant_id | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"session_id": "sample string 1",
"surname": "sample string 2",
"firstname": "sample string 3",
"othername": "sample string 4",
"dobirth": "2026-03-21T22:19:28.4198028+00:00",
"gender": "sample string 6",
"img_picture": "QEA=",
"img_size": 1,
"img_extension": "sample string 7",
"img_mime": "sample string 8",
"member_type": "sample string 9",
"phone_no": "sample string 10",
"email": "sample string 11",
"tenant_id": 12
}
application/xml, text/xml
Sample:
<OnboardingRecruitFamilyDTOW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xceed365EngageApi.core.DTOs.Writable"> <dobirth>2026-03-21T22:19:28.4198028+00:00</dobirth> <email>sample string 11</email> <firstname>sample string 3</firstname> <gender>sample string 6</gender> <img_extension>sample string 7</img_extension> <img_mime>sample string 8</img_mime> <img_picture>QEA=</img_picture> <img_size>1</img_size> <member_type>sample string 9</member_type> <othername>sample string 4</othername> <phone_no>sample string 10</phone_no> <session_id>sample string 1</session_id> <surname>sample string 2</surname> <tenant_id>12</tenant_id> </OnboardingRecruitFamilyDTOW>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.