POST api/CustomerDetailsForm/Update
Request Information
URI Parameters
None.
Body Parameters
CustomerFormModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Link | string |
None. |
|
| CustomerFormID | integer |
None. |
|
| OfficeID | integer |
None. |
|
| CustomerFormUUID | string |
None. |
|
| GoremMafne | string |
None. |
|
| MatratHashmaut | string |
None. |
|
| SugHashmaut | string |
None. |
|
| FullName | string |
None. |
|
| CellPhone | string |
None. |
|
| string |
None. |
||
| Gush | integer |
None. |
|
| Helka | integer |
None. |
|
| SubHelka | integer |
None. |
|
| City | string |
None. |
|
| Street | string |
None. |
|
| HouseNumber | integer |
None. |
|
| ApartmentNumber | integer |
None. |
|
| ApartmentFloor | integer |
None. |
|
| ApartmentRooms | integer |
None. |
|
| ApartmentArea | integer |
None. |
|
| AssetType | integer |
None. |
|
| CustomerIdCard | string |
None. |
|
| Comments | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Link": "sample string 1",
"CustomerFormID": 2,
"OfficeID": 1,
"CustomerFormUUID": "sample string 3",
"GoremMafne": "sample string 4",
"MatratHashmaut": "sample string 5",
"SugHashmaut": "sample string 6",
"FullName": "sample string 7",
"CellPhone": "sample string 8",
"Mail": "sample string 9",
"Gush": 10,
"Helka": 11,
"SubHelka": 12,
"City": "sample string 13",
"Street": "sample string 14",
"HouseNumber": 15,
"ApartmentNumber": 16,
"ApartmentFloor": 17,
"ApartmentRooms": 18,
"ApartmentArea": 19,
"AssetType": 20,
"CustomerIdCard": "sample string 21",
"Comments": "sample string 22"
}
application/xml, text/xml
Sample:
<CustomerFormModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OmdanRestModels.Models.Binding_Models"> <ApartmentArea>19</ApartmentArea> <ApartmentFloor>17</ApartmentFloor> <ApartmentNumber>16</ApartmentNumber> <ApartmentRooms>18</ApartmentRooms> <AssetType>20</AssetType> <CellPhone>sample string 8</CellPhone> <City>sample string 13</City> <Comments>sample string 22</Comments> <CustomerFormID>2</CustomerFormID> <CustomerFormUUID>sample string 3</CustomerFormUUID> <CustomerIdCard>sample string 21</CustomerIdCard> <FullName>sample string 7</FullName> <GoremMafne>sample string 4</GoremMafne> <Gush>10</Gush> <Helka>11</Helka> <HouseNumber>15</HouseNumber> <Link>sample string 1</Link> <Mail>sample string 9</Mail> <MatratHashmaut>sample string 5</MatratHashmaut> <OfficeID>1</OfficeID> <Street>sample string 14</Street> <SubHelka>12</SubHelka> <SugHashmaut>sample string 6</SugHashmaut> </CustomerFormModel>
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.