POST v1/ASANUSCaseCartService/FWL/WebDesignerRepository/{id}
Documentation for 'StoreItemContent'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | Documentation for 'id'. |
Define this parameter in the request URI. |
| storeParams | Documentation for 'storeParams'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"InternalID": "sample string 1",
"Descriptor": "sample string 2",
"Type": "sample string 3",
"LastModificationUTC": "2026-04-18T14:14:25.9620019+02:00",
"Payload": "QEBA"
}
text/xml
Sample:
<StoreRepoItemItemArgs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/combit.ListLabel22.Web.WebDesigner.Client"> <Descriptor>sample string 2</Descriptor> <InternalID>sample string 1</InternalID> <LastModificationUTC>2026-04-18T14:14:25.9620019+02:00</LastModificationUTC> <Payload>QEBA</Payload> <Type>sample string 3</Type> </StoreRepoItemItemArgs>
application/x-www-form-urlencoded
Sample:
Sample not available.