# Order partly delivered event Endpoint: POST OrderPartlyDeliveredEvent Version: 1.0.0 ## Request fields (application/json): - `ClientId` (integer, required) Client identifier - `ApplicationId` (integer, required) Application identifier - `OrderId` (integer, required) Norce internal id for the order - `OrderNo` (string, required) This is the order identifier usually from the erp-system. - `ClientOrderRef` (string, required) This is the quotation/basket id from Norce or any external order reference (when an external order). - `CellPhone` (string) This is the phone number of the buyer. - `FirstName` (string) This is the first name of the buyer. - `LastName` (string) This is the last name of the buyer. - `Source` (string, required) This is the source of the order. 'WEB' for Norce orders, name of marketplace or POS system is also possible.