Command, Introduced in version 2.18
POST https://localhost:8001/sv/001.1/api/v1/Common/Commands/SetExtraFieldValues
Sets the extra field values for an entity.
Returns EntityCommandResponse
Root entity id of the response is the business key identifier of the entity that
extra values were set for.
Entity id of the response is same as root entity id.
Properties
Name |
Type |
Summary |
Introduced in |
EntityId |
Int64 |
The business key identifier of the entity to set extra field values for.
|
|
EntityType |
Int32 |
The type of entity to set extra field values for.
- 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
|
|
Values |
ExtraFieldValue[] |
The extra field values to set for the entity.
|
|
Example
{
"EntityId": 0,
"EntityType": 0,
"Values": null
}