PUT api/CatalogPackage/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
Body Parameters
CatalogPackageData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CatalogId | globally unique identifier |
None. |
|
| PackageId | globally unique identifier |
None. |
|
| DisplayOrder | integer |
None. |
|
| Identifier | string |
None. |
|
| Updated | date |
None. |
|
| IsDeleted | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "a99bbf3a-cc14-4d87-b3a1-682efe7d14d8",
"CatalogId": "977fe6b7-5e95-4bff-85fb-d83354081af9",
"PackageId": "0f43172a-5502-47b5-9450-5108a95bdaf1",
"DisplayOrder": 3,
"Identifier": "sample string 4",
"Updated": "2025-12-15T23:40:06.151601-05:00",
"IsDeleted": 1
}
application/xml, text/xml
Sample:
<CatalogPackageData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models"> <CatalogId>977fe6b7-5e95-4bff-85fb-d83354081af9</CatalogId> <DisplayOrder>3</DisplayOrder> <Id>a99bbf3a-cc14-4d87-b3a1-682efe7d14d8</Id> <Identifier>sample string 4</Identifier> <IsDeleted>1</IsDeleted> <PackageId>0f43172a-5502-47b5-9450-5108a95bdaf1</PackageId> <Updated>2025-12-15T23:40:06.151601-05:00</Updated> </CatalogPackageData>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | 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. |