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": "88021100-56a9-4baa-a9b9-f122c849cba0",
"CustomerName": "sample string 2",
"MainPhone": "sample string 3",
"Phones": "sample string 4",
"IsNewHouse": true,
"DemandLevel": "eac7a2e3-d15d-46a9-9c6d-5f2bc8c099e6",
"AreaID": "sample string 7",
"DistrictID": "b987bac1-e457-4a02-92a8-0829c77fe72a",
"IntentPropertyID": "sample string 9",
"Source": "539cdf53-d434-4aca-b478-768856ee6a93",
"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": "0c23c148-c47a-45d6-81f4-23257f3bdc8b",
"AppID": "sample string 23",
"AuxiliaryID": "7c3c3dbd-4417-4f7e-af37-60d1381b99ee"
}
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. |