POST api/FoodSystemsTranslation/GetUserFoodSystemByDay_v2

Request Information

URI Parameters

None.

Body Parameters

UserFoodSystemByDayDTO
NameDescriptionTypeAdditional information
accountId

integer

Required

Range: inclusive between 220 and 2147483647

dayId

integer

Required

Range: inclusive between 1 and 7

date

date

None.

language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "accountId": 1,
  "dayId": 2,
  "date": "2026-04-12T18:02:11.6642774+03:00",
  "language": "sample string 1"
}

text/plain, application/octet-stream

Sample:
{"accountId":1,"dayId":2,"date":"2026-04-12T18:02:11.6642774+03:00","language":"sample string 1"}

application/xml, text/xml

Sample:
<UserFoodSystemByDayDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RashakaApi.Modules.FoodSystems.DTO">
  <accountId>1</accountId>
  <date>2026-04-12T18:02:11.6642774+03:00</date>
  <dayId>2</dayId>
  <language>sample string 1</language>
</UserFoodSystemByDayDTO>

multipart/form-data, application/form-data

Sample:
<UserFoodSystemByDayDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RashakaApi.Modules.FoodSystems.DTO"><accountId>1</accountId><date>2026-04-12T18:02:11.6642774+03:00</date><dayId>2</dayId><language>sample string 1</language></UserFoodSystemByDayDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/plain, application/octet-stream, application/xml, text/xml, multipart/form-data, application/form-data

Sample:

Sample not available.