PUT api/ProductGallery/CustomerViewedUpdate
Request Information
URI Parameters
None.
Body Parameters
CustomerViewed_UpdateBinddingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerId | integer |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"customerId": 2,
"description": "sample string 3"
}
application/xml, text/xml
Sample:
<CustomerViewed_UpdateBinddingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Product"> <CustomerId>2</CustomerId> <Description>sample string 3</Description> <Id>1</Id> </CustomerViewed_UpdateBinddingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CustomerViewed_UpdateBinddingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerId | integer |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"customerId": 2,
"description": "sample string 3"
}
application/xml, text/xml
Sample:
<CustomerViewed_UpdateBinddingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Product"> <CustomerId>2</CustomerId> <Description>sample string 3</Description> <Id>1</Id> </CustomerViewed_UpdateBinddingModel>