PUT api/CatalogPackage/{Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

globally unique identifier

Required

Body Parameters

CatalogPackageData
NameDescriptionTypeAdditional 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": "6402b343-362a-4902-ade5-703bde9ccdc1",
  "CatalogId": "ff4e5646-8df8-4d32-b6af-3240fdda2ac9",
  "PackageId": "693766ec-59cb-485e-9ba2-693876d22515",
  "DisplayOrder": 3,
  "Identifier": "sample string 4",
  "Updated": "2025-10-26T03:17:42.7880604-04: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>ff4e5646-8df8-4d32-b6af-3240fdda2ac9</CatalogId>
  <DisplayOrder>3</DisplayOrder>
  <Id>6402b343-362a-4902-ade5-703bde9ccdc1</Id>
  <Identifier>sample string 4</Identifier>
  <IsDeleted>1</IsDeleted>
  <PackageId>693766ec-59cb-485e-9ba2-693876d22515</PackageId>
  <Updated>2025-10-26T03:17:42.7880604-04:00</Updated>
</CatalogPackageData>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CatalogPackageData'.

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.