POST api/NTCriticalIncidentReport/PostIncidentCriticalReport

Request Information

URI Parameters

None.

Body Parameters

IncidentCriticalReportDTO
NameDescriptionTypeAdditional information
CaseNo

integer

None.

CorporationCode

string

String length: inclusive between 0 and 20

WLCode

string

String length: inclusive between 0 and 20

ChiefComplain

string

String length: inclusive between 0 and 1000

IncidentDate

date

None.

IncidentTime

time interval

None.

TimeZone

integer

None.

TimeZoneName

string

String length: inclusive between 0 and 150

WorkLocationName

string

String length: inclusive between 0 and 200

CompanyName

string

String length: inclusive between 0 and 100

WorkLocationCode

string

String length: inclusive between 0 and 20

ReportedById

integer

None.

ReportedByOtherValue

string

String length: inclusive between 0 and 100

ReportedByName

string

String length: inclusive between 0 and 50

ReportedByFirstName

string

String length: inclusive between 0 and 100

ReportedByLastName

string

String length: inclusive between 0 and 100

ReportedByEmail

string

String length: inclusive between 0 and 100

ReportedByJobTitle

string

String length: inclusive between 0 and 100

ReportedByCallerId

string

String length: inclusive between 0 and 100

IsReportedToMgmt

boolean

None.

DateReportedToMgmt

date

None.

lstIncidentCriticalReportEncounter

Collection of IncidentCriticalReportEncounterDTO

None.

IncidentDateCheck

date

None.

TotalNoOfEncounter

integer

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:
{
  "CaseNo": 1,
  "CorporationCode": "sample string 2",
  "WLCode": "sample string 3",
  "ChiefComplain": "sample string 4",
  "IncidentDate": "2025-04-04T05:25:02.415623-07:00",
  "IncidentTime": "00:00:00.1234567",
  "TimeZone": 1,
  "TimeZoneName": "sample string 5",
  "WorkLocationName": "sample string 6",
  "CompanyName": "sample string 7",
  "WorkLocationCode": "sample string 8",
  "ReportedById": 1,
  "ReportedByOtherValue": "sample string 9",
  "ReportedByName": "sample string 10",
  "ReportedByFirstName": "sample string 11",
  "ReportedByLastName": "sample string 12",
  "ReportedByEmail": "sample string 13",
  "ReportedByJobTitle": "sample string 14",
  "ReportedByCallerId": "sample string 15",
  "IsReportedToMgmt": true,
  "DateReportedToMgmt": "2025-04-04T05:25:02.415623-07:00",
  "lstIncidentCriticalReportEncounter": [
    {
      "EncounterId": 1,
      "CaseNo": 2,
      "Assessment": "sample string 3",
      "Recommendation": "sample string 4",
      "Sequence": 5,
      "TimeCallReceived": "00:00:00.1234567",
      "TimeOnScene": "00:00:00.1234567",
      "TotalTimeOnScene": "00:00:00.1234567",
      "TimeTransported": "00:00:00.1234567",
      "TimeUnitClear": "00:00:00.1234567",
      "ValidFlag": true,
      "DateCreated": "2025-04-04T05:25:02.415623-07:00",
      "DateUpdated": "2025-04-04T05:25:02.415623-07:00",
      "UserIDCreated": 9,
      "UserIDUpdated": 10,
      "CompanyCode": "sample string 11",
      "IsExcludeDiscount": true
    },
    {
      "EncounterId": 1,
      "CaseNo": 2,
      "Assessment": "sample string 3",
      "Recommendation": "sample string 4",
      "Sequence": 5,
      "TimeCallReceived": "00:00:00.1234567",
      "TimeOnScene": "00:00:00.1234567",
      "TotalTimeOnScene": "00:00:00.1234567",
      "TimeTransported": "00:00:00.1234567",
      "TimeUnitClear": "00:00:00.1234567",
      "ValidFlag": true,
      "DateCreated": "2025-04-04T05:25:02.415623-07:00",
      "DateUpdated": "2025-04-04T05:25:02.415623-07:00",
      "UserIDCreated": 9,
      "UserIDUpdated": 10,
      "CompanyCode": "sample string 11",
      "IsExcludeDiscount": true
    }
  ],
  "IncidentDateCheck": "2025-04-04T05:25:02.415623-07:00",
  "TotalNoOfEncounter": 1,
  "ValidFlag": true,
  "DateCreated": "2025-04-04T05:25:02.415623-07:00",
  "DateUpdated": "2025-04-04T05:25:02.415623-07:00",
  "UserIDCreated": 19,
  "UserIDUpdated": 20,
  "CompanyCode": "sample string 21",
  "IsExcludeDiscount": true
}

