POST api/Collection/CreateCollection

Request Information

URI Parameters

None.

Body Parameters

LLRCollection
NameDescriptionTypeAdditional information
Id

integer

None.

CollectionName

string

None.

OwnerUserId

string

None.

VersionId

integer

None.

LearningLanguageLocale

string

None.

MotherLanguageLocale

string

None.

Description

string

None.

LastUpdatedDateTime

date

None.

PanelColor

string

None.

LearningLanguageLocaleDisplayCode

string

None.

MotherLanguageLocaleDisplayCode

string

None.

Deleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "collectionName": "sample string 2",
  "ownerUserId": "sample string 3",
  "versionId": 4,
  "learningLanguageLocale": "sample string 5",
  "motherLanguageLocale": "sample string 6",
  "description": "sample string 7",
  "lastUpdatedDateTime": "2025-12-08T02:39:59.3057422-08:00",
  "panelColor": "sample string 9",
  "learningLanguageLocaleDisplayCode": "sample string 10",
  "motherLanguageLocaleDisplayCode": "sample string 11",
  "deleted": true
}

application/xml, text/xml

Sample:
<LLRCollection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web.Services.Models">
  <CollectionName>sample string 2</CollectionName>
  <Deleted>true</Deleted>
  <Description>sample string 7</Description>
  <Id>1</Id>
  <LastUpdatedDateTime xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-08T10:39:59.3057422Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>-480</d2p1:OffsetMinutes>
  </LastUpdatedDateTime>
  <LearningLanguageLocale>sample string 5</LearningLanguageLocale>
  <LearningLanguageLocaleDisplayCode>sample string 10</LearningLanguageLocaleDisplayCode>
  <MotherLanguageLocale>sample string 6</MotherLanguageLocale>
  <MotherLanguageLocaleDisplayCode>sample string 11</MotherLanguageLocaleDisplayCode>
  <OwnerUserId>sample string 3</OwnerUserId>
  <PanelColor>sample string 9</PanelColor>
  <VersionId>4</VersionId>
</LLRCollection>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.