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 10

IsExcludeDiscount

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "EncounterId": 1,
  "UserId": 1,
  "EstimatedTime": "2026-08-04T14:30:23.8950394-07:00",
  "CustomeEstimatedTime": "sample string 2",
  "EstimatedDate": "2026-08-04T14:30:23.8950394-07:00",
  "Distance": 1.0,
  "TimeCheckIn": "2026-08-04T14:30:23.8950394-07:00",
  "CustomeCheckInTime": "sample string 3",
  "CheckInDate": "2026-08-04T14:30:23.8950394-07:00",
  "TimeTransported": "2026-08-04T14:30:23.8950394-07:00",
  "CustomeTransportedTime": "sample string 4",
  "TransportedDate": "2026-08-04T14:30:23.8950394-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": "2026-08-04T14:30:23.8950394-07:00",
  "DateUpdated": "2026-08-04T14:30:23.8950394-07:00",
  "UserIDCreated": 25,
  "UserIDUpdated": 26,
  "CompanyCode": "sample string 27",
  "IsExcludeDiscount": true
}

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": "2026-08-04T14:30:23.8950394-07:00",
    "CustomeEstimatedTime": "sample string 2",
    "EstimatedDate": "2026-08-04T14:30:23.8950394-07:00",
    "Distance": 1.0,
    "TimeCheckIn": "2026-08-04T14:30:23.8950394-07:00",
    "CustomeCheckInTime": "sample string 3",
    "CheckInDate": "2026-08-04T14:30:23.8950394-07:00",
    "TimeTransported": "2026-08-04T14:30:23.8950394-07:00",
    "CustomeTransportedTime": "sample string 4",
    "TransportedDate": "2026-08-04T14:30:23.8950394-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": "2026-08-04T14:30:23.8950394-07:00",
    "DateUpdated": "2026-08-04T14:30:23.8950394-07:00",
    "UserIDCreated": 25,
    "UserIDUpdated": 26,
    "CompanyCode": "sample string 27",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}