POST api/Usafis/DeleteChildInformation?childId={childId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
childId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultChildUpdateName | Description | Type | Additional information |
---|---|---|---|
ChildID | integer |
None. |
|
UpdateSuccess | boolean |
None. |
|
IsApplicationComplete | boolean |
None. |
|
Status | FormStatus |
None. |
Response Formats
application/json, text/json
Sample:
{ "ChildID": 1, "UpdateSuccess": true, "IsApplicationComplete": true, "Status": 0 }