POST api/Dashboard/UpdateActivateData
Request Information
URI Parameters
None.
Body Parameters
DashboardFollowUpActivateCaseDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CaseNo | integer |
None. |
|
| EntitySequence | integer |
None. |
|
| Action | integer |
None. |
|
| NoOfAttempts | integer |
None. |
|
| Attempts | integer |
None. |
|
| ClinicalPathwayTypeId | integer |
None. |
|
| ClinicalPathwayTypeName | string |
String length: inclusive between 0 and 50 |
|
| EmployeeId | string |
String length: inclusive between 0 and 12 |
|
| EntityStatus | integer |
None. |
|
| EntityId | integer |
None. |
|
| FollowUpInteractionType | integer |
None. |
|
| InteractionType | integer |
None. |
|
| OnSiteLocationId | integer |
None. |
|
| TeleMedicineId | integer |
None. |
|
| OnSiteClinicLocation | string |
String length: inclusive between 0 and 100 |
|
| TeleMedicinekioskLocation | string |
String length: inclusive between 0 and 50 |
|
| Note | string |
String length: inclusive between 0 and 4000 |
|
| CallActivationName | string |
String length: inclusive between 0 and 61 |
|
| CallActivationId | integer |
None. |
|
| CompanyName | string |
String length: inclusive between 0 and 60 |
|
| EncounterId | 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,
"EntitySequence": 3,
"Action": 4,
"NoOfAttempts": 1,
"Attempts": 1,
"ClinicalPathwayTypeId": 5,
"ClinicalPathwayTypeName": "sample string 6",
"EmployeeId": "sample string 7",
"EntityStatus": 1,
"EntityId": 8,
"FollowUpInteractionType": 1,
"InteractionType": 1,
"OnSiteLocationId": 1,
"TeleMedicineId": 1,
"OnSiteClinicLocation": "sample string 9",
"TeleMedicinekioskLocation": "sample string 10",
"Note": "sample string 11",
"CallActivationName": "sample string 12",
"CallActivationId": 13,
"CompanyName": "sample string 14",
"EncounterId": 1,
"ValidFlag": true,
"DateCreated": "2025-10-30T07:51:07.7145206-07:00",
"DateUpdated": "2025-10-30T07:51:07.7145206-07:00",
"UserIDCreated": 18,
"UserIDUpdated": 19,
"CompanyCode": "sample string 20",
"IsExcludeDiscount": true
}
application/xml, text/xml
Sample:
<DashboardFollowUpActivateCaseDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL"> <CompanyCode>sample string 20</CompanyCode> <DateCreated>2025-10-30T07:51:07.7145206-07:00</DateCreated> <DateUpdated>2025-10-30T07:51:07.7145206-07:00</DateUpdated> <IsExcludeDiscount>true</IsExcludeDiscount> <UserIDCreated>18</UserIDCreated> <UserIDUpdated>19</UserIDUpdated> <ValidFlag>true</ValidFlag> <Action>4</Action> <Attempts>1</Attempts> <CallActivationId>13</CallActivationId> <CallActivationName>sample string 12</CallActivationName> <CaseNo>2</CaseNo> <ClinicalPathwayTypeId>5</ClinicalPathwayTypeId> <ClinicalPathwayTypeName>sample string 6</ClinicalPathwayTypeName> <CompanyName>sample string 14</CompanyName> <EmployeeId>sample string 7</EmployeeId> <EncounterId>1</EncounterId> <EntityId>8</EntityId> <EntitySequence>3</EntitySequence> <EntityStatus>1</EntityStatus> <FollowUpInteractionType>1</FollowUpInteractionType> <Id>1</Id> <InteractionType>1</InteractionType> <NoOfAttempts>1</NoOfAttempts> <Note>sample string 11</Note> <OnSiteClinicLocation>sample string 9</OnSiteClinicLocation> <OnSiteLocationId>1</OnSiteLocationId> <TeleMedicineId>1</TeleMedicineId> <TeleMedicinekioskLocation>sample string 10</TeleMedicinekioskLocation> </DashboardFollowUpActivateCaseDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfDashboardFollowUpActivateCaseDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | DashboardFollowUpActivateCaseDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"Id": 1,
"CaseNo": 2,
"EntitySequence": 3,
"Action": 4,
"NoOfAttempts": 1,
"Attempts": 1,
"ClinicalPathwayTypeId": 5,
"ClinicalPathwayTypeName": "sample string 6",
"EmployeeId": "sample string 7",
"EntityStatus": 1,
"EntityId": 8,
"FollowUpInteractionType": 1,
"InteractionType": 1,
"OnSiteLocationId": 1,
"TeleMedicineId": 1,
"OnSiteClinicLocation": "sample string 9",
"TeleMedicinekioskLocation": "sample string 10",
"Note": "sample string 11",
"CallActivationName": "sample string 12",
"CallActivationId": 13,
"CompanyName": "sample string 14",
"EncounterId": 1,
"ValidFlag": true,
"DateCreated": "2025-10-30T07:51:07.730733-07:00",
"DateUpdated": "2025-10-30T07:51:07.730733-07:00",
"UserIDCreated": 18,
"UserIDUpdated": 19,
"CompanyCode": "sample string 20",
"IsExcludeDiscount": true
},
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfDashboardFollowUpActivateCaseDTO3NYuOdgi 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 20</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T07:51:07.730733-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T07:51:07.730733-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>18</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>19</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:Action>4</d2p1:Action>
<d2p1:Attempts>1</d2p1:Attempts>
<d2p1:CallActivationId>13</d2p1:CallActivationId>
<d2p1:CallActivationName>sample string 12</d2p1:CallActivationName>
<d2p1:CaseNo>2</d2p1:CaseNo>
<d2p1:ClinicalPathwayTypeId>5</d2p1:ClinicalPathwayTypeId>
<d2p1:ClinicalPathwayTypeName>sample string 6</d2p1:ClinicalPathwayTypeName>
<d2p1:CompanyName>sample string 14</d2p1:CompanyName>
<d2p1:EmployeeId>sample string 7</d2p1:EmployeeId>
<d2p1:EncounterId>1</d2p1:EncounterId>
<d2p1:EntityId>8</d2p1:EntityId>
<d2p1:EntitySequence>3</d2p1:EntitySequence>
<d2p1:EntityStatus>1</d2p1:EntityStatus>
<d2p1:FollowUpInteractionType>1</d2p1:FollowUpInteractionType>
<d2p1:Id>1</d2p1:Id>
<d2p1:InteractionType>1</d2p1:InteractionType>
<d2p1:NoOfAttempts>1</d2p1:NoOfAttempts>
<d2p1:Note>sample string 11</d2p1:Note>
<d2p1:OnSiteClinicLocation>sample string 9</d2p1:OnSiteClinicLocation>
<d2p1:OnSiteLocationId>1</d2p1:OnSiteLocationId>
<d2p1:TeleMedicineId>1</d2p1:TeleMedicineId>
<d2p1:TeleMedicinekioskLocation>sample string 10</d2p1:TeleMedicinekioskLocation>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfDashboardFollowUpActivateCaseDTO3NYuOdgi>