PUT api/FulfillmentPerformance/UpdateFFPerformanceVendor

Update or Add FFPerformanceVendor (CDC)

Request Information

URI Parameters

None.

Body Parameters

FFPerformanceVendor
NameDescriptionTypeAdditional information
FFPerformanceVendorId

integer

None.

ContractId

integer

None.

FFPVYear

integer

None.

FFPVMonth

integer

None.

FFPVStartDate

date

None.

FFPVEndDate

date

None.

FFPVGoodPerformance

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ffPerformanceVendorId": 1,
  "contractId": 2,
  "ffpvYear": 3,
  "ffpvMonth": 4,
  "ffpvStartDate": "2025-12-08T04:04:03.3635304Z",
  "ffpvEndDate": "2025-12-08T04:04:03.3635304Z",
  "ffpvGoodPerformance": 1
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'FFPerformanceVendor'.

Response Information

Resource Description

None.