application/xml, text/xml

Sample:
<IncidentCriticalReportDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
  <CompanyCode>sample string 21</CompanyCode>
  <DateCreated>2025-04-04T05:25:02.415623-07:00</DateCreated>
  <DateUpdated>2025-04-04T05:25:02.415623-07:00</DateUpdated>
  <IsExcludeDiscount>true</IsExcludeDiscount>
  <UserIDCreated>19</UserIDCreated>
  <UserIDUpdated>20</UserIDUpdated>
  <ValidFlag>true</ValidFlag>
  <CaseNo>1</CaseNo>
  <ChiefComplain>sample string 4</ChiefComplain>
  <CompanyName>sample string 7</CompanyName>
  <CorporationCode>sample string 2</CorporationCode>
  <DateReportedToMgmt>2025-04-04T05:25:02.415623-07:00</DateReportedToMgmt>
  <IncidentDate>2025-04-04T05:25:02.415623-07:00</IncidentDate>
  <IncidentDateCheck>2025-04-04T05:25:02.415623-07:00</IncidentDateCheck>
  <IncidentTime>PT0.1234567S</IncidentTime>
  <IsReportedToMgmt>true</IsReportedToMgmt>
  <ReportedByCallerId>sample string 15</ReportedByCallerId>
  <ReportedByEmail>sample string 13</ReportedByEmail>
  <ReportedByFirstName>sample string 11</ReportedByFirstName>
  <ReportedById>1</ReportedById>
  <ReportedByJobTitle>sample string 14</ReportedByJobTitle>
  <ReportedByLastName>sample string 12</ReportedByLastName>
  <ReportedByName>sample string 10</ReportedByName>
  <ReportedByOtherValue>sample string 9</ReportedByOtherValue>
  <TimeZone>1</TimeZone>
  <TimeZoneName>sample string 5</TimeZoneName>
  <TotalNoOfEncounter>1</TotalNoOfEncounter>
  <WLCode>sample string 3</WLCode>
  <WorkLocationCode>sample string 8</WorkLocationCode>
  <WorkLocationName>sample string 6</WorkLocationName>
  <lstIncidentCriticalReportEncounter>
    <IncidentCriticalReportEncounterDTO>
      <CompanyCode>sample string 11</CompanyCode>
      <DateCreated>2025-04-04T05:25:02.415623-07:00</DateCreated>
      <DateUpdated>2025-04-04T05:25:02.415623-07:00</DateUpdated>
      <IsExcludeDiscount>true</IsExcludeDiscount>
      <UserIDCreated>9</UserIDCreated>
      <UserIDUpdated>10</UserIDUpdated>
      <ValidFlag>true</ValidFlag>
      <Assessment>sample string 3</Assessment>
      <CaseNo>2</CaseNo>
      <EncounterId>1</EncounterId>
      <Recommendation>sample string 4</Recommendation>
      <Sequence>5</Sequence>
      <TimeCallReceived>PT0.1234567S</TimeCallReceived>
      <TimeOnScene>PT0.1234567S</TimeOnScene>
      <TimeTransported>PT0.1234567S</TimeTransported>
      <TimeUnitClear>PT0.1234567S</TimeUnitClear>
      <TotalTimeOnScene>PT0.1234567S</TotalTimeOnScene>
    </IncidentCriticalReportEncounterDTO>
    <IncidentCriticalReportEncounterDTO>
      <CompanyCode>sample string 11</CompanyCode>
      <DateCreated>2025-04-04T05:25:02.415623-07:00</DateCreated>
      <DateUpdated>2025-04-04T05:25:02.415623-07:00</DateUpdated>
      <IsExcludeDiscount>true</IsExcludeDiscount>
      <UserIDCreated>9</UserIDCreated>
      <UserIDUpdated>10</UserIDUpdated>
      <ValidFlag>true</ValidFlag>
      <Assessment>sample string 3</Assessment>
      <CaseNo>2</CaseNo>
      <EncounterId>1</EncounterId>
      <Recommendation>sample string 4</Recommendation>
      <Sequence>5</Sequence>
      <TimeCallReceived>PT0.1234567S</TimeCallReceived>
      <TimeOnScene>PT0.1234567S</TimeOnScene>
      <TimeTransported>PT0.1234567S</TimeTransported>
      <TimeUnitClear>PT0.1234567S</TimeUnitClear>
      <TotalTimeOnScene>PT0.1234567S</TotalTimeOnScene>
    </IncidentCriticalReportEncounterDTO>
  </lstIncidentCriticalReportEncounter>
</IncidentCriticalReportDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfIncidentCriticalReportDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

IncidentCriticalReportDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "CaseNo": 1,
    "CorporationCode": "sample string 2",
    "WLCode": "sample string 3",
    "ChiefComplain": "sample string 4",
    "IncidentDate": "2025-04-04T05:25:02.4389804-07:00",
    "IncidentTime": "00:00:00.1234567",
    "TimeZone": 1,
    "TimeZoneName": "sample string 5",
    "WorkLocationName": "sample string 6",
    "CompanyName": "sample string 7",
    "WorkLocationCode": "sample string 8",
    "ReportedById": 1,
    "ReportedByOtherValue": "sample string 9",
    "ReportedByName": "sample string 10",
    "ReportedByFirstName": "sample string 11",
    "ReportedByLastName": "sample string 12",
    "ReportedByEmail": "sample string 13",
    "ReportedByJobTitle": "sample string 14",
    "ReportedByCallerId": "sample string 15",
    "IsReportedToMgmt": true,
    "DateReportedToMgmt": "2025-04-04T05:25:02.4389804-07:00",
    "lstIncidentCriticalReportEncounter": [
      {
        "EncounterId": 1,
        "CaseNo": 2,
        "Assessment": "sample string 3",
        "Recommendation": "sample string 4",
        "Sequence": 5,
        "TimeCallReceived": "00:00:00.1234567",
        "TimeOnScene": "00:00:00.1234567",
        "TotalTimeOnScene": "00:00:00.1234567",
        "TimeTransported": "00:00:00.1234567",
        "TimeUnitClear": "00:00:00.1234567",
        "ValidFlag": true,
        "DateCreated": "2025-04-04T05:25:02.4389804-07:00",
        "DateUpdated": "2025-04-04T05:25:02.4389804-07:00",
        "UserIDCreated": 9,
        "UserIDUpdated": 10,
        "CompanyCode": "sample string 11",
        "IsExcludeDiscount": true
      },
      {
        "EncounterId": 1,
        "CaseNo": 2,
        "Assessment": "sample string 3",
        "Recommendation": "sample string 4",
        "Sequence": 5,
        "TimeCallReceived": "00:00:00.1234567",
        "TimeOnScene": "00:00:00.1234567",
        "TotalTimeOnScene": "00:00:00.1234567",
        "TimeTransported": "00:00:00.1234567",
        "TimeUnitClear": "00:00:00.1234567",
        "ValidFlag": true,
        "DateCreated": "2025-04-04T05:25:02.4389804-07:00",
        "DateUpdated": "2025-04-04T05:25:02.4389804-07:00",
        "UserIDCreated": 9,
        "UserIDUpdated": 10,
        "CompanyCode": "sample string 11",
        "IsExcludeDiscount": true
      }
    ],
    "IncidentDateCheck": "2025-04-04T05:25:02.4389804-07:00",
    "TotalNoOfEncounter": 1,
    "ValidFlag": true,
    "DateCreated": "2025-04-04T05:25:02.4389804-07:00",
    "DateUpdated": "2025-04-04T05:25:02.4389804-07:00",
    "UserIDCreated": 19,
    "UserIDUpdated": 20,
    "CompanyCode": "sample string 21",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfIncidentCriticalReportDTO3NYuOdgi 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 21</d2p1:CompanyCode>
    <d2p1:DateCreated>2025-04-04T05:25:02.4389804-07:00</d2p1:DateCreated>
    <d2p1:DateUpdated>2025-04-04T05:25:02.4389804-07:00</d2p1:DateUpdated>
    <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
    <d2p1:UserIDCreated>19</d2p1:UserIDCreated>
    <d2p1:UserIDUpdated>20</d2p1:UserIDUpdated>
    <d2p1:ValidFlag>true</d2p1:ValidFlag>
    <d2p1:CaseNo>1</d2p1:CaseNo>
    <d2p1:ChiefComplain>sample string 4</d2p1:ChiefComplain>
    <d2p1:CompanyName>sample string 7</d2p1:CompanyName>
    <d2p1:CorporationCode>sample string 2</d2p1:CorporationCode>
    <d2p1:DateReportedToMgmt>2025-04-04T05:25:02.4389804-07:00</d2p1:DateReportedToMgmt>
    <d2p1:IncidentDate>2025-04-04T05:25:02.4389804-07:00</d2p1:IncidentDate>
    <d2p1:IncidentDateCheck>2025-04-04T05:25:02.4389804-07:00</d2p1:IncidentDateCheck>
    <d2p1:IncidentTime>PT0.1234567S</d2p1:IncidentTime>
    <d2p1:IsReportedToMgmt>true</d2p1:IsReportedToMgmt>
    <d2p1:ReportedByCallerId>sample string 15</d2p1:ReportedByCallerId>
    <d2p1:ReportedByEmail>sample string 13</d2p1:ReportedByEmail>
    <d2p1:ReportedByFirstName>sample string 11</d2p1:ReportedByFirstName>
    <d2p1:ReportedById>1</d2p1:ReportedById>
    <d2p1:ReportedByJobTitle>sample string 14</d2p1:ReportedByJobTitle>
    <d2p1:ReportedByLastName>sample string 12</d2p1:ReportedByLastName>
    <d2p1:ReportedByName>sample string 10</d2p1:ReportedByName>
    <d2p1:ReportedByOtherValue>sample string 9</d2p1:ReportedByOtherValue>
    <d2p1:TimeZone>1</d2p1:TimeZone>
    <d2p1:TimeZoneName>sample string 5</d2p1:TimeZoneName>
    <d2p1:TotalNoOfEncounter>1</d2p1:TotalNoOfEncounter>
    <d2p1:WLCode>sample string 3</d2p1:WLCode>
    <d2p1:WorkLocationCode>sample string 8</d2p1:WorkLocationCode>
    <d2p1:WorkLocationName>sample string 6</d2p1:WorkLocationName>
    <d2p1:lstIncidentCriticalReportEncounter>
      <d2p1:IncidentCriticalReportEncounterDTO>
        <d2p1:CompanyCode>sample string 11</d2p1:CompanyCode>
        <d2p1:DateCreated>2025-04-04T05:25:02.4389804-07:00</d2p1:DateCreated>
        <d2p1:DateUpdated>2025-04-04T05:25:02.4389804-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:Assessment>sample string 3</d2p1:Assessment>
        <d2p1:CaseNo>2</d2p1:CaseNo>
        <d2p1:EncounterId>1</d2p1:EncounterId>
        <d2p1:Recommendation>sample string 4</d2p1:Recommendation>
        <d2p1:Sequence>5</d2p1:Sequence>
        <d2p1:TimeCallReceived>PT0.1234567S</d2p1:TimeCallReceived>
        <d2p1:TimeOnScene>PT0.1234567S</d2p1:TimeOnScene>
        <d2p1:TimeTransported>PT0.1234567S</d2p1:TimeTransported>
        <d2p1:TimeUnitClear>PT0.1234567S</d2p1:TimeUnitClear>
        <d2p1:TotalTimeOnScene>PT0.1234567S</d2p1:TotalTimeOnScene>
      </d2p1:IncidentCriticalReportEncounterDTO>
      <d2p1:IncidentCriticalReportEncounterDTO>
        <d2p1:CompanyCode>sample string 11</d2p1:CompanyCode>
        <d2p1:DateCreated>2025-04-04T05:25:02.4389804-07:00</d2p1:DateCreated>
        <d2p1:DateUpdated>2025-04-04T05:25:02.4389804-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:Assessment>sample string 3</d2p1:Assessment>
        <d2p1:CaseNo>2</d2p1:CaseNo>
        <d2p1:EncounterId>1</d2p1:EncounterId>
        <d2p1:Recommendation>sample string 4</d2p1:Recommendation>
        <d2p1:Sequence>5</d2p1:Sequence>
        <d2p1:TimeCallReceived>PT0.1234567S</d2p1:TimeCallReceived>
        <d2p1:TimeOnScene>PT0.1234567S</d2p1:TimeOnScene>
        <d2p1:TimeTransported>PT0.1234567S</d2p1:TimeTransported>
        <d2p1:TimeUnitClear>PT0.1234567S</d2p1:TimeUnitClear>
        <d2p1:TotalTimeOnScene>PT0.1234567S</d2p1:TotalTimeOnScene>
      </d2p1:IncidentCriticalReportEncounterDTO>
    </d2p1:lstIncidentCriticalReportEncounter>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfIncidentCriticalReportDTO3NYuOdgi>