PUT api/Customers/Activate/{id}/{activation}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

activation

boolean

Required

Body Parameters

None.

Response Information

Resource Description

CustomerResponse
NameDescriptionTypeAdditional information
Id

integer

None.

Code

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Code": "sample string 2",
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<CustomerResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels">
  <Code>sample string 2</Code>
  <Id>1</Id>
  <Message>sample string 3</Message>
</CustomerResponse>