POST ... ... Authorization: You must be logged in to view this information ...
POST /api/items?encoding=UTF-8&clear_items_not_modified=true HTTP/1.1 ... data...
POST /api/items HTTP/1.1 Host: account.mydsomanager.com ... Authorization: You must be logged in to view this information ... "item_type";"item_number";"client_code";"item_date_issue";"item_date_issue";"item_amount_initial_inc_tax";"item_currency" "FAC";"00000123";"C0001";"2025-06-16";"2025-06-23";"6 580,10";"USD" ...
POST /api/clients HTTP/1.1 Host: account.mydsomanager.com ... Authorization: You must be logged in to view this information ... "client_business_name";"client_code";"client_id";"client_address_country" "My company";"C0001";"FR12345678";"France" ...
POST /api/contacts HTTP/1.1 Host: account.mydsomanager.com ... Authorization: You must be logged in to view this information ... "contact_firstname";"contact_lastname";"contact_role";"client_code" "Mike";"Jackson";"other";"C0001" ...
POST /api/users HTTP/1.1 Host: account.mydsomanager.com ... Authorization: You must be logged in to view this information ... "user_firstname";"user_lastname";"client_code" "John";"Roy";"C0001" ...
{ "success": "true", "nb_client_added": 0, "nb_client_modified": 0, "nb_contact_added": 0, "nb_item_added": 5, "nb_item_modified": 2, "nb_user_added": 0, "nb_user_modified": 0, "exception_lines": { "line 3": "Column count doesn't match (defined=8, found=10)", }, }