Retrieves information (data type, maximum length, possible values, whether the field is required, etc.) about fields of the specified entity.
TypeCode required | string Enter the type code of the entity you want to retrieve information for. See the list of Type Codes in the Pricefx Knowledge Base article. Example: P |
OK
{- "response": {
- "node": "string",
- "data": [
- {
- "name": "string",
- "typeCode": "string",
- "massEditable": true,
- "bulkLoadable": true,
- "businessKey": [
- { }
], - "fields": { }
}
], - "status": 0
}
}