POST api/User/AddAdderss

Request Information

URI Parameters

None.

Body Parameters

tb_address
NameDescriptionTypeAdditional information
Id

integer

None.

Province

string

None.

City

string

None.

Area

string

None.

Address

string

None.

IsDefault

integer

None.

UserId

integer

None.

ContactName

string

None.

ContactPhone

string

None.

Remark

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Province": "sample string 2",
  "City": "sample string 3",
  "Area": "sample string 4",
  "Address": "sample string 5",
  "IsDefault": 6,
  "UserId": 7,
  "ContactName": "sample string 8",
  "ContactPhone": "sample string 9",
  "Remark": "sample string 10"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MessageModelOfObject
NameDescriptionTypeAdditional information
state

integer

None.

message

string

None.

body

Object

None.

bodyT2

Object

None.

key

string

None.

dServersFee

decimal number

None.

IsCharge

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "state": 1,
  "message": "sample string 2",
  "body": {},
  "bodyT2": {},
  "key": "sample string 5",
  "dServersFee": 6.0,
  "IsCharge": true
}