POST api/MobileCareResponse/PostEncounterMobilecare

Request Information

URI Parameters

None.

Body Parameters

EncounterMobilecareDTO
NameDescriptionTypeAdditional information
EncounterId

integer

None.

UserId

integer

None.

EstimatedTime

date

None.

CustomeEstimatedTime

string

String length: inclusive between 0 and 20

EstimatedDate

date

None.

Distance

decimal number

None.

TimeCheckIn

date

None.

CustomeCheckInTime

string

String length: inclusive between 0 and 20

CheckInDate

date

None.

TimeTransported

date

None.

CustomeTransportedTime

string

String length: inclusive between 0 and 20

TransportedDate

date

None.

AddressType

integer

None.

Address1

string

String length: inclusive between 0 and 60

Address2

string

String length: inclusive between 0 and 60

City

string

String length: inclusive between 0 and 30

State

string

String length: inclusive between 0 and 10

StateName

string

String length: inclusive between 0 and 30

Zip

string

String length: inclusive between 0 and 10

WorkLocationCode

string

String length: inclusive between 0 and 20

Country

string

String length: inclusive between 0 and 20

Latitude

decimal number

None.

Longitude

decimal number

None.

FOLTimeZone

integer

None.

MedicEmail

string

String length: inclusive between 0 and 150

MobileCareMedicName

string

String length: inclusive between 0 and 50

UserEmailId

string

String length: inclusive between 0 and 200

MessageQueueId

integer

None.

Savetype

integer

None.

OldUserId

integer

None.

OldMedicEmail

string

String length: inclusive between 0 and 150

LastName

string

String length: inclusive between 0 and 50

FirstName

string

String length: inclusive between 0 and 50

CountryType

string

String length: inclusive between 0 and 30

IsSaveFromQA

boolean

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:
{
  "EncounterId": 1,
  "UserId": 1,
  "EstimatedTime": "2025-04-04T05:48:32.0263866-07:00",
  "CustomeEstimatedTime": "sample string 2",
  "EstimatedDate": "2025-04-04T05:48:32.0263866-07:00",
  "Distance": 1.0,
  "TimeCheckIn": "2025-04-04T05:48:32.0263866-07:00",
  "CustomeCheckInTime": "sample string 3",
  "CheckInDate": "2025-04-04T05:48:32.0263866-07:00",
  "TimeTransported": "2025-04-04T05:48:32.0263866-07:00",
  "CustomeTransportedTime": "sample string 4",
  "TransportedDate": "2025-04-04T05:48:32.0263866-07:00",
  "AddressType": 1,
  "Address1": "sample string 5",
  "Address2": "sample string 6",
  "City": "sample string 7",
  "State": "sample string 8",
  "StateName": "sample string 9",
  "Zip": "sample string 10",
  "WorkLocationCode": "sample string 11",
  "Country": "sample string 12",
  "Latitude": 1.1,
  "Longitude": 1.1,
  "FOLTimeZone": 1,
  "MedicEmail": "sample string 13",
  "MobileCareMedicName": "sample string 14",
  "UserEmailId": "sample string 15",
  "MessageQueueId": 1,
  "Savetype": 16,
  "OldUserId": 1,
  "OldMedicEmail": "sample string 17",
  "LastName": "sample string 18",
  "FirstName": "sample string 19",
  "CountryType": "sample string 20",
  "IsSaveFromQA": true,
  "ValidFlag": true,
  "DateCreated": "2025-04-04T05:48:32.0263866-07:00",
  "DateUpdated": "2025-04-04T05:48:32.0263866-07:00",
  "UserIDCreated": 25,
  "UserIDUpdated": 26,
  "CompanyCode": "sample string 27",
  "IsExcludeDiscount": true
}

application/xml, text/xml

