UDFValue REST Endpoints

UDFValue

A user defined field value represents the value of a particular user defined field when assigned to another business object. The ForeignObjectId field represents the ObjectId of the business object to which the UDF is assigned. Note that the type of the foreign business object must match the subject area of the associated UDFType.

Create UDFValue
Method: post
Path: /udfValue
Delete UDFValue
Method: delete
Path: /udfValue
Read UDFValues
Method: get
Path: /udfValue
Update UDFValue
Method: put
Path: /udfValue
View UDFValue Field Length
Method: get
Path: /udfValue/getFieldLength/{fieldName}
View UDFValue fields
Method: get
Path: /udfValue/fields