POST api/NPCPlans/ModifyPlan_Feeds

Request Information

URI Parameters

None.

Body Parameters

VO_Plan_Feeds
NameDescriptionTypeAdditional information
PFeedId

integer

None.

PlanId

integer

None.

PFTypeId

integer

None.

PFeedPreprationPlace

string

None.

PFeedAmount

decimal number

None.

SupplyPlaceId

integer

None.

UnitOfMeasureId

integer

None.

RialAmount

decimal number

None.

RialCoefId

integer

None.

FXAmount

decimal number

None.

FXUnitId

integer

None.

FXCoefId

integer

None.

ConversionRate

decimal number

None.

CreationDate

date

None.

FuelAmount

decimal number

None.

ProjectId

integer

None.

InnerMarkAmount

decimal number

None.

OuterMarkAmount

decimal number

None.

PlanRealStartUtilizationDate

date

None.

BackSourceAmount

decimal number

None.

ProjectName

string

None.

FeedName

string

None.

UnitOfMeasureName

string

None.

SupplyPlaceName

string

None.

Mode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PFeedId": 1,
  "PlanId": 2,
  "PFTypeId": 3,
  "PFeedPreprationPlace": "sample string 4",
  "PFeedAmount": 1.0,
  "SupplyPlaceId": 1,
  "UnitOfMeasureId": 1,
  "RialAmount": 1.1,
  "RialCoefId": 1,
  "FXAmount": 1.1,
  "FXUnitId": 1,
  "FXCoefId": 1,
  "ConversionRate": 1.1,
  "CreationDate": "2021-05-21T19:57:43.0390893+04:30",
  "FuelAmount": 6.1,
  "ProjectId": 1,
  "InnerMarkAmount": 1.1,
  "OuterMarkAmount": 1.1,
  "PlanRealStartUtilizationDate": "2021-05-21T19:57:43.0390893+04:30",
  "BackSourceAmount": 1.1,
  "ProjectName": "sample string 7",
  "FeedName": "sample string 8",
  "UnitOfMeasureName": "sample string 9",
  "SupplyPlaceName": "sample string 10",
  "Mode": "sample string 11"
}

application/xml, text/xml

Sample:
<VO_Plan_Feeds xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Parstasmim.BusinessValue.VO">
  <BackSourceAmount>1.1</BackSourceAmount>
  <ConversionRate>1.1</ConversionRate>
  <CreationDate>2021-05-21T19:57:43.0390893+04:30</CreationDate>
  <FXAmount>1.1</FXAmount>
  <FXCoefId>1</FXCoefId>
  <FXUnitId>1</FXUnitId>
  <FeedName>sample string 8</FeedName>
  <FuelAmount>6.1</FuelAmount>
  <InnerMarkAmount>1.1</InnerMarkAmount>
  <Mode>sample string 11</Mode>
  <OuterMarkAmount>1.1</OuterMarkAmount>
  <PFTypeId>3</PFTypeId>
  <PFeedAmount>1</PFeedAmount>
  <PFeedId>1</PFeedId>
  <PFeedPreprationPlace>sample string 4</PFeedPreprationPlace>
  <PlanId>2</PlanId>
  <PlanRealStartUtilizationDate>2021-05-21T19:57:43.0390893+04:30</PlanRealStartUtilizationDate>
  <ProjectId>1</ProjectId>
  <ProjectName>sample string 7</ProjectName>
  <RialAmount>1.1</RialAmount>
  <RialCoefId>1</RialCoefId>
  <SupplyPlaceId>1</SupplyPlaceId>
  <SupplyPlaceName>sample string 10</SupplyPlaceName>
  <UnitOfMeasureId>1</UnitOfMeasureId>
  <UnitOfMeasureName>sample string 9</UnitOfMeasureName>
</VO_Plan_Feeds>

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.