POST api/UpdateCustomerTakeAddress

Request Information

URI Parameters

None.

Body Parameters

CustomerTakeAddressModel
NameDescriptionTypeAdditional information
Iden

integer

None.

Address

string

None.

Phone

string

None.

Fax

string

None.

Contact

string

None.

Request Formats

application/json, text/json, multipart/form-data, application/json-patch+json, text/plain

Sample:
{
  "iden": 1,
  "address": "sample string 2",
  "phone": "sample string 3",
  "fax": "sample string 4",
  "contact": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data, application/json-patch+json, text/plain

Sample:

Sample not available.