サポートされる製品
サポートされる製品
必須スコープ
必須スコープ
crm.objects.carts.writecrm.objects.orders.writecrm.objects.users.writecrm.pipelines.orders.writecrm.schemas.appointments.writecrm.schemas.carts.writecrm.schemas.commercepayments.writecrm.schemas.companies.writecrm.schemas.contacts.writecrm.schemas.courses.writecrm.schemas.deals.writecrm.schemas.invoices.writecrm.schemas.listings.writecrm.schemas.orders.writecrm.schemas.services.writecrm.schemas.subscriptions.writee-commerceticketstickets.highly_sensitive.v2tickets.sensitive.v2Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Body
HubSpotに表示される、人間が読めるプロパティーラベル。
プロパティーのデータ型。
bool, date, datetime, enumeration, number, phone_number, string プロパティーが含まれているプロパティーグループの名前。
このAPIを使用してプロパティーを参照する際に使用する必要がある内部プロパティー名。
HubSpotでのプロパティーの表示が制御されます。
booleancheckbox, calculation_equation, checkbox, date, file, html, number, phonenumber, radio, select, text, textarea trueの場合、このオプションはフォーム、ボット、またはミーティング設定ページに表示されません。コンタクト、会社、チケット、およびカスタムオブジェクトの列挙プロパティーではサポートされています。
プロパティーは、最も小さい正の整数値を先頭に表示されます。「-1」という値にすると、そのプロパティーは全ての正の値よりも後に表示されます。
HubSpotにヘルプテキストとして表示されるプロパティーの説明。
HubSpotフォームにプロパティーを使用できるかどうか。
non_sensitive, sensitive, highly_sensitive 「externalOptions」がtrueの場合、「OWNER」に設定する必要があります。これにより、現在のHubSpotユーザーのオプション値が動的にプロパティーに取り込まれます。
プロパティーの有効なオプションのリスト。このフィールドは列挙型のプロパティーに必要です。
計算プロパティーの計算に使用される式を表します。
プロパティーの値が固有である必要があるかどうか。設定すると、変更はできません。
「列挙」タイプのプロパティーにのみ適用されます。「referencedObjectType」が「OWNER」の場合はtrueに設定する必要があります。それ以外の場合はfalseに設定します。
Response
successful operation
A HubSpot property
{
"displayOrder": 2,
"fieldType": "select",
"formField": true,
"groupName": "contactinformation",
"hasUniqueValue": false,
"hidden": false,
"label": "My Contact Property",
"modificationMetadata": {
"archivable": true,
"readOnlyDefinition": false,
"readOnlyOptions": false,
"readOnlyValue": false
},
"name": "my_contact_property",
"options": [
{
"description": "Choice number one",
"displayOrder": 1,
"hidden": false,
"label": "Option A",
"value": "A"
},
{
"description": "Choice number two",
"displayOrder": 2,
"hidden": false,
"label": "Option B",
"value": "B"
}
],
"type": "enumeration"
}