GET api/FulfillmentPerformance/ListAllFFPerformanceVendor

List ListAllFFPerformanceVendor

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of FFPerformanceVendor
NameDescriptionTypeAdditional information
FFPerformanceVendorId

integer

None.

ContractId

integer

None.

FFPVYear

integer

None.

FFPVMonth

integer

None.

FFPVStartDate

date

None.

FFPVEndDate

date

None.

FFPVGoodPerformance

integer

None.

Response Formats

application/json, text/json

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