POST api/PatientCheckin/PostPatientCheckin
Request Information
URI Parameters
None.
Body Parameters
PatientCheckinDTO| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | integer | None. | |
| PatientCheckinId | integer | None. | |
| OnSiteLocationId | integer | None. | |
| EntryDateTime | date | None. | |
| CompanyName | string | String length: inclusive between 0 and 8000 | |
| FirstName | string | String length: inclusive between 0 and 8000 | |
| LastName | string | String length: inclusive between 0 and 8000 | |
| PhoneNumber | string | String length: inclusive between 0 and 8000 | |
| CaseNo | integer | None. | |
| Status | integer | None. | |
| ServiceType | string | None. | |
| ServiceLocationName | string | String length: inclusive between 0 and 8000 | |
| ReasonForDelete | string | String length: inclusive between 0 and 8000 | |
| IsAnylogActive | boolean | None. | |
| EccCaseTypeId | integer | None. | |
| EmployeeId | string | String length: inclusive between 0 and 8000 | |
| CorporationCode | string | String length: inclusive between 0 and 8000 | |
| EncounterId | integer | None. | |
| ActiveUserId | integer | None. | |
| ActiveUserFirstName | string | None. | |
| ActiveUserLastName | string | String length: inclusive between 0 and 8000 | |
| ActiveUserFullName | string | String length: inclusive between 0 and 8000 | |
| 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,
  "PatientCheckinId": 1,
  "OnSiteLocationId": 2,
  "EntryDateTime": "2025-10-31T06:17:46.3415853-07:00",
  "CompanyName": "sample string 4",
  "FirstName": "sample string 5",
  "LastName": "sample string 6",
  "PhoneNumber": "sample string 7",
  "CaseNo": 1,
  "Status": 8,
  "ServiceType": "sample string 9",
  "ServiceLocationName": "sample string 10",
  "ReasonForDelete": "sample string 11",
  "IsAnylogActive": true,
  "EccCaseTypeId": 1,
  "EmployeeId": "sample string 13",
  "CorporationCode": "sample string 14",
  "EncounterId": 1,
  "ActiveUserId": 1,
  "ActiveUserFirstName": "sample string 15",
  "ActiveUserLastName": "sample string 16",
  "ActiveUserFullName": "sample string 16 sample string 15",
  "ValidFlag": true,
  "DateCreated": "2025-10-31T06:17:46.3415853-07:00",
  "DateUpdated": "2025-10-31T06:17:46.3415853-07:00",
  "UserIDCreated": 20,
  "UserIDUpdated": 21,
  "CompanyCode": "sample string 22",
  "IsExcludeDiscount": true
}
        application/xml, text/xml
            Sample:
        <PatientCheckinDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO"> <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 22</CompanyCode> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-31T06:17:46.3415853-07:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-31T06:17:46.3415853-07:00</DateUpdated> <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">20</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">21</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <ActiveUserFirstName>sample string 15</ActiveUserFirstName> <ActiveUserId>1</ActiveUserId> <ActiveUserLastName>sample string 16</ActiveUserLastName> <CaseNo>1</CaseNo> <CompanyName>sample string 4</CompanyName> <CorporationCode>sample string 14</CorporationCode> <EccCaseTypeId>1</EccCaseTypeId> <EmployeeId>sample string 13</EmployeeId> <EncounterId>1</EncounterId> <EntryDateTime>2025-10-31T06:17:46.3415853-07:00</EntryDateTime> <FirstName>sample string 5</FirstName> <Id>1</Id> <IsAnylogActive>true</IsAnylogActive> <LastName>sample string 6</LastName> <OnSiteLocationId>2</OnSiteLocationId> <PatientCheckinId>1</PatientCheckinId> <PhoneNumber>sample string 7</PhoneNumber> <ReasonForDelete>sample string 11</ReasonForDelete> <ServiceLocationName>sample string 10</ServiceLocationName> <ServiceType>sample string 9</ServiceType> <Status>8</Status> </PatientCheckinDTO>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
AsapResponseOfPatientCheckinDTO| Name | Description | Type | Additional information | 
|---|---|---|---|
| isSuccess | boolean | None. | |
| message | string | None. | |
| jsonObj | PatientCheckinDTO | None. | |
| totalCount | integer | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "PatientCheckinId": 1,
    "OnSiteLocationId": 2,
    "EntryDateTime": "2025-10-31T06:17:46.3728096-07:00",
    "CompanyName": "sample string 4",
    "FirstName": "sample string 5",
    "LastName": "sample string 6",
    "PhoneNumber": "sample string 7",
    "CaseNo": 1,
    "Status": 8,
    "ServiceType": "sample string 9",
    "ServiceLocationName": "sample string 10",
    "ReasonForDelete": "sample string 11",
    "IsAnylogActive": true,
    "EccCaseTypeId": 1,
    "EmployeeId": "sample string 13",
    "CorporationCode": "sample string 14",
    "EncounterId": 1,
    "ActiveUserId": 1,
    "ActiveUserFirstName": "sample string 15",
    "ActiveUserLastName": "sample string 16",
    "ActiveUserFullName": "sample string 16 sample string 15",
    "ValidFlag": true,
    "DateCreated": "2025-10-31T06:17:46.3728096-07:00",
    "DateUpdated": "2025-10-31T06:17:46.3728096-07:00",
    "UserIDCreated": 20,
    "UserIDUpdated": 21,
    "CompanyCode": "sample string 22",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}
        application/xml, text/xml
            Sample:
<AsapResponseOfPatientCheckinDTO9DQd0Pqc 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.DTO">
    <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 22</CompanyCode>
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-31T06:17:46.3728096-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-31T06:17:46.3728096-07:00</DateUpdated>
    <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount>
    <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">20</UserIDCreated>
    <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">21</UserIDUpdated>
    <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
    <d2p1:ActiveUserFirstName>sample string 15</d2p1:ActiveUserFirstName>
    <d2p1:ActiveUserId>1</d2p1:ActiveUserId>
    <d2p1:ActiveUserLastName>sample string 16</d2p1:ActiveUserLastName>
    <d2p1:CaseNo>1</d2p1:CaseNo>
    <d2p1:CompanyName>sample string 4</d2p1:CompanyName>
    <d2p1:CorporationCode>sample string 14</d2p1:CorporationCode>
    <d2p1:EccCaseTypeId>1</d2p1:EccCaseTypeId>
    <d2p1:EmployeeId>sample string 13</d2p1:EmployeeId>
    <d2p1:EncounterId>1</d2p1:EncounterId>
    <d2p1:EntryDateTime>2025-10-31T06:17:46.3728096-07:00</d2p1:EntryDateTime>
    <d2p1:FirstName>sample string 5</d2p1:FirstName>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:IsAnylogActive>true</d2p1:IsAnylogActive>
    <d2p1:LastName>sample string 6</d2p1:LastName>
    <d2p1:OnSiteLocationId>2</d2p1:OnSiteLocationId>
    <d2p1:PatientCheckinId>1</d2p1:PatientCheckinId>
    <d2p1:PhoneNumber>sample string 7</d2p1:PhoneNumber>
    <d2p1:ReasonForDelete>sample string 11</d2p1:ReasonForDelete>
    <d2p1:ServiceLocationName>sample string 10</d2p1:ServiceLocationName>
    <d2p1:ServiceType>sample string 9</d2p1:ServiceType>
    <d2p1:Status>8</d2p1:Status>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfPatientCheckinDTO9DQd0Pqc>