POST api/NTPrescreeningDiversion/SavePrescreeningDiversion

Request Information

URI Parameters

None.

Body Parameters

PrescreeningDiversionDTO
NameDescriptionTypeAdditional information
Id

integer

None.

CorporationCode

string

String length: inclusive between 0 and 20

EmployeeId

string

String length: inclusive between 0 and 12

Answer1

boolean

None.

Answer2

boolean

None.

Answer3

boolean

None.

Answer4A

boolean

None.

Answer4B

boolean

None.

CaseNo

integer

None.

IsEmailNotificationSent

integer

None.

IsTextNotificationSent

boolean

None.

Reason

string

String length: inclusive between 0 and 4000

MessageQueueId

integer

None.

NotificationTypeId

integer

None.

UserName

string

String length: inclusive between 0 and 100

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,
  "CorporationCode": "sample string 2",
  "EmployeeId": "sample string 3",
  "Answer1": true,
  "Answer2": true,
  "Answer3": true,
  "Answer4A": true,
  "Answer4B": true,
  "CaseNo": 1,
  "IsEmailNotificationSent": 1,
  "IsTextNotificationSent": true,
  "Reason": "sample string 4",
  "MessageQueueId": 1,
  "NotificationTypeId": 1,
  "UserName": "sample string 5",
  "ValidFlag": true,
  "DateCreated": "2025-04-03T19:24:13.825317-07:00",
  "DateUpdated": "2025-04-03T19:24:13.825317-07:00",
  "UserIDCreated": 9,
  "UserIDUpdated": 10,
  "CompanyCode": "sample string 11",
  "IsExcludeDiscount": true
}

application/xml, text/xml

Sample:
<PrescreeningDiversionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.NurseTriage.NonInjury">
  <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 11</CompanyCode>
  <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:24:13.825317-07:00</DateCreated>
  <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:24:13.825317-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">9</UserIDCreated>
  <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDUpdated>
  <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
  <Answer1>true</Answer1>
  <Answer2>true</Answer2>
  <Answer3>true</Answer3>
  <Answer4A>true</Answer4A>
  <Answer4B>true</Answer4B>
  <CaseNo>1</CaseNo>
  <CorporationCode>sample string 2</CorporationCode>
  <EmployeeId>sample string 3</EmployeeId>
  <Id>1</Id>
  <IsEmailNotificationSent>1</IsEmailNotificationSent>
  <IsTextNotificationSent>true</IsTextNotificationSent>
  <MessageQueueId>1</MessageQueueId>
  <NotificationTypeId>1</NotificationTypeId>
  <Reason>sample string 4</Reason>
  <UserName>sample string 5</UserName>
</PrescreeningDiversionDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfPrescreeningDiversionDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

PrescreeningDiversionDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "CorporationCode": "sample string 2",
    "EmployeeId": "sample string 3",
    "Answer1": true,
    "Answer2": true,
    "Answer3": true,
    "Answer4A": true,
    "Answer4B": true,
    "CaseNo": 1,
    "IsEmailNotificationSent": 1,
    "IsTextNotificationSent": true,
    "Reason": "sample string 4",
    "MessageQueueId": 1,
    "NotificationTypeId": 1,
    "UserName": "sample string 5",
    "ValidFlag": true,
    "DateCreated": "2025-04-03T19:24:14.2168178-07:00",
    "DateUpdated": "2025-04-03T19:24:14.2168178-07:00",
    "UserIDCreated": 9,
    "UserIDUpdated": 10,
    "CompanyCode": "sample string 11",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfPrescreeningDiversionDTOmhANR0_Pp 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.NurseTriage.NonInjury">
    <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 11</CompanyCode>
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:24:14.2168178-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:24:14.2168178-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">9</UserIDCreated>
    <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDUpdated>
    <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
    <d2p1:Answer1>true</d2p1:Answer1>
    <d2p1:Answer2>true</d2p1:Answer2>
    <d2p1:Answer3>true</d2p1:Answer3>
    <d2p1:Answer4A>true</d2p1:Answer4A>
    <d2p1:Answer4B>true</d2p1:Answer4B>
    <d2p1:CaseNo>1</d2p1:CaseNo>
    <d2p1:CorporationCode>sample string 2</d2p1:CorporationCode>
    <d2p1:EmployeeId>sample string 3</d2p1:EmployeeId>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:IsEmailNotificationSent>1</d2p1:IsEmailNotificationSent>
    <d2p1:IsTextNotificationSent>true</d2p1:IsTextNotificationSent>
    <d2p1:MessageQueueId>1</d2p1:MessageQueueId>
    <d2p1:NotificationTypeId>1</d2p1:NotificationTypeId>
    <d2p1:Reason>sample string 4</d2p1:Reason>
    <d2p1:UserName>sample string 5</d2p1:UserName>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfPrescreeningDiversionDTOmhANR0_Pp>