POST api/WebDesignerRepository/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
StoreRepoItemItemArgsName | Description | Type | Additional 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": "2025-04-09T09:32:43.683352+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>2025-04-09T09:32:43.683352+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
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |