POST api/Paycal/CreatPaycalIncident
Request Information
URI Parameters
None.
Body Parameters
PaycalIncidentWrapperName | Description | Type | Additional information |
---|---|---|---|
gush | integer |
None. |
|
chelka | integer |
None. |
|
first_name | string |
None. |
|
last_name | string |
None. |
|
cell_phone | string |
None. |
|
string |
None. |
||
identification_number | string |
None. |
|
asset_city | string |
None. |
|
asset_street | string |
None. |
|
asset_house_number | string |
None. |
|
asset_apartment_number | string |
None. |
|
description | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "gush": 1, "chelka": 2, "first_name": "sample string 3", "last_name": "sample string 4", "cell_phone": "sample string 5", "email": "sample string 6", "identification_number": "sample string 7", "asset_city": "sample string 8", "asset_street": "sample string 9", "asset_house_number": "sample string 10", "asset_apartment_number": "sample string 11", "description": "sample string 12" }
application/xml, text/xml
Sample:
<PaycalIncidentWrapper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ac.Rehovot.Api.Models.Paycal.Wrappers"> <asset_apartment_number>sample string 11</asset_apartment_number> <asset_city>sample string 8</asset_city> <asset_house_number>sample string 10</asset_house_number> <asset_street>sample string 9</asset_street> <cell_phone>sample string 5</cell_phone> <chelka>2</chelka> <description>sample string 12</description> <email>sample string 6</email> <first_name>sample string 3</first_name> <gush>1</gush> <identification_number>sample string 7</identification_number> <last_name>sample string 4</last_name> </PaycalIncidentWrapper>
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.