POST api/NTCosCompany/PostCorporationCauseOfIncident

Request Information

URI Parameters

None.

Body Parameters

Collection of CorporationCauseOfIncidentDTO
NameDescriptionTypeAdditional information
CorporationCauseOfIncidentId

integer

None.

CorporationCode

string

String length: inclusive between 0 and 20

CorporationValidFlag

boolean

None.

Type

integer

None.

Id

integer

None.

Name

string

String length: inclusive between 0 and 50

NeedMoreInfo

boolean

None.

Sequence

integer

None.

NCCICode

string

String length: inclusive between 0 and 50

Standard

boolean

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:
[
  {
    "CorporationCauseOfIncidentId": 1,
    "CorporationCode": "sample string 2",
    "CorporationValidFlag": true,
    "Type": 4,
    "Id": 5,
    "Name": "sample string 6",
    "NeedMoreInfo": true,
    "Sequence": 8,
    "NCCICode": "sample string 9",
    "Standard": true,
    "ValidFlag": true,
    "DateCreated": "2025-04-03T19:33:23.6339603-07:00",
    "DateUpdated": "2025-04-03T19:33:23.6339603-07:00",
    "UserIDCreated": 14,
    "UserIDUpdated": 15,
    "CompanyCode": "sample string 16",
    "IsExcludeDiscount": true
  },
  {
    "CorporationCauseOfIncidentId": 1,
    "CorporationCode": "sample string 2",
    "CorporationValidFlag": true,
    "Type": 4,
    "Id": 5,
    "Name": "sample string 6",
    "NeedMoreInfo": true,
    "Sequence": 8,
    "NCCICode": "sample string 9",
    "Standard": true,
    "ValidFlag": true,
    "DateCreated": "2025-04-03T19:33:23.6339603-07:00",
    "DateUpdated": "2025-04-03T19:33:23.6339603-07:00",
    "UserIDCreated": 14,
    "UserIDUpdated": 15,
    "CompanyCode": "sample string 16",
    "IsExcludeDiscount": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfCorporationCauseOfIncidentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
  <CorporationCauseOfIncidentDTO>
    <CompanyCode>sample string 16</CompanyCode>
    <DateCreated>2025-04-03T19:33:23.6339603-07:00</DateCreated>
    <DateUpdated>2025-04-03T19:33:23.6339603-07:00</DateUpdated>
    <IsExcludeDiscount>true</IsExcludeDiscount>
    <UserIDCreated>14</UserIDCreated>
    <UserIDUpdated>15</UserIDUpdated>
    <ValidFlag>true</ValidFlag>
    <Id>5</Id>
    <NCCICode>sample string 9</NCCICode>
    <Name>sample string 6</Name>
    <NeedMoreInfo>true</NeedMoreInfo>
    <Sequence>8</Sequence>
    <Standard>true</Standard>
    <CorporationCauseOfIncidentId>1</CorporationCauseOfIncidentId>
    <CorporationCode>sample string 2</CorporationCode>
    <CorporationValidFlag>true</CorporationValidFlag>
    <Type>4</Type>
  </CorporationCauseOfIncidentDTO>
  <CorporationCauseOfIncidentDTO>
    <CompanyCode>sample string 16</CompanyCode>
    <DateCreated>2025-04-03T19:33:23.6339603-07:00</DateCreated>
    <DateUpdated>2025-04-03T19:33:23.6339603-07:00</DateUpdated>
    <IsExcludeDiscount>true</IsExcludeDiscount>
    <UserIDCreated>14</UserIDCreated>
    <UserIDUpdated>15</UserIDUpdated>
    <ValidFlag>true</ValidFlag>
    <Id>5</Id>
    <NCCICode>sample string 9</NCCICode>
    <Name>sample string 6</Name>
    <NeedMoreInfo>true</NeedMoreInfo>
    <Sequence>8</Sequence>
    <Standard>true</Standard>
    <CorporationCauseOfIncidentId>1</CorporationCauseOfIncidentId>
    <CorporationCode>sample string 2</CorporationCode>
    <CorporationValidFlag>true</CorporationValidFlag>
    <Type>4</Type>
  </CorporationCauseOfIncidentDTO>
</ArrayOfCorporationCauseOfIncidentDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfListOfCorporationCauseOfIncidentDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

Collection of CorporationCauseOfIncidentDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": [
    {
      "CorporationCauseOfIncidentId": 1,
      "CorporationCode": "sample string 2",
      "CorporationValidFlag": true,
      "Type": 4,
      "Id": 5,
      "Name": "sample string 6",
      "NeedMoreInfo": true,
      "Sequence": 8,
      "NCCICode": "sample string 9",
      "Standard": true,
      "ValidFlag": true,
      "DateCreated": "2025-04-03T19:33:23.6339603-07:00",
      "DateUpdated": "2025-04-03T19:33:23.6339603-07:00",
      "UserIDCreated": 14,
      "UserIDUpdated": 15,
      "CompanyCode": "sample string 16",
      "IsExcludeDiscount": true
    },
    {
      "CorporationCauseOfIncidentId": 1,
      "CorporationCode": "sample string 2",
      "CorporationValidFlag": true,
      "Type": 4,
      "Id": 5,
      "Name": "sample string 6",
      "NeedMoreInfo": true,
      "Sequence": 8,
      "NCCICode": "sample string 9",
      "Standard": true,
      "ValidFlag": true,
      "DateCreated": "2025-04-03T19:33:23.6339603-07:00",
      "DateUpdated": "2025-04-03T19:33:23.6339603-07:00",
      "UserIDCreated": 14,
      "UserIDUpdated": 15,
      "CompanyCode": "sample string 16",
      "IsExcludeDiscount": true
    }
  ],
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfArrayOfCorporationCauseOfIncidentDTO3NYuOdgi 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:CorporationCauseOfIncidentDTO>
      <d2p1:CompanyCode>sample string 16</d2p1:CompanyCode>
      <d2p1:DateCreated>2025-04-03T19:33:23.6339603-07:00</d2p1:DateCreated>
      <d2p1:DateUpdated>2025-04-03T19:33:23.6339603-07:00</d2p1:DateUpdated>
      <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
      <d2p1:UserIDCreated>14</d2p1:UserIDCreated>
      <d2p1:UserIDUpdated>15</d2p1:UserIDUpdated>
      <d2p1:ValidFlag>true</d2p1:ValidFlag>
      <d2p1:Id>5</d2p1:Id>
      <d2p1:NCCICode>sample string 9</d2p1:NCCICode>
      <d2p1:Name>sample string 6</d2p1:Name>
      <d2p1:NeedMoreInfo>true</d2p1:NeedMoreInfo>
      <d2p1:Sequence>8</d2p1:Sequence>
      <d2p1:Standard>true</d2p1:Standard>
      <d2p1:CorporationCauseOfIncidentId>1</d2p1:CorporationCauseOfIncidentId>
      <d2p1:CorporationCode>sample string 2</d2p1:CorporationCode>
      <d2p1:CorporationValidFlag>true</d2p1:CorporationValidFlag>
      <d2p1:Type>4</d2p1:Type>
    </d2p1:CorporationCauseOfIncidentDTO>
    <d2p1:CorporationCauseOfIncidentDTO>
      <d2p1:CompanyCode>sample string 16</d2p1:CompanyCode>
      <d2p1:DateCreated>2025-04-03T19:33:23.6339603-07:00</d2p1:DateCreated>
      <d2p1:DateUpdated>2025-04-03T19:33:23.6339603-07:00</d2p1:DateUpdated>
      <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
      <d2p1:UserIDCreated>14</d2p1:UserIDCreated>
      <d2p1:UserIDUpdated>15</d2p1:UserIDUpdated>
      <d2p1:ValidFlag>true</d2p1:ValidFlag>
      <d2p1:Id>5</d2p1:Id>
      <d2p1:NCCICode>sample string 9</d2p1:NCCICode>
      <d2p1:Name>sample string 6</d2p1:Name>
      <d2p1:NeedMoreInfo>true</d2p1:NeedMoreInfo>
      <d2p1:Sequence>8</d2p1:Sequence>
      <d2p1:Standard>true</d2p1:Standard>
      <d2p1:CorporationCauseOfIncidentId>1</d2p1:CorporationCauseOfIncidentId>
      <d2p1:CorporationCode>sample string 2</d2p1:CorporationCode>
      <d2p1:CorporationValidFlag>true</d2p1:CorporationValidFlag>
      <d2p1:Type>4</d2p1:Type>
    </d2p1:CorporationCauseOfIncidentDTO>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfArrayOfCorporationCauseOfIncidentDTO3NYuOdgi>