POST api/Utskott

Request Information

URI Parameters

None.

Body Parameters

UtskottEditDto
NameDescriptionTypeAdditional information
RollId

globally unique identifier

None.

Text

string

None.

IsSms

boolean

None.

IsEmail

boolean

None.

IsAktuellt

boolean

None.

Subject

string

None.

Recipients

Collection of RecipientDto

None.

FileNames

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "rollId": "1e06b853-2410-464c-a1b8-1fda1e136e83",
  "text": "sample string 2",
  "isSms": true,
  "isEmail": true,
  "isAktuellt": true,
  "subject": "sample string 6",
  "recipients": [
    {
      "name": "sample string 1",
      "type": "sample string 2",
      "id": "4e9cfcc7-b33b-42e7-8f85-45717414d5d7"
    },
    {
      "name": "sample string 1",
      "type": "sample string 2",
      "id": "4e9cfcc7-b33b-42e7-8f85-45717414d5d7"
    }
  ],
  "fileNames": [
    "sample string 1",
    "sample string 2"
  ]
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.