POST api/ReimbursementRate

Request Information

URI Parameters

None.

Body Parameters

MPW.DataAccess.Models.ReimbursementRateModel
NameDescriptionTypeAdditional information
Id

integer

None.

Description

string

None.

FedBreakfastF

decimal number

None.

FedBreakfastR

decimal number

None.

FedBreakfastP

decimal number

None.

FedLunchF

decimal number

None.

FedLunchR

decimal number

None.

FedLunchP

decimal number

None.

FedSevereF

decimal number

None.

FedSevereR

decimal number

None.

FedSevereP

decimal number

None.

FedSnackF

decimal number

None.

FedSnackR

decimal number

None.

FedSnackP

decimal number

None.

FedMilkF

decimal number

None.

FedMilkP

decimal number

None.

StateBreakfastF

decimal number

None.

StateBreakfastR

decimal number

None.

StateBreakfastP

decimal number

None.

StateLunchF

decimal number

None.

StateLunchR

decimal number

None.

StateLunchP

decimal number

None.

PLS_SupperF

decimal number

None.

PLS_SupperR

decimal number

None.

PLS_SupperP

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Description": "sample string 2",
  "FedBreakfastF": 3.0,
  "FedBreakfastR": 4.0,
  "FedBreakfastP": 5.0,
  "FedLunchF": 6.0,
  "FedLunchR": 7.0,
  "FedLunchP": 8.0,
  "FedSevereF": 9.0,
  "FedSevereR": 10.0,
  "FedSevereP": 11.0,
  "FedSnackF": 12.0,
  "FedSnackR": 13.0,
  "FedSnackP": 14.0,
  "FedMilkF": 15.0,
  "FedMilkP": 16.0,
  "StateBreakfastF": 17.0,
  "StateBreakfastR": 18.0,
  "StateBreakfastP": 19.0,
  "StateLunchF": 20.0,
  "StateLunchR": 21.0,
  "StateLunchP": 22.0,
  "PLS_SupperF": 23.0,
  "PLS_SupperR": 24.0,
  "PLS_SupperP": 25.0
}

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.