POST ssfp/UpdateExitDetails
Request Information
URI Parameters
None.
Body Parameters
SSFPExit| Name | Description | Type | Additional information |
|---|---|---|---|
| SSFP_ChildId | integer |
None. |
|
| ChildId | integer |
None. |
|
| ExitDate | date |
None. |
|
| ExitStatus | integer |
None. |
|
| ExitReason | string |
None. |
|
| ExitType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SSFP_ChildId": 1,
"ChildId": 2,
"ExitDate": "2026-03-04T22:32:37.1074755+05:30",
"ExitStatus": 4,
"ExitReason": "sample string 5",
"ExitType": "sample string 6"
}
application/xml, text/xml
Sample:
<SSFPExit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/commonlib.DataAccess"> <ChildId>2</ChildId> <ExitDate>2026-03-04T22:32:37.1074755+05:30</ExitDate> <ExitReason>sample string 5</ExitReason> <ExitStatus>4</ExitStatus> <ExitType>sample string 6</ExitType> <SSFP_ChildId>1</SSFP_ChildId> </SSFPExit>
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.