POST api/NTQuickTab/PostPR2Encounter
Request Information
URI Parameters
None.
Body Parameters
PR2EncounterDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
EncounterId | integer |
None. |
|
ClaimName | string |
String length: inclusive between 0 and 100 |
|
ClaimAddress1 | string |
String length: inclusive between 0 and 60 |
|
ClaimAddress2 | string |
String length: inclusive between 0 and 60 |
|
ClaimCity | string |
String length: inclusive between 0 and 30 |
|
ClaimState | string |
String length: inclusive between 0 and 20 |
|
ClaimZip | string |
String length: inclusive between 0 and 10 |
|
ClaimCountry | string |
String length: inclusive between 0 and 20 |
|
ClaimPhoneNumber | string |
String length: inclusive between 0 and 20 |
|
ClaimFaxNumber | string |
String length: inclusive between 0 and 20 |
|
ListPR2EncounterReason | Collection of PR2EncounterReasonsDTO |
None. |
|
EncounterICD10List | Collection of EncounterICD10DTO |
None. |
|
Sequence | integer |
None. |
|
PreviousPR2ClaimDTO | ClaimAdministrationDTO |
None. |
|
CaseNo | integer |
None. |
|
NotApplicable | boolean |
None. |
|
InsuranceId | integer |
None. |
|
PR2daycalculate | boolean |
None. |
|
EncounterDate | date |
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, "EncounterId": 2, "ClaimName": "sample string 3", "ClaimAddress1": "sample string 4", "ClaimAddress2": "sample string 5", "ClaimCity": "sample string 6", "ClaimState": "sample string 7", "ClaimZip": "sample string 8", "ClaimCountry": "sample string 9", "ClaimPhoneNumber": "sample string 10", "ClaimFaxNumber": "sample string 11", "ListPR2EncounterReason": [ { "Id": 1, "Name": "sample string 2", "NeedMoreInfo": true, "IsSelected": true, "OtherReason": "sample string 5", "ValidFlag": true, "DateCreated": "2024-11-21T00:36:02.0801758-08:00", "DateUpdated": "2024-11-21T00:36:02.0801758-08:00", "UserIDCreated": 9, "UserIDUpdated": 10, "CompanyCode": "sample string 11", "IsExcludeDiscount": true }, { "Id": 1, "Name": "sample string 2", "NeedMoreInfo": true, "IsSelected": true, "OtherReason": "sample string 5", "ValidFlag": true, "DateCreated": "2024-11-21T00:36:02.0801758-08:00", "DateUpdated": "2024-11-21T00:36:02.0801758-08:00", "UserIDCreated": 9, "UserIDUpdated": 10, "CompanyCode": "sample string 11", "IsExcludeDiscount": true } ], "EncounterICD10List": [ { "Id": 1, "EncounterID": 2, "ICD10ID": 3, "Name": "sample string 4", "Code": "sample string 5", "DisplayName": "sample string 6", "CaseNumber": 7, "Sequence": 8, "ValidFlag": true, "DateCreated": "2024-11-21T00:36:02.0801758-08:00", "DateUpdated": "2024-11-21T00:36:02.0801758-08:00", "UserIDCreated": 12, "UserIDUpdated": 13, "CompanyCode": "sample string 14", "IsExcludeDiscount": true }, { "Id": 1, "EncounterID": 2, "ICD10ID": 3, "Name": "sample string 4", "Code": "sample string 5", "DisplayName": "sample string 6", "CaseNumber": 7, "Sequence": 8, "ValidFlag": true, "DateCreated": "2024-11-21T00:36:02.0801758-08:00", "DateUpdated": "2024-11-21T00:36:02.0801758-08:00", "UserIDCreated": 12, "UserIDUpdated": 13, "CompanyCode": "sample string 14", "IsExcludeDiscount": true } ], "Sequence": 12, "PreviousPR2ClaimDTO": { "ClaimName": "sample string 1", "ClaimAddress1": "sample string 2", "ClaimAddress2": "sample string 3", "ClaimCity": "sample string 4", "ClaimState": "sample string 5", "ClaimZip": "sample string 6", "ClaimCountry": "sample string 7", "ClaimPhoneNumber": "sample string 8", "ClaimFaxNumber": "sample string 9" }, "CaseNo": 13, "NotApplicable": true, "InsuranceId": 1, "PR2daycalculate": true, "EncounterDate": "2024-11-21T00:36:02.0958154-08:00", "ValidFlag": true, "DateCreated": "2024-11-21T00:36:02.0958154-08:00", "DateUpdated": "2024-11-21T00:36:02.0958154-08:00", "UserIDCreated": 17, "UserIDUpdated": 18, "CompanyCode": "sample string 19", "IsExcludeDiscount": true }
application/xml, text/xml
Sample:
<PR2EncounterDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL"> <CompanyCode>sample string 19</CompanyCode> <DateCreated>2024-11-21T00:36:02.0958154-08:00</DateCreated> <DateUpdated>2024-11-21T00:36:02.0958154-08:00</DateUpdated> <IsExcludeDiscount>true</IsExcludeDiscount> <UserIDCreated>17</UserIDCreated> <UserIDUpdated>18</UserIDUpdated> <ValidFlag>true</ValidFlag> <CaseNo>13</CaseNo> <ClaimAddress1>sample string 4</ClaimAddress1> <ClaimAddress2>sample string 5</ClaimAddress2> <ClaimCity>sample string 6</ClaimCity> <ClaimCountry>sample string 9</ClaimCountry> <ClaimFaxNumber>sample string 11</ClaimFaxNumber> <ClaimName>sample string 3</ClaimName> <ClaimPhoneNumber>sample string 10</ClaimPhoneNumber> <ClaimState>sample string 7</ClaimState> <ClaimZip>sample string 8</ClaimZip> <EncounterDate>2024-11-21T00:36:02.0958154-08:00</EncounterDate> <EncounterICD10List> <EncounterICD10DTO> <CompanyCode>sample string 14</CompanyCode> <DateCreated>2024-11-21T00:36:02.0801758-08:00</DateCreated> <DateUpdated>2024-11-21T00:36:02.0801758-08:00</DateUpdated> <IsExcludeDiscount>true</IsExcludeDiscount> <UserIDCreated>12</UserIDCreated> <UserIDUpdated>13</UserIDUpdated> <ValidFlag>true</ValidFlag> <CaseNumber>7</CaseNumber> <Code>sample string 5</Code> <DisplayName>sample string 6</DisplayName> <EncounterID>2</EncounterID> <ICD10ID>3</ICD10ID> <Id>1</Id> <Name>sample string 4</Name> <Sequence>8</Sequence> </EncounterICD10DTO> <EncounterICD10DTO> <CompanyCode>sample string 14</CompanyCode> <DateCreated>2024-11-21T00:36:02.0801758-08:00</DateCreated> <DateUpdated>2024-11-21T00:36:02.0801758-08:00</DateUpdated> <IsExcludeDiscount>true</IsExcludeDiscount> <UserIDCreated>12</UserIDCreated> <UserIDUpdated>13</UserIDUpdated> <ValidFlag>true</ValidFlag> <CaseNumber>7</CaseNumber> <Code>sample string 5</Code> <DisplayName>sample string 6</DisplayName> <EncounterID>2</EncounterID> <ICD10ID>3</ICD10ID> <Id>1</Id> <Name>sample string 4</Name> <Sequence>8</Sequence> </EncounterICD10DTO> </EncounterICD10List> <EncounterId>2</EncounterId> <Id>1</Id> <InsuranceId>1</InsuranceId> <ListPR2EncounterReason> <PR2EncounterReasonsDTO> <CompanyCode>sample string 11</CompanyCode> <DateCreated>2024-11-21T00:36:02.0801758-08:00</DateCreated> <DateUpdated>2024-11-21T00:36:02.0801758-08:00</DateUpdated> <IsExcludeDiscount>true</IsExcludeDiscount> <UserIDCreated>9</UserIDCreated> <UserIDUpdated>10</UserIDUpdated> <ValidFlag>true</ValidFlag> <Id>1</Id> <IsSelected>true</IsSelected> <Name>sample string 2</Name> <NeedMoreInfo>true</NeedMoreInfo> <OtherReason>sample string 5</OtherReason> </PR2EncounterReasonsDTO> <PR2EncounterReasonsDTO> <CompanyCode>sample string 11</CompanyCode> <DateCreated>2024-11-21T00:36:02.0801758-08:00</DateCreated> <DateUpdated>2024-11-21T00:36:02.0801758-08:00</DateUpdated> <IsExcludeDiscount>true</IsExcludeDiscount> <UserIDCreated>9</UserIDCreated> <UserIDUpdated>10</UserIDUpdated> <ValidFlag>true</ValidFlag> <Id>1</Id> <IsSelected>true</IsSelected> <Name>sample string 2</Name> <NeedMoreInfo>true</NeedMoreInfo> <OtherReason>sample string 5</OtherReason> </PR2EncounterReasonsDTO> </ListPR2EncounterReason> <NotApplicable>true</NotApplicable> <PR2daycalculate>true</PR2daycalculate> <PreviousPR2ClaimDTO> <ClaimAddress1>sample string 2</ClaimAddress1> <ClaimAddress2>sample string 3</ClaimAddress2> <ClaimCity>sample string 4</ClaimCity> <ClaimCountry>sample string 7</ClaimCountry> <ClaimFaxNumber>sample string 9</ClaimFaxNumber> <ClaimName>sample string 1</ClaimName> <ClaimPhoneNumber>sample string 8</ClaimPhoneNumber> <ClaimState>sample string 5</ClaimState> <ClaimZip>sample string 6</ClaimZip> </PreviousPR2ClaimDTO> <Sequence>12</Sequence> </PR2EncounterDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfPR2EncounterDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | PR2EncounterDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": { "Id": 1, "EncounterId": 2, "ClaimName": "sample string 3", "ClaimAddress1": "sample string 4", "ClaimAddress2": "sample string 5", "ClaimCity": "sample string 6", "ClaimState": "sample string 7", "ClaimZip": "sample string 8", "ClaimCountry": "sample string 9", "ClaimPhoneNumber": "sample string 10", "ClaimFaxNumber": "sample string 11", "ListPR2EncounterReason": [ { "Id": 1, "Name": "sample string 2", "NeedMoreInfo": true, "IsSelected": true, "OtherReason": "sample string 5", "ValidFlag": true, "DateCreated": "2024-11-21T00:36:02.143033-08:00", "DateUpdated": "2024-11-21T00:36:02.143033-08:00", "UserIDCreated": 9, "UserIDUpdated": 10, "CompanyCode": "sample string 11", "IsExcludeDiscount": true }, { "Id": 1, "Name": "sample string 2", "NeedMoreInfo": true, "IsSelected": true, "OtherReason": "sample string 5", "ValidFlag": true, "DateCreated": "2024-11-21T00:36:02.143033-08:00", "DateUpdated": "2024-11-21T00:36:02.143033-08:00", "UserIDCreated": 9, "UserIDUpdated": 10, "CompanyCode": "sample string 11", "IsExcludeDiscount": true } ], "EncounterICD10List": [ { "Id": 1, "EncounterID": 2, "ICD10ID": 3, "Name": "sample string 4", "Code": "sample string 5", "DisplayName": "sample string 6", "CaseNumber": 7, "Sequence": 8, "ValidFlag": true, "DateCreated": "2024-11-21T00:36:02.143033-08:00", "DateUpdated": "2024-11-21T00:36:02.143033-08:00", "UserIDCreated": 12, "UserIDUpdated": 13, "CompanyCode": "sample string 14", "IsExcludeDiscount": true }, { "Id": 1, "EncounterID": 2, "ICD10ID": 3, "Name": "sample string 4", "Code": "sample string 5", "DisplayName": "sample string 6", "CaseNumber": 7, "Sequence": 8, "ValidFlag": true, "DateCreated": "2024-11-21T00:36:02.143033-08:00", "DateUpdated": "2024-11-21T00:36:02.143033-08:00", "UserIDCreated": 12, "UserIDUpdated": 13, "CompanyCode": "sample string 14", "IsExcludeDiscount": true } ], "Sequence": 12, "PreviousPR2ClaimDTO": { "ClaimName": "sample string 1", "ClaimAddress1": "sample string 2", "ClaimAddress2": "sample string 3", "ClaimCity": "sample string 4", "ClaimState": "sample string 5", "ClaimZip": "sample string 6", "ClaimCountry": "sample string 7", "ClaimPhoneNumber": "sample string 8", "ClaimFaxNumber": "sample string 9" }, "CaseNo": 13, "NotApplicable": true, "InsuranceId": 1, "PR2daycalculate": true, "EncounterDate": "2024-11-21T00:36:02.143033-08:00", "ValidFlag": true, "DateCreated": "2024-11-21T00:36:02.143033-08:00", "DateUpdated": "2024-11-21T00:36:02.143033-08:00", "UserIDCreated": 17, "UserIDUpdated": 18, "CompanyCode": "sample string 19", "IsExcludeDiscount": true }, "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfPR2EncounterDTO3NYuOdgi 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 19</d2p1:CompanyCode> <d2p1:DateCreated>2024-11-21T00:36:02.143033-08:00</d2p1:DateCreated> <d2p1:DateUpdated>2024-11-21T00:36:02.143033-08:00</d2p1:DateUpdated> <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount> <d2p1:UserIDCreated>17</d2p1:UserIDCreated> <d2p1:UserIDUpdated>18</d2p1:UserIDUpdated> <d2p1:ValidFlag>true</d2p1:ValidFlag> <d2p1:CaseNo>13</d2p1:CaseNo> <d2p1:ClaimAddress1>sample string 4</d2p1:ClaimAddress1> <d2p1:ClaimAddress2>sample string 5</d2p1:ClaimAddress2> <d2p1:ClaimCity>sample string 6</d2p1:ClaimCity> <d2p1:ClaimCountry>sample string 9</d2p1:ClaimCountry> <d2p1:ClaimFaxNumber>sample string 11</d2p1:ClaimFaxNumber> <d2p1:ClaimName>sample string 3</d2p1:ClaimName> <d2p1:ClaimPhoneNumber>sample string 10</d2p1:ClaimPhoneNumber> <d2p1:ClaimState>sample string 7</d2p1:ClaimState> <d2p1:ClaimZip>sample string 8</d2p1:ClaimZip> <d2p1:EncounterDate>2024-11-21T00:36:02.143033-08:00</d2p1:EncounterDate> <d2p1:EncounterICD10List> <d2p1:EncounterICD10DTO> <d2p1:CompanyCode>sample string 14</d2p1:CompanyCode> <d2p1:DateCreated>2024-11-21T00:36:02.143033-08:00</d2p1:DateCreated> <d2p1:DateUpdated>2024-11-21T00:36:02.143033-08:00</d2p1:DateUpdated> <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount> <d2p1:UserIDCreated>12</d2p1:UserIDCreated> <d2p1:UserIDUpdated>13</d2p1:UserIDUpdated> <d2p1:ValidFlag>true</d2p1:ValidFlag> <d2p1:CaseNumber>7</d2p1:CaseNumber> <d2p1:Code>sample string 5</d2p1:Code> <d2p1:DisplayName>sample string 6</d2p1:DisplayName> <d2p1:EncounterID>2</d2p1:EncounterID> <d2p1:ICD10ID>3</d2p1:ICD10ID> <d2p1:Id>1</d2p1:Id> <d2p1:Name>sample string 4</d2p1:Name> <d2p1:Sequence>8</d2p1:Sequence> </d2p1:EncounterICD10DTO> <d2p1:EncounterICD10DTO> <d2p1:CompanyCode>sample string 14</d2p1:CompanyCode> <d2p1:DateCreated>2024-11-21T00:36:02.143033-08:00</d2p1:DateCreated> <d2p1:DateUpdated>2024-11-21T00:36:02.143033-08:00</d2p1:DateUpdated> <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount> <d2p1:UserIDCreated>12</d2p1:UserIDCreated> <d2p1:UserIDUpdated>13</d2p1:UserIDUpdated> <d2p1:ValidFlag>true</d2p1:ValidFlag> <d2p1:CaseNumber>7</d2p1:CaseNumber> <d2p1:Code>sample string 5</d2p1:Code> <d2p1:DisplayName>sample string 6</d2p1:DisplayName> <d2p1:EncounterID>2</d2p1:EncounterID> <d2p1:ICD10ID>3</d2p1:ICD10ID> <d2p1:Id>1</d2p1:Id> <d2p1:Name>sample string 4</d2p1:Name> <d2p1:Sequence>8</d2p1:Sequence> </d2p1:EncounterICD10DTO> </d2p1:EncounterICD10List> <d2p1:EncounterId>2</d2p1:EncounterId> <d2p1:Id>1</d2p1:Id> <d2p1:InsuranceId>1</d2p1:InsuranceId> <d2p1:ListPR2EncounterReason> <d2p1:PR2EncounterReasonsDTO> <d2p1:CompanyCode>sample string 11</d2p1:CompanyCode> <d2p1:DateCreated>2024-11-21T00:36:02.143033-08:00</d2p1:DateCreated> <d2p1:DateUpdated>2024-11-21T00:36:02.143033-08: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:IsSelected>true</d2p1:IsSelected> <d2p1:Name>sample string 2</d2p1:Name> <d2p1:NeedMoreInfo>true</d2p1:NeedMoreInfo> <d2p1:OtherReason>sample string 5</d2p1:OtherReason> </d2p1:PR2EncounterReasonsDTO> <d2p1:PR2EncounterReasonsDTO> <d2p1:CompanyCode>sample string 11</d2p1:CompanyCode> <d2p1:DateCreated>2024-11-21T00:36:02.143033-08:00</d2p1:DateCreated> <d2p1:DateUpdated>2024-11-21T00:36:02.143033-08: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:IsSelected>true</d2p1:IsSelected> <d2p1:Name>sample string 2</d2p1:Name> <d2p1:NeedMoreInfo>true</d2p1:NeedMoreInfo> <d2p1:OtherReason>sample string 5</d2p1:OtherReason> </d2p1:PR2EncounterReasonsDTO> </d2p1:ListPR2EncounterReason> <d2p1:NotApplicable>true</d2p1:NotApplicable> <d2p1:PR2daycalculate>true</d2p1:PR2daycalculate> <d2p1:PreviousPR2ClaimDTO> <d2p1:ClaimAddress1>sample string 2</d2p1:ClaimAddress1> <d2p1:ClaimAddress2>sample string 3</d2p1:ClaimAddress2> <d2p1:ClaimCity>sample string 4</d2p1:ClaimCity> <d2p1:ClaimCountry>sample string 7</d2p1:ClaimCountry> <d2p1:ClaimFaxNumber>sample string 9</d2p1:ClaimFaxNumber> <d2p1:ClaimName>sample string 1</d2p1:ClaimName> <d2p1:ClaimPhoneNumber>sample string 8</d2p1:ClaimPhoneNumber> <d2p1:ClaimState>sample string 5</d2p1:ClaimState> <d2p1:ClaimZip>sample string 6</d2p1:ClaimZip> </d2p1:PreviousPR2ClaimDTO> <d2p1:Sequence>12</d2p1:Sequence> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfPR2EncounterDTO3NYuOdgi>