Sample:
<EncounterMobilecareDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
  <CompanyCode>sample string 27</CompanyCode>
  <DateCreated>2025-04-04T05:48:32.0263866-07:00</DateCreated>
  <DateUpdated>2025-04-04T05:48:32.0263866-07:00</DateUpdated>
  <IsExcludeDiscount>true</IsExcludeDiscount>
  <UserIDCreated>25</UserIDCreated>
  <UserIDUpdated>26</UserIDUpdated>
  <ValidFlag>true</ValidFlag>
  <Address1>sample string 5</Address1>
  <Address2>sample string 6</Address2>
  <AddressType>1</AddressType>
  <CheckInDate>2025-04-04T05:48:32.0263866-07:00</CheckInDate>
  <City>sample string 7</City>
  <Country>sample string 12</Country>
  <CountryType>sample string 20</CountryType>
  <CustomeCheckInTime>sample string 3</CustomeCheckInTime>
  <CustomeEstimatedTime>sample string 2</CustomeEstimatedTime>
  <CustomeTransportedTime>sample string 4</CustomeTransportedTime>
  <Distance>1</Distance>
  <EncounterId>1</EncounterId>
  <EstimatedDate>2025-04-04T05:48:32.0263866-07:00</EstimatedDate>
  <EstimatedTime>2025-04-04T05:48:32.0263866-07:00</EstimatedTime>
  <FOLTimeZone>1</FOLTimeZone>
  <FirstName>sample string 19</FirstName>
  <IsSaveFromQA>true</IsSaveFromQA>
  <LastName>sample string 18</LastName>
  <Latitude>1.1</Latitude>
  <Longitude>1.1</Longitude>
  <MedicEmail>sample string 13</MedicEmail>
  <MessageQueueId>1</MessageQueueId>
  <MobileCareMedicName>sample string 14</MobileCareMedicName>
  <OldMedicEmail>sample string 17</OldMedicEmail>
  <OldUserId>1</OldUserId>
  <Savetype>16</Savetype>
  <State>sample string 8</State>
  <StateName>sample string 9</StateName>
  <TimeCheckIn>2025-04-04T05:48:32.0263866-07:00</TimeCheckIn>
  <TimeTransported>2025-04-04T05:48:32.0263866-07:00</TimeTransported>
  <TransportedDate>2025-04-04T05:48:32.0263866-07:00</TransportedDate>
  <UserEmailId>sample string 15</UserEmailId>
  <UserId>1</UserId>
  <WorkLocationCode>sample string 11</WorkLocationCode>
  <Zip>sample string 10</Zip>
</EncounterMobilecareDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfEncounterMobilecareDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

EncounterMobilecareDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "EncounterId": 1,
    "UserId": 1,
    "EstimatedTime": "2025-04-04T05:48:32.0263866-07:00",
    "CustomeEstimatedTime": "sample string 2",
    "EstimatedDate": "2025-04-04T05:48:32.0263866-07:00",
    "Distance": 1.0,
    "TimeCheckIn": "2025-04-04T05:48:32.0263866-07:00",
    "CustomeCheckInTime": "sample string 3",
    "CheckInDate": "2025-04-04T05:48:32.0263866-07:00",
    "TimeTransported": "2025-04-04T05:48:32.0263866-07:00",
    "CustomeTransportedTime": "sample string 4",
    "TransportedDate": "2025-04-04T05:48:32.0263866-07:00",
    "AddressType": 1,
    "Address1": "sample string 5",
    "Address2": "sample string 6",
    "City": "sample string 7",
    "State": "sample string 8",
    "StateName": "sample string 9",
    "Zip": "sample string 10",
    "WorkLocationCode": "sample string 11",
    "Country": "sample string 12",
    "Latitude": 1.1,
    "Longitude": 1.1,
    "FOLTimeZone": 1,
    "MedicEmail": "sample string 13",
    "MobileCareMedicName": "sample string 14",
    "UserEmailId": "sample string 15",
    "MessageQueueId": 1,
    "Savetype": 16,
    "OldUserId": 1,
    "OldMedicEmail": "sample string 17",
    "LastName": "sample string 18",
    "FirstName": "sample string 19",
    "CountryType": "sample string 20",
    "IsSaveFromQA": true,
    "ValidFlag": true,
    "DateCreated": "2025-04-04T05:48:32.0263866-07:00",
    "DateUpdated": "2025-04-04T05:48:32.0263866-07:00",
    "UserIDCreated": 25,
    "UserIDUpdated": 26,
    "CompanyCode": "sample string 27",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfEncounterMobilecareDTO3NYuOdgi 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 27</d2p1:CompanyCode>
    <d2p1:DateCreated>2025-04-04T05:48:32.0263866-07:00</d2p1:DateCreated>
    <d2p1:DateUpdated>2025-04-04T05:48:32.0263866-07:00</d2p1:DateUpdated>
    <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
    <d2p1:UserIDCreated>25</d2p1:UserIDCreated>
    <d2p1:UserIDUpdated>26</d2p1:UserIDUpdated>
    <d2p1:ValidFlag>true</d2p1:ValidFlag>
    <d2p1:Address1>sample string 5</d2p1:Address1>
    <d2p1:Address2>sample string 6</d2p1:Address2>
    <d2p1:AddressType>1</d2p1:AddressType>
    <d2p1:CheckInDate>2025-04-04T05:48:32.0263866-07:00</d2p1:CheckInDate>
    <d2p1:City>sample string 7</d2p1:City>
    <d2p1:Country>sample string 12</d2p1:Country>
    <d2p1:CountryType>sample string 20</d2p1:CountryType>
    <d2p1:CustomeCheckInTime>sample string 3</d2p1:CustomeCheckInTime>
    <d2p1:CustomeEstimatedTime>sample string 2</d2p1:CustomeEstimatedTime>
    <d2p1:CustomeTransportedTime>sample string 4</d2p1:CustomeTransportedTime>
    <d2p1:Distance>1</d2p1:Distance>
    <d2p1:EncounterId>1</d2p1:EncounterId>
    <d2p1:EstimatedDate>2025-04-04T05:48:32.0263866-07:00</d2p1:EstimatedDate>
    <d2p1:EstimatedTime>2025-04-04T05:48:32.0263866-07:00</d2p1:EstimatedTime>
    <d2p1:FOLTimeZone>1</d2p1:FOLTimeZone>
    <d2p1:FirstName>sample string 19</d2p1:FirstName>
    <d2p1:IsSaveFromQA>true</d2p1:IsSaveFromQA>
    <d2p1:LastName>sample string 18</d2p1:LastName>
    <d2p1:Latitude>1.1</d2p1:Latitude>
    <d2p1:Longitude>1.1</d2p1:Longitude>
    <d2p1:MedicEmail>sample string 13</d2p1:MedicEmail>
    <d2p1:MessageQueueId>1</d2p1:MessageQueueId>
    <d2p1:MobileCareMedicName>sample string 14</d2p1:MobileCareMedicName>
    <d2p1:OldMedicEmail>sample string 17</d2p1:OldMedicEmail>
    <d2p1:OldUserId>1</d2p1:OldUserId>
    <d2p1:Savetype>16</d2p1:Savetype>
    <d2p1:State>sample string 8</d2p1:State>
    <d2p1:StateName>sample string 9</d2p1:StateName>
    <d2p1:TimeCheckIn>2025-04-04T05:48:32.0263866-07:00</d2p1:TimeCheckIn>
    <d2p1:TimeTransported>2025-04-04T05:48:32.0263866-07:00</d2p1:TimeTransported>
    <d2p1:TransportedDate>2025-04-04T05:48:32.0263866-07:00</d2p1:TransportedDate>
    <d2p1:UserEmailId>sample string 15</d2p1:UserEmailId>
    <d2p1:UserId>1</d2p1:UserId>
    <d2p1:WorkLocationCode>sample string 11</d2p1:WorkLocationCode>
    <d2p1:Zip>sample string 10</d2p1:Zip>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfEncounterMobilecareDTO3NYuOdgi>