POST api/NTSummary/PostIncidentACM

Request Information

URI Parameters

None.

Body Parameters

IncidentACMDTO
NameDescriptionTypeAdditional information
Id

integer

None.

CaseNo

integer

None.

RequestReasonId

integer

None.

RequestNote

string

String length: inclusive between 0 and 2000

DeclineReasonId

integer

None.

DeclineNote

string

String length: inclusive between 0 and 300

ResponseStatus

integer

None.

ResponseById

integer

None.

ResponseTime

date

None.

ReasonForDelete

string

String length: inclusive between 0 and 500

RequestReasonName

string

String length: inclusive between 0 and 500

RequestedUser

string

String length: inclusive between 0 and 100

IsAnyPending

boolean

None.

CaseStatus

integer

None.

ResponseUser

string

String length: inclusive between 0 and 100

EncounterId

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:
{
  "Id": 1,
  "CaseNo": 2,
  "RequestReasonId": 1,
  "RequestNote": "sample string 3",
  "DeclineReasonId": 1,
  "DeclineNote": "sample string 4",
  "ResponseStatus": 1,
  "ResponseById": 1,
  "ResponseTime": "2025-04-04T05:34:28.0834536-07:00",
  "ReasonForDelete": "sample string 5",
  "RequestReasonName": "sample string 6",
  "RequestedUser": "sample string 7",
  "IsAnyPending": true,
  "CaseStatus": 1,
  "ResponseUser": "sample string 8",
  "EncounterId": 9,
  "ValidFlag": true,
  "DateCreated": "2025-04-04T05:34:28.0834536-07:00",
  "DateUpdated": "2025-04-04T05:34:28.0834536-07:00",
  "UserIDCreated": 13,
  "UserIDUpdated": 14,
  "CompanyCode": "sample string 15",
  "IsExcludeDiscount": true
}

application/xml, text/xml

Sample:
<IncidentACMDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
  <CompanyCode>sample string 15</CompanyCode>
  <DateCreated>2025-04-04T05:34:28.0834536-07:00</DateCreated>
  <DateUpdated>2025-04-04T05:34:28.0834536-07:00</DateUpdated>
  <IsExcludeDiscount>true</IsExcludeDiscount>
  <UserIDCreated>13</UserIDCreated>
  <UserIDUpdated>14</UserIDUpdated>
  <ValidFlag>true</ValidFlag>
  <CaseNo>2</CaseNo>
  <CaseStatus>1</CaseStatus>
  <DeclineNote>sample string 4</DeclineNote>
  <DeclineReasonId>1</DeclineReasonId>
  <EncounterId>9</EncounterId>
  <Id>1</Id>
  <IsAnyPending>true</IsAnyPending>
  <ReasonForDelete>sample string 5</ReasonForDelete>
  <RequestNote>sample string 3</RequestNote>
  <RequestReasonId>1</RequestReasonId>
  <RequestReasonName>sample string 6</RequestReasonName>
  <RequestedUser>sample string 7</RequestedUser>
  <ResponseById>1</ResponseById>
  <ResponseStatus>1</ResponseStatus>
  <ResponseTime>2025-04-04T05:34:28.0834536-07:00</ResponseTime>
  <ResponseUser>sample string 8</ResponseUser>
</IncidentACMDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfIncidentACMDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

IncidentACMDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "CaseNo": 2,
    "RequestReasonId": 1,
    "RequestNote": "sample string 3",
    "DeclineReasonId": 1,
    "DeclineNote": "sample string 4",
    "ResponseStatus": 1,
    "ResponseById": 1,
    "ResponseTime": "2025-04-04T05:34:28.1065963-07:00",
    "ReasonForDelete": "sample string 5",
    "RequestReasonName": "sample string 6",
    "RequestedUser": "sample string 7",
    "IsAnyPending": true,
    "CaseStatus": 1,
    "ResponseUser": "sample string 8",
    "EncounterId": 9,
    "ValidFlag": true,
    "DateCreated": "2025-04-04T05:34:28.1065963-07:00",
    "DateUpdated": "2025-04-04T05:34:28.1065963-07:00",
    "UserIDCreated": 13,
    "UserIDUpdated": 14,
    "CompanyCode": "sample string 15",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfIncidentACMDTO3NYuOdgi 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 15</d2p1:CompanyCode>
    <d2p1:DateCreated>2025-04-04T05:34:28.1065963-07:00</d2p1:DateCreated>
    <d2p1:DateUpdated>2025-04-04T05:34:28.1065963-07:00</d2p1:DateUpdated>
    <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
    <d2p1:UserIDCreated>13</d2p1:UserIDCreated>
    <d2p1:UserIDUpdated>14</d2p1:UserIDUpdated>
    <d2p1:ValidFlag>true</d2p1:ValidFlag>
    <d2p1:CaseNo>2</d2p1:CaseNo>
    <d2p1:CaseStatus>1</d2p1:CaseStatus>
    <d2p1:DeclineNote>sample string 4</d2p1:DeclineNote>
    <d2p1:DeclineReasonId>1</d2p1:DeclineReasonId>
    <d2p1:EncounterId>9</d2p1:EncounterId>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:IsAnyPending>true</d2p1:IsAnyPending>
    <d2p1:ReasonForDelete>sample string 5</d2p1:ReasonForDelete>
    <d2p1:RequestNote>sample string 3</d2p1:RequestNote>
    <d2p1:RequestReasonId>1</d2p1:RequestReasonId>
    <d2p1:RequestReasonName>sample string 6</d2p1:RequestReasonName>
    <d2p1:RequestedUser>sample string 7</d2p1:RequestedUser>
    <d2p1:ResponseById>1</d2p1:ResponseById>
    <d2p1:ResponseStatus>1</d2p1:ResponseStatus>
    <d2p1:ResponseTime>2025-04-04T05:34:28.1065963-07:00</d2p1:ResponseTime>
    <d2p1:ResponseUser>sample string 8</d2p1:ResponseUser>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfIncidentACMDTO3NYuOdgi>