Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.97 KB

File metadata and controls

25 lines (22 loc) · 1.97 KB

AddSalesOrderCorrectionRequest

Properties

Name Type Description Notes
sales_order_correction_request_id str
sales_order_id str
price_per_piece Price [optional]
package Package [optional]
number_of_pieces int [optional]
pieces_per_package int [optional]
incoterm Incoterm [optional]
should_return_packages bool This field is not implemented yet. Determines whether the packages are returned to the supplier; in previous API versions, the default value was true. Can only be used when the sales order correction request is a cancellation request.
reason str [optional]
created_by_user str Used to associate an existing Floriday account with the created correction request. The user will be shown within the Floriday portal as the created user. [optional]
intended_for_customer_user str Used to associate an existing Floriday account with the created correction request. The user will be shown within the Floriday portal as the customer user. [optional]
is_cancel_request bool
created_by_user_name str Name of the contact person responsible for the sales order correction request [optional]
stock_application SalesOrderCorrectionStockApplication [optional]
expires_at_date_time datetime Date time on which the sales order correction expires. By default, the expiry date is set to the next workday at 18:00.
latest_delivery_date_time datetime [optional]
delivery_location AddDeliveryLocation [optional]

[Back to Model list] [Back to API list] [Back to README]