POST api/Custmoer/Update

Request Information

URI Parameters

None.

Body Parameters

EditCustomerVModel
NameDescriptionTypeAdditional 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": "b0eda09f-cf8d-4b54-840a-82fdf7ce48b2",
  "CustomerName": "sample string 2",
  "MainPhone": "sample string 3",
  "Phones": "sample string 4",
  "IsNewHouse": true,
  "DemandLevel": "a2255360-14ac-4ec7-ad17-66d541b54d32",
  "AreaID": "sample string 7",
  "DistrictID": "4baea3c9-a05e-441f-a620-8551766d985f",
  "IntentPropertyID": "sample string 9",
  "Source": "b82fadfa-b1cf-4947-a038-c1ba7d0f1fde",
  "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": "0c45e47f-6abc-4a39-9a67-039ceadfd12c",
  "AppID": "sample string 23",
  "AuxiliaryID": "72d3bea5-5c6a-4b15-8d21-f51e12e58ba5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.