Command, Introduced in version 24.5
POST https://localhost:8001/sv/001.1/api/v1/Common/Commands/CreateExtraField
Create the extra field for an entity.
Returns EntityCommandResponse
The root entity id of the response is the business key identifier of the entity that extra field created for.
The entity id of the response is the same as root entity id.
Properties
Name |
Type |
Summary |
Introduced in |
EntityId |
Int64 |
The business key identifier of the entity to create the extra field.
|
|
EntityType |
Int32 |
The type of entity to create extra field.
- ProductRecord: 0
- CaseEntry: 1
- Part: 2 (Introduced in version 2.29)
- FixedAsset: 3 (Introduced in version 2.37)
- Project: 4 (Introduced in version 2.37)
- Customer: 5 (Introduced in version 2.37)
- Supplier: 6 (Introduced in version 2.37)
- Company: 7 (Introduced in version 2.37)
- Person: 8 (Introduced in version 2.37)
- WorkCenter: 9 (Introduced in version 2.52)
- OperationRow: 10 (Introduced in version 22.5)
- MaterialRow: 11 (Introduced in version 23.9)
- ManufacturingOrderOperation: 12 (Introduced in version 24.5)
- ManufacturingOrderMaterial: 13 (Introduced in version 24.5)
- CustomerOrder: 14 (Introduced in version 25.2)
- Quote: 15 (Introduced in version 25.2)
- SalesBlanketOrder: 16 (Introduced in version 25.2)
- SalesAgreement: 17 (Introduced in version 25.2)
- SalesInvoice: 18 (Introduced in version 25.2)
- CustomerOrderRow: 19 (Introduced in version 25.2)
- QuoteRow: 20 (Introduced in version 25.2)
- SalesBlanketOrderRow: 21 (Introduced in version 25.2)
- SalesAgreementRow: 22 (Introduced in version 25.2)
- PurchaseOrder: 23 (Introduced in version 25.2)
- Inquiry: 24 (Introduced in version 25.2)
- PurchaseBlanketOrder: 25 (Introduced in version 25.2)
- PurchaseOrderRow: 26 (Introduced in version 25.2)
- InquiryRow: 27 (Introduced in version 25.2)
- PurchaseBlanketOrderRow: 28 (Introduced in version 25.2)
- Location: 29 (Introduced in version 25.4)
- Invalid: -1
|
|
Identifier |
String |
The identifier of the extra field template.
- Obsolete since version 25.2 (Replaced with ExtraFieldTemplateId)
|
|
ExtraFieldTemplateId |
Int64? |
The business key identifier of the extra field template.
|
Introduced in version 25.2 |
Example
{
"EntityId": 0,
"EntityType": 0,
"Identifier": null,
"ExtraFieldTemplateId": null
}