POST api/Dashboard/FollowUpCallClose
Request Information
URI Parameters
None.
Body Parameters
ActivateDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CaseNo | integer |
None. |
|
MedicalId | integer |
None. |
|
AddendumId | integer |
None. |
|
EmployeeId | string |
String length: inclusive between 0 and 12 |
|
TelephonicFollowupId | integer |
None. |
|
CallBackNumber | string |
String length: inclusive between 0 and 20 |
|
CreatedUserName | string |
String length: inclusive between 0 and 61 |
|
Called | integer |
None. |
|
IsCompleted | boolean |
None. |
|
IsSendNotification | boolean |
None. |
|
Attempts | integer |
None. |
|
IsRescheduled | boolean |
None. |
|
Note | string |
String length: inclusive between 0 and 300 |
|
FirstName | string |
String length: inclusive between 0 and 50 |
|
LastName | string |
String length: inclusive between 0 and 50 |
|
TotalAttempt | integer |
None. |
|
FollowUpInteractionType | integer |
None. |
|
EncounterId | integer |
None. |
|
EntityId | integer |
None. |
|
ClinicalPathwayTypeId | integer |
None. |
|
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, "CaseNo": 2, "MedicalId": 3, "AddendumId": 4, "EmployeeId": "sample string 5", "TelephonicFollowupId": 1, "CallBackNumber": "sample string 6", "CreatedUserName": "sample string 7", "Called": 1, "IsCompleted": true, "IsSendNotification": true, "Attempts": 1, "IsRescheduled": true, "Note": "sample string 8", "FirstName": "sample string 9", "LastName": "sample string 10", "TotalAttempt": 11, "FollowUpInteractionType": 12, "EncounterId": 13, "EntityId": 14, "ClinicalPathwayTypeId": 15, "ValidFlag": true, "DateCreated": "2025-04-03T19:16:20.3622289-07:00", "DateUpdated": "2025-04-03T19:16:20.3622289-07:00", "UserIDCreated": 19, "UserIDUpdated": 20, "CompanyCode": "sample string 21", "IsExcludeDiscount": true }
application/xml, text/xml
Sample:
<ActivateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL"> <CompanyCode>sample string 21</CompanyCode> <DateCreated>2025-04-03T19:16:20.3622289-07:00</DateCreated> <DateUpdated>2025-04-03T19:16:20.3622289-07:00</DateUpdated> <IsExcludeDiscount>true</IsExcludeDiscount> <UserIDCreated>19</UserIDCreated> <UserIDUpdated>20</UserIDUpdated> <ValidFlag>true</ValidFlag> <AddendumId>4</AddendumId> <Attempts>1</Attempts> <CallBackNumber>sample string 6</CallBackNumber> <Called>1</Called> <CaseNo>2</CaseNo> <ClinicalPathwayTypeId>15</ClinicalPathwayTypeId> <CreatedUserName>sample string 7</CreatedUserName> <EmployeeId>sample string 5</EmployeeId> <EncounterId>13</EncounterId> <EntityId>14</EntityId> <FirstName>sample string 9</FirstName> <FollowUpInteractionType>12</FollowUpInteractionType> <Id>1</Id> <IsCompleted>true</IsCompleted> <IsRescheduled>true</IsRescheduled> <IsSendNotification>true</IsSendNotification> <LastName>sample string 10</LastName> <MedicalId>3</MedicalId> <Note>sample string 8</Note> <TelephonicFollowupId>1</TelephonicFollowupId> <TotalAttempt>11</TotalAttempt> </ActivateDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfActivateDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | ActivateDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": { "Id": 1, "CaseNo": 2, "MedicalId": 3, "AddendumId": 4, "EmployeeId": "sample string 5", "TelephonicFollowupId": 1, "CallBackNumber": "sample string 6", "CreatedUserName": "sample string 7", "Called": 1, "IsCompleted": true, "IsSendNotification": true, "Attempts": 1, "IsRescheduled": true, "Note": "sample string 8", "FirstName": "sample string 9", "LastName": "sample string 10", "TotalAttempt": 11, "FollowUpInteractionType": 12, "EncounterId": 13, "EntityId": 14, "ClinicalPathwayTypeId": 15, "ValidFlag": true, "DateCreated": "2025-04-03T19:16:20.3896495-07:00", "DateUpdated": "2025-04-03T19:16:20.3896495-07:00", "UserIDCreated": 19, "UserIDUpdated": 20, "CompanyCode": "sample string 21", "IsExcludeDiscount": true }, "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfActivateDTO3NYuOdgi 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 21</d2p1:CompanyCode> <d2p1:DateCreated>2025-04-03T19:16:20.3896495-07:00</d2p1:DateCreated> <d2p1:DateUpdated>2025-04-03T19:16:20.3896495-07:00</d2p1:DateUpdated> <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount> <d2p1:UserIDCreated>19</d2p1:UserIDCreated> <d2p1:UserIDUpdated>20</d2p1:UserIDUpdated> <d2p1:ValidFlag>true</d2p1:ValidFlag> <d2p1:AddendumId>4</d2p1:AddendumId> <d2p1:Attempts>1</d2p1:Attempts> <d2p1:CallBackNumber>sample string 6</d2p1:CallBackNumber> <d2p1:Called>1</d2p1:Called> <d2p1:CaseNo>2</d2p1:CaseNo> <d2p1:ClinicalPathwayTypeId>15</d2p1:ClinicalPathwayTypeId> <d2p1:CreatedUserName>sample string 7</d2p1:CreatedUserName> <d2p1:EmployeeId>sample string 5</d2p1:EmployeeId> <d2p1:EncounterId>13</d2p1:EncounterId> <d2p1:EntityId>14</d2p1:EntityId> <d2p1:FirstName>sample string 9</d2p1:FirstName> <d2p1:FollowUpInteractionType>12</d2p1:FollowUpInteractionType> <d2p1:Id>1</d2p1:Id> <d2p1:IsCompleted>true</d2p1:IsCompleted> <d2p1:IsRescheduled>true</d2p1:IsRescheduled> <d2p1:IsSendNotification>true</d2p1:IsSendNotification> <d2p1:LastName>sample string 10</d2p1:LastName> <d2p1:MedicalId>3</d2p1:MedicalId> <d2p1:Note>sample string 8</d2p1:Note> <d2p1:TelephonicFollowupId>1</d2p1:TelephonicFollowupId> <d2p1:TotalAttempt>11</d2p1:TotalAttempt> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfActivateDTO3NYuOdgi>