POST UpdateAddress

Request Information

URI Parameters

None.

Body Parameters

AddressContactInformation
NameDescriptionTypeAdditional information
menuControl

string

None.

userName

string

None.

userId

integer

None.

franchiseeAddressId

integer

None.

franchiseeId

integer

None.

officeId

integer

None.

addressLine1

string

None.

addressLine2

string

None.

city

string

None.

state

string

None.

country

string

None.

zipCode

string

None.

franchiseeContactId

integer

None.

businessTelephone

string

None.

fax

string

None.

Request Formats

application/json, text/json

Sample:
{
  "menuControl": "sample string 1",
  "userName": "sample string 2",
  "userId": 3,
  "franchiseeAddressId": 4,
  "franchiseeId": 5,
  "officeId": 6,
  "addressLine1": "sample string 7",
  "addressLine2": "sample string 8",
  "city": "sample string 9",
  "state": "sample string 10",
  "country": "sample string 11",
  "zipCode": "sample string 12",
  "franchiseeContactId": 13,
  "businessTelephone": "sample string 14",
  "fax": "sample string 15"
}

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.