PUT api/CatalogFields/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
Body Parameters
CatalogFieldData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CatalogId | globally unique identifier |
None. |
|
| ProductCustomFieldId | globally unique identifier |
None. |
|
| DisplayOrder | integer |
None. |
|
| IsDeleted | integer |
None. |
|
| Identifier | string |
None. |
|
| Updated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "cb0e356b-6163-4aca-b21d-974b44232d27",
"CatalogId": "ab44871c-1c7e-4130-b5e4-a10fd5080331",
"ProductCustomFieldId": "a224a8eb-e163-416e-840b-b7eb43ab814e",
"DisplayOrder": 3,
"IsDeleted": 1,
"Identifier": "sample string 4",
"Updated": "2025-12-15T23:41:13.0331233-05:00"
}
application/xml, text/xml
Sample:
<CatalogFieldData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models"> <CatalogId>ab44871c-1c7e-4130-b5e4-a10fd5080331</CatalogId> <DisplayOrder>3</DisplayOrder> <Id>cb0e356b-6163-4aca-b21d-974b44232d27</Id> <Identifier>sample string 4</Identifier> <IsDeleted>1</IsDeleted> <ProductCustomFieldId>a224a8eb-e163-416e-840b-b7eb43ab814e</ProductCustomFieldId> <Updated>2025-12-15T23:41:13.0331233-05:00</Updated> </CatalogFieldData>
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. |