# Create an Object Creates an object. Only one object can be added per request (unless batched). >Information: Some object types may be blocked from being added by the update command as special processing is done by a dedicated manager command. Endpoint: POST /add/{TypeCode} Security: basic, X-PriceFx-jwt ## Path parameters: - `TypeCode` (string, required) The object's type code. See the list of Type Codes. ## Request fields (application/json): - `data` (object, required) The initial values of the object. The request needs to contain all fields that are part of the business key for that object and all non-nullable fields. - `operation` (string, required) Must be add, null, or omitted. ## Response 200 fields