POST api/customers/update

Request Information

URI Parameters

None.

Body Parameters

customer
NameDescriptionTypeAdditional information
id_customer

integer

None.

name

string

None.

address

string

None.

city

string

None.

postal_code

string

None.

country

string

None.

phone_number

string

None.

email

string

None.

other

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id_customer": 1,
  "name": "sample string 2",
  "address": "sample string 3",
  "city": "sample string 4",
  "postal_code": "sample string 5",
  "country": "sample string 6",
  "phone_number": "sample string 7",
  "email": "sample string 8",
  "other": "sample string 9"
}

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.