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": "99b40cb0-109b-45b9-8108-a8a0da76eb06",
"CustomerName": "sample string 2",
"MainPhone": "sample string 3",
"Phones": "sample string 4",
"IsNewHouse": true,
"DemandLevel": "0f9401d9-449a-4590-af46-a9ec59f0f47e",
"AreaID": "sample string 7",
"DistrictID": "bb6ab63e-c720-4f51-a93f-ccc78bcfbe9f",
"IntentPropertyID": "sample string 9",
"Source": "68e9744c-a1a3-4c1d-8009-d3db7b5b3972",
"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": "cae30460-95a5-4a45-bcee-9ed32afd8fd9",
"AppID": "sample string 23",
"AuxiliaryID": "9b3403fd-f814-4c48-92ca-f62388a41f3e"
}
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. |