POST api/CrmComplotApi/UpdateIncidentByRequest
Request Information
URI Parameters
None.
Body Parameters
ComplotUpdateIncidentRequestWrapperName | Description | Type | Additional information |
---|---|---|---|
CrmIncidentNumber | string |
None. |
|
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:
{ "CrmIncidentNumber": "sample string 1", "mispar_bakasha": "sample string 2", "taarich_hagashat_habakasha": "2025-04-08T18:12:25.8915768+00:00", "status_bakasha": 4, "tik_binyan": 5, "sug_pniya": "sample string 6", "tzevet": "sample string 7", "ktovet_haneches": "sample string 8", "shchuna": "sample string 9", "gush": "sample string 10", "chelka": "sample string 11", "mispar_bakasha_berishui_zamin": "sample string 12", "RequestOwnerName": "sample string 13", "RequestRemarks": "sample string 14", "AssetNumber": "sample string 15", "shetach_ikari": "sample string 16", "shetach_sherut": "sample string 17", "mispar_mamadim": "sample string 18", "ac_yechidot_diyur": "sample string 19", "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:
<ComplotUpdateIncidentRequestWrapper 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 15</AssetNumber> <RequestOwnerName>sample string 13</RequestOwnerName> <RequestRemarks>sample string 14</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 19</ac_yechidot_diyur> <chelka>sample string 11</chelka> <gush>sample string 10</gush> <ktovet_haneches>sample string 8</ktovet_haneches> <mispar_bakasha>sample string 2</mispar_bakasha> <mispar_bakasha_berishui_zamin>sample string 12</mispar_bakasha_berishui_zamin> <mispar_mamadim>sample string 18</mispar_mamadim> <shchuna>sample string 9</shchuna> <shetach_ikari>sample string 16</shetach_ikari> <shetach_sherut>sample string 17</shetach_sherut> <status_bakasha>4</status_bakasha> <sug_pniya>sample string 6</sug_pniya> <taarich_hagashat_habakasha>2025-04-08T18:12:25.8915768+00:00</taarich_hagashat_habakasha> <tik_binyan>5</tik_binyan> <tzevet>sample string 7</tzevet> <CrmIncidentNumber>sample string 1</CrmIncidentNumber> </ComplotUpdateIncidentRequestWrapper>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.