CreateContentObjectField

Registers and creates a new Content Object Field record in the database.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The input command payload containing target properties.

Command model containing request payload details to execute operations on the target resource.

string
^-?(?:0|[1-9]\d*)$

Gets or sets the field id.

string
^-?(?:0|[1-9]\d*)$

Gets or sets the object id.

string
enum

Allowed values: Unique_Code (0), Single_Line_Text (10), Long_Text (20), Rich_Text (30), Single_Select (40), Multiple_Select (50), List (60), Numeric (70), Decimal (80), Bit (90), Date (100), Email (110), Phone_Number (120), Url (130), Price (140), Percent (150), Duration (160), Size (170), Picture (180), Document (190), Formula (200).

string | null

Gets or sets the code.

string | null

Gets or sets the name.

string
^-?(?:0|[1-9]\d*)$

Gets or sets the sort order.

string | null

Gets or sets the mapping.

string | null

Gets or sets the restrictions.

string
enum

Allowed values: String (0), CustomObject (10), ContentEntity (20), Storefront (30).

Allowed:
string
^-?(?:0|[1-9]\d*)$

Gets or sets the value type id.

string | null

Gets or sets the values.

valueList
array of strings | null

Gets or sets the value list.

valueList
string | null

Gets or sets the default value.

boolean

Gets or sets the is grid item.

string | null

Gets or sets the environment.

string | null

Gets or sets the application ip.

string | null

Gets or sets the user token.

string | null

Gets or sets the session id.

string
^-?(?:0|[1-9]\d*)$

Gets or sets the user id.

string | null

Gets or sets the user ip.

string | null

Gets or sets the thread id.

string
enum

Allowed values: Draft (0), Active (1), Unknown (-999), Deleted (-99), Blocked (-12), Freezed (-11), Test (-9), Passive (-1).

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Response
200

An IActionResult indicating the operation outcome.

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!