POST api/CustomerPersonShippingAddress/Insert

Request Information

URI Parameters

None.

Body Parameters

CustomerPersonShippingAddressData
NameDescriptionTypeAdditional information
PersonShippingID

integer

None.

PersonID

integer

None.

ShippingCountryID

integer

None.

ShippingCountryName

string

None.

ShippingStateID

integer

None.

ShippingStateName

string

None.

ShippingZipcodeID

integer

None.

ShippingCityID

integer

None.

ShippingAddress

string

None.

ShippingTel

string

None.

ShippingName

string

None.

ShippingIsMain

boolean

None.

ShippingCityName

string

None.

ShippingZipcodeNo

string

None.

ShippingAddress2

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PersonShippingID": 1,
  "PersonID": 2,
  "ShippingCountryID": 3,
  "ShippingCountryName": "sample string 4",
  "ShippingStateID": 1,
  "ShippingStateName": "sample string 5",
  "ShippingZipcodeID": 1,
  "ShippingCityID": 1,
  "ShippingAddress": "sample string 6",
  "ShippingTel": "sample string 7",
  "ShippingName": "sample string 8",
  "ShippingIsMain": true,
  "ShippingCityName": "sample string 10",
  "ShippingZipcodeNo": "sample string 11",
  "ShippingAddress2": "sample string 12"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.