PUT api/customer/{userId}/projects/{projectId}

same with post but change what u want

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

string

Required

projectId

integer

Required

Body Parameters

GetPostPutCustomerProject
NameDescriptionTypeAdditional information
id

integer

None.

name

string

Required

theme

string

Required

country

string

None.

city

string

None.

perDomain

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "theme": "sample string 3",
  "country": "sample string 4",
  "city": "sample string 5",
  "perDomain": 6
}

application/xml, text/xml

Sample:
<GetPostPutCustomerProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraudWezom_v1.Controllers.Customer">
  <city>sample string 5</city>
  <country>sample string 4</country>
  <id>1</id>
  <name>sample string 2</name>
  <perDomain>6</perDomain>
  <theme>sample string 3</theme>
</GetPostPutCustomerProject>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.