PUT api/Products/Demand/Process

Request Information

URI Parameters

None.

Body Parameters

ProductDemand_ProcessBinddingModel
NameDescriptionTypeAdditional information
Id

integer

Required

StatusId

byte

Required

Description

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "statusId": 64,
  "description": "sample string 3"
}

application/xml, text/xml

Sample:
<ProductDemand_ProcessBinddingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Product">
  <Description>sample string 3</Description>
  <Id>1</Id>
  <StatusId>64</StatusId>
</ProductDemand_ProcessBinddingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ProductDemand_ProcessBinddingModel
NameDescriptionTypeAdditional information
Id

integer

Required

StatusId

byte

Required

Description

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "statusId": 64,
  "description": "sample string 3"
}

application/xml, text/xml

Sample:
<ProductDemand_ProcessBinddingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Product">
  <Description>sample string 3</Description>
  <Id>1</Id>
  <StatusId>64</StatusId>
</ProductDemand_ProcessBinddingModel>