POST api/cep/WriteCEPMealValues

Request Information

URI Parameters

None.

Body Parameters

MPW.DataAccess.Models.CEPBulkProcessingModel
NameDescriptionTypeAdditional information
FiscalYear

integer

None.

Site

string

None.

TotalParticipation

integer

None.

FreeMeals

integer

None.

PaidMeals

integer

None.

ServingDate

date

None.

MealType

MPW.Common.Enumeration.MealTypeEnum

None.

ReimbursableItem

string

None.

HasBeenProcessed

boolean

None.

SiteStudents

integer

None.

IsISPNull

boolean

None.

IsBulk

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "FiscalYear": 1,
  "Site": "sample string 2",
  "TotalParticipation": 3,
  "FreeMeals": 4,
  "PaidMeals": 5,
  "ServingDate": "2026-01-18T01:35:07.0865023-05:00",
  "MealType": 0,
  "ReimbursableItem": "sample string 7",
  "HasBeenProcessed": true,
  "SiteStudents": 9,
  "IsISPNull": true,
  "IsBulk": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.