POST api/WebDesignerRepository/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

StoreRepoItemItemArgs
NameDescriptionTypeAdditional information
InternalID

string

Required

Descriptor

string

Required

Type

string

Required

String length: inclusive between 0 and 100

LastModificationUTC

date

None.

Payload

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "InternalID": "sample string 1",
  "Descriptor": "sample string 2",
  "Type": "sample string 3",
  "LastModificationUTC": "2024-10-08T19:22:18.0078745+02:00",
  "Payload": "QEA="
}

application/xml, text/xml

Sample:
<StoreRepoItemItemArgs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/combit.ListLabel25.Web.WebDesigner.Client">
  <Descriptor>sample string 2</Descriptor>
  <InternalID>sample string 1</InternalID>
  <LastModificationUTC>2024-10-08T19:22:18.0078745+02:00</LastModificationUTC>
  <Payload>QEA=</Payload>
  <Type>sample string 3</Type>
</StoreRepoItemItemArgs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.