POST api/CrmComplotApi/CreatIncidentByRequest

Request Information

URI Parameters

None.

Body Parameters

ComplotIncidentRequestWrapper
NameDescriptionTypeAdditional information
mispar_bakasha

string

None.

taarich_hagashat_habakasha

date

None.

status_bakasha

integer

None.

tik_binyan

integer

None.

sug_pniya

string

None.

tzevet

string

None.

ktovet_haneches

string

None.

shchuna

string

None.

gush

string

None.

chelka

string

None.

mispar_bakasha_berishui_zamin

string

None.

RequestOwnerName

string

None.

RequestRemarks

string

None.

AssetNumber

string

None.

shetach_ikari

string

None.

shetach_sherut

string

None.

mispar_mamadim

string

None.

ac_yechidot_diyur

string

None.

Stakeholders

Collection of StakeholderWrapper

None.

Request Formats

application/json, text/json

Sample:
{
  "mispar_bakasha": "sample string 1",
  "taarich_hagashat_habakasha": "2025-04-08T18:10:04.8809831+00:00",
  "status_bakasha": 3,
  "tik_binyan": 4,
  "sug_pniya": "sample string 5",
  "tzevet": "sample string 6",
  "ktovet_haneches": "sample string 7",
  "shchuna": "sample string 8",
  "gush": "sample string 9",
  "chelka": "sample string 10",
  "mispar_bakasha_berishui_zamin": "sample string 11",
  "RequestOwnerName": "sample string 12",
  "RequestRemarks": "sample string 13",
  "AssetNumber": "sample string 14",
  "shetach_ikari": "sample string 15",
  "shetach_sherut": "sample string 16",
  "mispar_mamadim": "sample string 17",
  "ac_yechidot_diyur": "sample string 18",
  "Stakeholders": [
    {
      "stakeholdertype": 1,
      "firstname": "sample string 2",
      "lastname": "sample string 3",
      "mobilephone": "sample string 4",
      "telephone": "sample string 5",
      "emailaddress": "sample string 6",
      "Contact_Identification_Number": "sample string 7"
    },
    {
      "stakeholdertype": 1,
      "firstname": "sample string 2",
      "lastname": "sample string 3",
      "mobilephone": "sample string 4",
      "telephone": "sample string 5",
      "emailaddress": "sample string 6",
      "Contact_Identification_Number": "sample string 7"
    }
  ]
}

application/xml, text/xml

Sample:
<ComplotIncidentRequestWrapper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ac.Rehovot.Api.Models.Complot.Wrappers">
  <AssetNumber>sample string 14</AssetNumber>
  <RequestOwnerName>sample string 12</RequestOwnerName>
  <RequestRemarks>sample string 13</RequestRemarks>
  <Stakeholders xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ac.Rehovot.Api.Models.RequestWrappers">
    <d2p1:StakeholderWrapper>
      <d2p1:Contact_Identification_Number>sample string 7</d2p1:Contact_Identification_Number>
      <d2p1:emailaddress>sample string 6</d2p1:emailaddress>
      <d2p1:firstname>sample string 2</d2p1:firstname>
      <d2p1:lastname>sample string 3</d2p1:lastname>
      <d2p1:mobilephone>sample string 4</d2p1:mobilephone>
      <d2p1:telephone>sample string 5</d2p1:telephone>
      <d2p1:stakeholdertype>1</d2p1:stakeholdertype>
    </d2p1:StakeholderWrapper>
    <d2p1:StakeholderWrapper>
      <d2p1:Contact_Identification_Number>sample string 7</d2p1:Contact_Identification_Number>
      <d2p1:emailaddress>sample string 6</d2p1:emailaddress>
      <d2p1:firstname>sample string 2</d2p1:firstname>
      <d2p1:lastname>sample string 3</d2p1:lastname>
      <d2p1:mobilephone>sample string 4</d2p1:mobilephone>
      <d2p1:telephone>sample string 5</d2p1:telephone>
      <d2p1:stakeholdertype>1</d2p1:stakeholdertype>
    </d2p1:StakeholderWrapper>
  </Stakeholders>
  <ac_yechidot_diyur>sample string 18</ac_yechidot_diyur>
  <chelka>sample string 10</chelka>
  <gush>sample string 9</gush>
  <ktovet_haneches>sample string 7</ktovet_haneches>
  <mispar_bakasha>sample string 1</mispar_bakasha>
  <mispar_bakasha_berishui_zamin>sample string 11</mispar_bakasha_berishui_zamin>
  <mispar_mamadim>sample string 17</mispar_mamadim>
  <shchuna>sample string 8</shchuna>
  <shetach_ikari>sample string 15</shetach_ikari>
  <shetach_sherut>sample string 16</shetach_sherut>
  <status_bakasha>3</status_bakasha>
  <sug_pniya>sample string 5</sug_pniya>
  <taarich_hagashat_habakasha>2025-04-08T18:10:04.8809831+00:00</taarich_hagashat_habakasha>
  <tik_binyan>4</tik_binyan>
  <tzevet>sample string 6</tzevet>
</ComplotIncidentRequestWrapper>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.