POST api/dashboard/capacity/activityDetails

Request Information

URI Parameters

None.

Body Parameters

CapacityActivityModel
NameDescriptionTypeAdditional information
User_Id

integer

None.

Vendor_Id

integer

None.

Category_Id

integer

None.

Brand_Id

integer

None.

Factory_Id

integer

None.

Week

integer

None.

Year

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "User_Id": 1,
  "Vendor_Id": 2,
  "Category_Id": 3,
  "Brand_Id": 4,
  "Factory_Id": 5,
  "Week": 6,
  "Year": 7
}

application/xml, text/xml

Sample:
<CapacityActivityModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BKSource2Api.Models">
  <Brand_Id>4</Brand_Id>
  <Category_Id>3</Category_Id>
  <Factory_Id>5</Factory_Id>
  <User_Id>1</User_Id>
  <Vendor_Id>2</Vendor_Id>
  <Week>6</Week>
  <Year>7</Year>
</CapacityActivityModel>

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.