POST api/NTPatientScheduling/PostEncounterStaff
Request Information
URI Parameters
None.
Body Parameters
EncounterStaffDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| EncounterLogId | integer |
None. |
|
| StaffId | integer |
None. |
|
| SubServiceId | integer |
None. |
|
| StaffType | integer |
None. |
|
| EncounterId | integer |
None. |
|
| EntityId | integer |
None. |
|
| EntityType | integer |
None. |
|
| LocalLogDateTime | date |
None. |
|
| StaffFirstName | string |
None. |
|
| StaffLastName | string |
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,
"EncounterLogId": 2,
"StaffId": 3,
"SubServiceId": 4,
"StaffType": 5,
"EncounterId": 6,
"EntityId": 7,
"EntityType": 8,
"LocalLogDateTime": "2025-10-30T12:45:14.3217324-07:00",
"StaffFirstName": "sample string 10",
"StaffLastName": "sample string 11",
"ValidFlag": true,
"DateCreated": "2025-10-30T12:45:14.3217324-07:00",
"DateUpdated": "2025-10-30T12:45:14.3217324-07:00",
"UserIDCreated": 15,
"UserIDUpdated": 16,
"CompanyCode": "sample string 17",
"IsExcludeDiscount": true
}
application/xml, text/xml
Sample:
<EncounterStaffDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL"> <CompanyCode>sample string 17</CompanyCode> <DateCreated>2025-10-30T12:45:14.3217324-07:00</DateCreated> <DateUpdated>2025-10-30T12:45:14.3217324-07:00</DateUpdated> <IsExcludeDiscount>true</IsExcludeDiscount> <UserIDCreated>15</UserIDCreated> <UserIDUpdated>16</UserIDUpdated> <ValidFlag>true</ValidFlag> <EncounterId>6</EncounterId> <EncounterLogId>2</EncounterLogId> <EntityId>7</EntityId> <EntityType>8</EntityType> <Id>1</Id> <LocalLogDateTime>2025-10-30T12:45:14.3217324-07:00</LocalLogDateTime> <StaffFirstName>sample string 10</StaffFirstName> <StaffId>3</StaffId> <StaffLastName>sample string 11</StaffLastName> <StaffType>5</StaffType> <SubServiceId>4</SubServiceId> </EncounterStaffDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfEncounterStaffDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | EncounterStaffDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"Id": 1,
"EncounterLogId": 2,
"StaffId": 3,
"SubServiceId": 4,
"StaffType": 5,
"EncounterId": 6,
"EntityId": 7,
"EntityType": 8,
"LocalLogDateTime": "2025-10-30T12:45:14.3240445-07:00",
"StaffFirstName": "sample string 10",
"StaffLastName": "sample string 11",
"ValidFlag": true,
"DateCreated": "2025-10-30T12:45:14.3240445-07:00",
"DateUpdated": "2025-10-30T12:45:14.3240445-07:00",
"UserIDCreated": 15,
"UserIDUpdated": 16,
"CompanyCode": "sample string 17",
"IsExcludeDiscount": true
},
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfEncounterStaffDTO3NYuOdgi 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 17</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T12:45:14.3240445-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T12:45:14.3240445-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>15</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>16</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:EncounterId>6</d2p1:EncounterId>
<d2p1:EncounterLogId>2</d2p1:EncounterLogId>
<d2p1:EntityId>7</d2p1:EntityId>
<d2p1:EntityType>8</d2p1:EntityType>
<d2p1:Id>1</d2p1:Id>
<d2p1:LocalLogDateTime>2025-10-30T12:45:14.3240445-07:00</d2p1:LocalLogDateTime>
<d2p1:StaffFirstName>sample string 10</d2p1:StaffFirstName>
<d2p1:StaffId>3</d2p1:StaffId>
<d2p1:StaffLastName>sample string 11</d2p1:StaffLastName>
<d2p1:StaffType>5</d2p1:StaffType>
<d2p1:SubServiceId>4</d2p1:SubServiceId>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfEncounterStaffDTO3NYuOdgi>