POST api/MobileCareResponse/PostCorporationMobilecareMedic

Request Information

URI Parameters

None.

Body Parameters

CorporationMobilecareMedicDTO
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

integer

None.

StaffName

string

String length: inclusive between 0 and 20

CorporationCode

string

String length: inclusive between 0 and 20

LastName

string

String length: inclusive between 0 and 100

FirstName

string

String length: inclusive between 0 and 50

FullName

string

String length: inclusive between 0 and 100

UserType

byte

None.

ListCorporationMobilecareMedicWorkLocationDTO

Collection of CorporationMobilecareMedicWorkLocationDTO

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,
  "UserId": 2,
  "StaffName": "sample string 3",
  "CorporationCode": "sample string 4",
  "LastName": "sample string 5",
  "FirstName": "sample string 6",
  "FullName": "sample string 6 sample string 5",
  "UserType": 64,
  "ListCorporationMobilecareMedicWorkLocationDTO": [
    {
      "Id": 1,
      "MedicId": 2,
      "WorkLocationCode": "sample string 3",
      "WorkLocationName": "sample string 4",
      "WorkLocationShortName": "sample string 5",
      "ValidFlag": true,
      "DateCreated": "2025-04-03T19:33:16.6215733-07:00",
      "DateUpdated": "2025-04-03T19:33:16.6215733-07:00",
      "UserIDCreated": 9,
      "UserIDUpdated": 10,
      "CompanyCode": "sample string 11",
      "IsExcludeDiscount": true
    },
    {
      "Id": 1,
      "MedicId": 2,
      "WorkLocationCode": "sample string 3",
      "WorkLocationName": "sample string 4",
      "WorkLocationShortName": "sample string 5",
      "ValidFlag": true,
      "DateCreated": "2025-04-03T19:33:16.6215733-07:00",
      "DateUpdated": "2025-04-03T19:33:16.6215733-07:00",
      "UserIDCreated": 9,
      "UserIDUpdated": 10,
      "CompanyCode": "sample string 11",
      "IsExcludeDiscount": true
    }
  ],
  "ValidFlag": true,
  "DateCreated": "2025-04-03T19:33:16.6215733-07:00",
  "DateUpdated": "2025-04-03T19:33:16.6215733-07:00",
  "UserIDCreated": 11,
  "UserIDUpdated": 12,
  "CompanyCode": "sample string 13",
  "IsExcludeDiscount": true
}

application/xml, text/xml

Sample:
<CorporationMobilecareMedicDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
  <CompanyCode>sample string 13</CompanyCode>
  <DateCreated>2025-04-03T19:33:16.6215733-07:00</DateCreated>
  <DateUpdated>2025-04-03T19:33:16.6215733-07:00</DateUpdated>
  <IsExcludeDiscount>true</IsExcludeDiscount>
  <UserIDCreated>11</UserIDCreated>
  <UserIDUpdated>12</UserIDUpdated>
  <ValidFlag>true</ValidFlag>
  <CorporationCode>sample string 4</CorporationCode>
  <FirstName>sample string 6</FirstName>
  <Id>1</Id>
  <LastName>sample string 5</LastName>
  <ListCorporationMobilecareMedicWorkLocationDTO>
    <CorporationMobilecareMedicWorkLocationDTO>
      <CompanyCode>sample string 11</CompanyCode>
      <DateCreated>2025-04-03T19:33:16.6215733-07:00</DateCreated>
      <DateUpdated>2025-04-03T19:33:16.6215733-07:00</DateUpdated>
      <IsExcludeDiscount>true</IsExcludeDiscount>
      <UserIDCreated>9</UserIDCreated>
      <UserIDUpdated>10</UserIDUpdated>
      <ValidFlag>true</ValidFlag>
      <Id>1</Id>
      <MedicId>2</MedicId>
      <WorkLocationCode>sample string 3</WorkLocationCode>
      <WorkLocationName>sample string 4</WorkLocationName>
      <WorkLocationShortName>sample string 5</WorkLocationShortName>
    </CorporationMobilecareMedicWorkLocationDTO>
    <CorporationMobilecareMedicWorkLocationDTO>
      <CompanyCode>sample string 11</CompanyCode>
      <DateCreated>2025-04-03T19:33:16.6215733-07:00</DateCreated>
      <DateUpdated>2025-04-03T19:33:16.6215733-07:00</DateUpdated>
      <IsExcludeDiscount>true</IsExcludeDiscount>
      <UserIDCreated>9</UserIDCreated>
      <UserIDUpdated>10</UserIDUpdated>
      <ValidFlag>true</ValidFlag>
      <Id>1</Id>
      <MedicId>2</MedicId>
      <WorkLocationCode>sample string 3</WorkLocationCode>
      <WorkLocationName>sample string 4</WorkLocationName>
      <WorkLocationShortName>sample string 5</WorkLocationShortName>
    </CorporationMobilecareMedicWorkLocationDTO>
  </ListCorporationMobilecareMedicWorkLocationDTO>
  <StaffName>sample string 3</StaffName>
  <UserId>2</UserId>
  <UserType>64</UserType>
</CorporationMobilecareMedicDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfCorporationMobilecareMedicDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

CorporationMobilecareMedicDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "UserId": 2,
    "StaffName": "sample string 3",
    "CorporationCode": "sample string 4",
    "LastName": "sample string 5",
    "FirstName": "sample string 6",
    "FullName": "sample string 6 sample string 5",
    "UserType": 64,
    "ListCorporationMobilecareMedicWorkLocationDTO": [
      {
        "Id": 1,
        "MedicId": 2,
        "WorkLocationCode": "sample string 3",
        "WorkLocationName": "sample string 4",
        "WorkLocationShortName": "sample string 5",
        "ValidFlag": true,
        "DateCreated": "2025-04-03T19:33:16.6372173-07:00",
        "DateUpdated": "2025-04-03T19:33:16.6372173-07:00",
        "UserIDCreated": 9,
        "UserIDUpdated": 10,
        "CompanyCode": "sample string 11",
        "IsExcludeDiscount": true
      },
      {
        "Id": 1,
        "MedicId": 2,
        "WorkLocationCode": "sample string 3",
        "WorkLocationName": "sample string 4",
        "WorkLocationShortName": "sample string 5",
        "ValidFlag": true,
        "DateCreated": "2025-04-03T19:33:16.6372173-07:00",
        "DateUpdated": "2025-04-03T19:33:16.6372173-07:00",
        "UserIDCreated": 9,
        "UserIDUpdated": 10,
        "CompanyCode": "sample string 11",
        "IsExcludeDiscount": true
      }
    ],
    "ValidFlag": true,
    "DateCreated": "2025-04-03T19:33:16.6372173-07:00",
    "DateUpdated": "2025-04-03T19:33:16.6372173-07:00",
    "UserIDCreated": 11,
    "UserIDUpdated": 12,
    "CompanyCode": "sample string 13",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfCorporationMobilecareMedicDTO3NYuOdgi 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 13</d2p1:CompanyCode>
    <d2p1:DateCreated>2025-04-03T19:33:16.6372173-07:00</d2p1:DateCreated>
    <d2p1:DateUpdated>2025-04-03T19:33:16.6372173-07:00</d2p1:DateUpdated>
    <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
    <d2p1:UserIDCreated>11</d2p1:UserIDCreated>
    <d2p1:UserIDUpdated>12</d2p1:UserIDUpdated>
    <d2p1:ValidFlag>true</d2p1:ValidFlag>
    <d2p1:CorporationCode>sample string 4</d2p1:CorporationCode>
    <d2p1:FirstName>sample string 6</d2p1:FirstName>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:LastName>sample string 5</d2p1:LastName>
    <d2p1:ListCorporationMobilecareMedicWorkLocationDTO>
      <d2p1:CorporationMobilecareMedicWorkLocationDTO>
        <d2p1:CompanyCode>sample string 11</d2p1:CompanyCode>
        <d2p1:DateCreated>2025-04-03T19:33:16.6372173-07:00</d2p1:DateCreated>
        <d2p1:DateUpdated>2025-04-03T19:33:16.6372173-07:00</d2p1:DateUpdated>
        <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
        <d2p1:UserIDCreated>9</d2p1:UserIDCreated>
        <d2p1:UserIDUpdated>10</d2p1:UserIDUpdated>
        <d2p1:ValidFlag>true</d2p1:ValidFlag>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:MedicId>2</d2p1:MedicId>
        <d2p1:WorkLocationCode>sample string 3</d2p1:WorkLocationCode>
        <d2p1:WorkLocationName>sample string 4</d2p1:WorkLocationName>
        <d2p1:WorkLocationShortName>sample string 5</d2p1:WorkLocationShortName>
      </d2p1:CorporationMobilecareMedicWorkLocationDTO>
      <d2p1:CorporationMobilecareMedicWorkLocationDTO>
        <d2p1:CompanyCode>sample string 11</d2p1:CompanyCode>
        <d2p1:DateCreated>2025-04-03T19:33:16.6372173-07:00</d2p1:DateCreated>
        <d2p1:DateUpdated>2025-04-03T19:33:16.6372173-07:00</d2p1:DateUpdated>
        <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
        <d2p1:UserIDCreated>9</d2p1:UserIDCreated>
        <d2p1:UserIDUpdated>10</d2p1:UserIDUpdated>
        <d2p1:ValidFlag>true</d2p1:ValidFlag>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:MedicId>2</d2p1:MedicId>
        <d2p1:WorkLocationCode>sample string 3</d2p1:WorkLocationCode>
        <d2p1:WorkLocationName>sample string 4</d2p1:WorkLocationName>
        <d2p1:WorkLocationShortName>sample string 5</d2p1:WorkLocationShortName>
      </d2p1:CorporationMobilecareMedicWorkLocationDTO>
    </d2p1:ListCorporationMobilecareMedicWorkLocationDTO>
    <d2p1:StaffName>sample string 3</d2p1:StaffName>
    <d2p1:UserId>2</d2p1:UserId>
    <d2p1:UserType>64</d2p1:UserType>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfCorporationMobilecareMedicDTO3NYuOdgi>