POST api/MedicalExamcos/DeleteExamDischarge
Request Information
URI Parameters
None.
Body Parameters
MEExamDischargeDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CompanyCode | string |
String length: inclusive between 0 and 100 |
|
EmployeeId | string |
String length: inclusive between 0 and 20 |
|
CaseNo | integer |
None. |
|
DischargeDateTime | date |
None. |
|
DischargeTimeZone | integer |
None. |
|
DischargeDate | date |
None. |
|
DischargeTime | string |
String length: inclusive between 0 and 20 |
|
ComponentList | Collection of ComponentListDTO |
None. |
|
ComponentOrderName | Collection of string |
None. |
|
ValidFlag | boolean |
None. |
|
DateCreated | date |
None. |
|
DateUpdated | date |
None. |
|
UserIDCreated | integer |
None. |
|
UserIDUpdated | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "CompanyCode": "sample string 2", "EmployeeId": "sample string 3", "CaseNo": 4, "DischargeDateTime": "2024-11-21T00:32:17.5034724-08:00", "DischargeTimeZone": 6, "DischargeDate": "2024-11-21T00:32:17.5034724-08:00", "DischargeTime": "sample string 7", "ComponentList": [ { "Id": 1, "Type": 2, "ValidFlag": true, "DateCreated": "2024-11-21T00:32:17.5034724-08:00", "DateUpdated": "2024-11-21T00:32:17.5034724-08:00", "UserIDCreated": 6, "UserIDUpdated": 7 }, { "Id": 1, "Type": 2, "ValidFlag": true, "DateCreated": "2024-11-21T00:32:17.5034724-08:00", "DateUpdated": "2024-11-21T00:32:17.5034724-08:00", "UserIDCreated": 6, "UserIDUpdated": 7 } ], "ComponentOrderName": [ "sample string 1", "sample string 2" ], "ValidFlag": true, "DateCreated": "2024-11-21T00:32:17.5034724-08:00", "DateUpdated": "2024-11-21T00:32:17.5034724-08:00", "UserIDCreated": 11, "UserIDUpdated": 12 }
application/xml, text/xml
Sample:
<MEExamDischargeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.MedicalExam"> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:17.5034724-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:17.5034724-08:00</DateUpdated> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">11</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">12</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <CaseNo>4</CaseNo> <CompanyCode>sample string 2</CompanyCode> <ComponentList> <ComponentListDTO> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:17.5034724-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:17.5034724-08:00</DateUpdated> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">6</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">7</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <Id>1</Id> <Type>2</Type> </ComponentListDTO> <ComponentListDTO> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:17.5034724-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:17.5034724-08:00</DateUpdated> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">6</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">7</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <Id>1</Id> <Type>2</Type> </ComponentListDTO> </ComponentList> <ComponentOrderName xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </ComponentOrderName> <DischargeDate>2024-11-21T00:32:17.5034724-08:00</DischargeDate> <DischargeDateTime>2024-11-21T00:32:17.5034724-08:00</DischargeDateTime> <DischargeTime>sample string 7</DischargeTime> <DischargeTimeZone>6</DischargeTimeZone> <EmployeeId>sample string 3</EmployeeId> <Id>1</Id> </MEExamDischargeDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfMEExamDischargeDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | MEExamDischargeDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": { "Id": 1, "CompanyCode": "sample string 2", "EmployeeId": "sample string 3", "CaseNo": 4, "DischargeDateTime": "2024-11-21T00:32:17.536316-08:00", "DischargeTimeZone": 6, "DischargeDate": "2024-11-21T00:32:17.536316-08:00", "DischargeTime": "sample string 7", "ComponentList": [ { "Id": 1, "Type": 2, "ValidFlag": true, "DateCreated": "2024-11-21T00:32:17.536316-08:00", "DateUpdated": "2024-11-21T00:32:17.536316-08:00", "UserIDCreated": 6, "UserIDUpdated": 7 }, { "Id": 1, "Type": 2, "ValidFlag": true, "DateCreated": "2024-11-21T00:32:17.536316-08:00", "DateUpdated": "2024-11-21T00:32:17.536316-08:00", "UserIDCreated": 6, "UserIDUpdated": 7 } ], "ComponentOrderName": [ "sample string 1", "sample string 2" ], "ValidFlag": true, "DateCreated": "2024-11-21T00:32:17.536316-08:00", "DateUpdated": "2024-11-21T00:32:17.536316-08:00", "UserIDCreated": 11, "UserIDUpdated": 12 }, "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfMEExamDischargeDTOzIntITI8 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common"> <isSuccess>true</isSuccess> <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.MedicalExam"> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:17.536316-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:17.536316-08:00</DateUpdated> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">11</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">12</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <d2p1:CaseNo>4</d2p1:CaseNo> <d2p1:CompanyCode>sample string 2</d2p1:CompanyCode> <d2p1:ComponentList> <d2p1:ComponentListDTO> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:17.536316-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:17.536316-08:00</DateUpdated> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">6</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">7</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <d2p1:Id>1</d2p1:Id> <d2p1:Type>2</d2p1:Type> </d2p1:ComponentListDTO> <d2p1:ComponentListDTO> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:17.536316-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:17.536316-08:00</DateUpdated> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">6</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">7</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <d2p1:Id>1</d2p1:Id> <d2p1:Type>2</d2p1:Type> </d2p1:ComponentListDTO> </d2p1:ComponentList> <d2p1:ComponentOrderName xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:string>sample string 1</d3p1:string> <d3p1:string>sample string 2</d3p1:string> </d2p1:ComponentOrderName> <d2p1:DischargeDate>2024-11-21T00:32:17.536316-08:00</d2p1:DischargeDate> <d2p1:DischargeDateTime>2024-11-21T00:32:17.536316-08:00</d2p1:DischargeDateTime> <d2p1:DischargeTime>sample string 7</d2p1:DischargeTime> <d2p1:DischargeTimeZone>6</d2p1:DischargeTimeZone> <d2p1:EmployeeId>sample string 3</d2p1:EmployeeId> <d2p1:Id>1</d2p1:Id> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfMEExamDischargeDTOzIntITI8>