POST Member/AddChildOnly
Add data anak. Please encript password with SHA256 and then encript value with MD5.
Request Information
URI Parameters
None.
Body Parameters
AddChildOnlyParameterModelName | Description | Type | Additional information |
---|---|---|---|
ClientID | string |
None. |
|
ClientSecret | string |
None. |
|
Phone | string |
None. |
|
Child | Collection of AddChildParameterModel |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientID": "sample string 1", "ClientSecret": "sample string 2", "Phone": "sample string 3", "Child": [ { "ID": 1, "ParentID": 2, "Gender": "sample string 3", "Name": "sample string 4", "PlaceOfBirth": "sample string 5", "Birthdate": "sample string 6", "ProductBeforeId": 7, "BirthdateChild": "2024-11-17T02:06:57.5206891+07:00" }, { "ID": 1, "ParentID": 2, "Gender": "sample string 3", "Name": "sample string 4", "PlaceOfBirth": "sample string 5", "Birthdate": "sample string 6", "ProductBeforeId": 7, "BirthdateChild": "2024-11-17T02:06:57.5206891+07:00" } ] }
Response Information
Resource Description
ResultModelOfBooleanName | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": true }