POST api/Language

Request Information

URI Parameters

None.

Body Parameters

MPW.DataAccess.Models.LanguageFieldModel
NameDescriptionTypeAdditional information
Id

integer

None.

NotificationFree

string

None.

NotificationReduced

string

None.

NotificationTempReduced

string

None.

NotificationDeniedIncomplete

string

None.

NotificationDeniedMoney

string

None.

TemporaryFree

string

None.

TemporaryReduced

string

None.

Status2Description

string

None.

Status3Description

string

None.

NotificationDeclinedBenefits

string

None.

NotificationGracePeriod

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "NotificationFree": "sample string 2",
  "NotificationReduced": "sample string 3",
  "NotificationTempReduced": "sample string 4",
  "NotificationDeniedIncomplete": "sample string 5",
  "NotificationDeniedMoney": "sample string 6",
  "TemporaryFree": "sample string 7",
  "TemporaryReduced": "sample string 8",
  "Status2Description": "sample string 9",
  "Status3Description": "sample string 10",
  "NotificationDeclinedBenefits": "sample string 11",
  "NotificationGracePeriod": "sample string 12"
}

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.