POST api/Custmoer/Update
Request Information
URI Parameters
None.
Body Parameters
EditCustomerVModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | globally unique identifier |
None. |
|
| CustomerName | string |
None. |
|
| MainPhone | string |
None. |
|
| Phones | string |
None. |
|
| IsNewHouse | boolean |
None. |
|
| DemandLevel | globally unique identifier |
None. |
|
| AreaID | string |
None. |
|
| DistrictID | globally unique identifier |
None. |
|
| IntentPropertyID | string |
None. |
|
| Source | globally unique identifier |
None. |
|
| MaxBuidingArea | decimal number |
None. |
|
| MinBuidingArea | decimal number |
None. |
|
| MaxPrice | decimal number |
None. |
|
| MinPrice | decimal number |
None. |
|
| MaxRoomNum | byte |
None. |
|
| MinRoomNum | byte |
None. |
|
| ThreeNothing | string |
None. |
|
| Remark | string |
None. |
|
| HomeAppliances | string |
None. |
|
| Furniture | string |
None. |
|
| PayRent | byte |
None. |
|
| UsesType | globally unique identifier |
None. |
|
| AppID | string |
None. |
|
| AuxiliaryID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "329ed615-a1b9-4c27-b4c8-ef3fd4569972",
"CustomerName": "sample string 2",
"MainPhone": "sample string 3",
"Phones": "sample string 4",
"IsNewHouse": true,
"DemandLevel": "b7e1bf5a-017c-4b53-ab46-2ed0bfdfe2be",
"AreaID": "sample string 7",
"DistrictID": "060c06cd-d932-4d40-b136-df8191c02c65",
"IntentPropertyID": "sample string 9",
"Source": "71597950-164b-4257-a595-3df2d3f323b7",
"MaxBuidingArea": 11.0,
"MinBuidingArea": 12.0,
"MaxPrice": 13.0,
"MinPrice": 14.0,
"MaxRoomNum": 64,
"MinRoomNum": 64,
"ThreeNothing": "sample string 17",
"Remark": "sample string 18",
"HomeAppliances": "sample string 19",
"Furniture": "sample string 20",
"PayRent": 64,
"UsesType": "3e1ba84e-5c6d-4773-a0ba-adb17d0ccbdb",
"AppID": "sample string 23",
"AuxiliaryID": "da792927-a8bf-4592-ae7e-2d32c3667aa3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |