POST api/NTPatientScheduling/SaveEncounterTelemedicineRoom
Request Information
URI Parameters
None.
Body Parameters
EncounterRoomDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
EncounterId | integer |
None. |
|
RoomId | integer |
None. |
|
StartDateTime | date |
None. |
|
EndDateTime | date |
None. |
|
RoomName | string |
String length: inclusive between 0 and 200 |
|
StringEndDate | string |
String length: inclusive between 0 and 50 |
|
StringStartDate | string |
String length: inclusive between 0 and 50 |
|
EntityId | integer |
None. |
|
EntityTypeId | integer |
None. |
|
EmployeeId | string |
String length: inclusive between 0 and 20 |
|
ValidFlag | boolean |
None. |
|
DateCreated | date |
None. |
|
DateUpdated | date |
None. |
|
UserIDCreated | integer |
None. |
|
UserIDUpdated | integer |
None. |
|
CompanyCode | string |
String length: inclusive between 0 and 20 |
|
IsExcludeDiscount | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "EncounterId": 2, "RoomId": 1, "StartDateTime": "2024-11-21T00:29:38.9698763-08:00", "EndDateTime": "2024-11-21T00:29:38.9698763-08:00", "RoomName": "sample string 3", "StringEndDate": "sample string 4", "StringStartDate": "sample string 5", "EntityId": 6, "EntityTypeId": 7, "EmployeeId": "sample string 8", "ValidFlag": true, "DateCreated": "2024-11-21T00:29:38.9855014-08:00", "DateUpdated": "2024-11-21T00:29:38.9855014-08:00", "UserIDCreated": 12, "UserIDUpdated": 13, "CompanyCode": "sample string 14", "IsExcludeDiscount": true }
application/xml, text/xml
Sample:
<EncounterRoomDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL"> <CompanyCode>sample string 14</CompanyCode> <DateCreated>2024-11-21T00:29:38.9855014-08:00</DateCreated> <DateUpdated>2024-11-21T00:29:38.9855014-08:00</DateUpdated> <IsExcludeDiscount>true</IsExcludeDiscount> <UserIDCreated>12</UserIDCreated> <UserIDUpdated>13</UserIDUpdated> <ValidFlag>true</ValidFlag> <EmployeeId>sample string 8</EmployeeId> <EncounterId>2</EncounterId> <EndDateTime>2024-11-21T00:29:38.9698763-08:00</EndDateTime> <EntityId>6</EntityId> <EntityTypeId>7</EntityTypeId> <Id>1</Id> <RoomId>1</RoomId> <RoomName>sample string 3</RoomName> <StartDateTime>2024-11-21T00:29:38.9698763-08:00</StartDateTime> <StringEndDate>sample string 4</StringEndDate> <StringStartDate>sample string 5</StringStartDate> </EncounterRoomDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfEncounterRoomDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | EncounterRoomDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": { "Id": 1, "EncounterId": 2, "RoomId": 1, "StartDateTime": "2024-11-21T00:29:39.4451295-08:00", "EndDateTime": "2024-11-21T00:29:39.4451295-08:00", "RoomName": "sample string 3", "StringEndDate": "sample string 4", "StringStartDate": "sample string 5", "EntityId": 6, "EntityTypeId": 7, "EmployeeId": "sample string 8", "ValidFlag": true, "DateCreated": "2024-11-21T00:29:39.4451295-08:00", "DateUpdated": "2024-11-21T00:29:39.4451295-08:00", "UserIDCreated": 12, "UserIDUpdated": 13, "CompanyCode": "sample string 14", "IsExcludeDiscount": true }, "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfEncounterRoomDTO3NYuOdgi 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.BL"> <d2p1:CompanyCode>sample string 14</d2p1:CompanyCode> <d2p1:DateCreated>2024-11-21T00:29:39.4451295-08:00</d2p1:DateCreated> <d2p1:DateUpdated>2024-11-21T00:29:39.4451295-08:00</d2p1:DateUpdated> <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount> <d2p1:UserIDCreated>12</d2p1:UserIDCreated> <d2p1:UserIDUpdated>13</d2p1:UserIDUpdated> <d2p1:ValidFlag>true</d2p1:ValidFlag> <d2p1:EmployeeId>sample string 8</d2p1:EmployeeId> <d2p1:EncounterId>2</d2p1:EncounterId> <d2p1:EndDateTime>2024-11-21T00:29:39.4451295-08:00</d2p1:EndDateTime> <d2p1:EntityId>6</d2p1:EntityId> <d2p1:EntityTypeId>7</d2p1:EntityTypeId> <d2p1:Id>1</d2p1:Id> <d2p1:RoomId>1</d2p1:RoomId> <d2p1:RoomName>sample string 3</d2p1:RoomName> <d2p1:StartDateTime>2024-11-21T00:29:39.4451295-08:00</d2p1:StartDateTime> <d2p1:StringEndDate>sample string 4</d2p1:StringEndDate> <d2p1:StringStartDate>sample string 5</d2p1:StringStartDate> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfEncounterRoomDTO3NYuOdgi>