# Adjust Subcontract Markups Adjusts the markup for a specific product within a subcontract. The subContractId is required to identify which subcontract’s markup is being modified. Endpoint: POST /SubContractMarkups Version: 1.0.0 Security: bearerAuth ## Request fields (application/json): - `adjustment` (number) - `productId` (string) Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6" - `subContractId` (string, required) Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6" ## Response 200 fields (application/json): - `success` (boolean) Example: true - `message` (string) Example: "Markup adjustment saved successfully"