PUT api/PortalAdmin/Customer/Update

Request Information

URI Parameters

None.

Body Parameters

PortalCustomer_UpdateBinddingModel
NameDescriptionTypeAdditional information
PortalId

integer

Required

FullName

string

Required

ImageURL

string

None.

Email

string

None.

Address

string

None.

IsLock

boolean

Required

StatusId

byte

Required

Description

string

None.

Id

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "portalId": 1,
  "fullName": "sample string 2",
  "imageURL": "sample string 3",
  "email": "sample string 4",
  "address": "sample string 5",
  "isLock": true,
  "statusId": 64,
  "description": "sample string 8",
  "id": 9
}

application/xml, text/xml

Sample:
<PortalCustomer_UpdateBinddingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Portal">
  <Address>sample string 5</Address>
  <Description>sample string 8</Description>
  <Email>sample string 4</Email>
  <FullName>sample string 2</FullName>
  <Id>9</Id>
  <ImageURL>sample string 3</ImageURL>
  <IsLock>true</IsLock>
  <PortalId>1</PortalId>
  <StatusId>64</StatusId>
</PortalCustomer_UpdateBinddingModel>

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.