Investigate: API change in 10.0.7, unable to create company with phone number?

Status: Solved

Steps to Reproduce
From: D.Super
Hidden Process for these tickets: https://superofficenorge.sharepoint.com/:w:/s/DeveloperExperienceGroup/EWsNxR-DqQ9Js-XOUmVdNE8BzrYCeL4dqhXK14Gq7WT2TA?e=dC19hF
Contact - name D.Super
Company name Cadix
Contact - e-mail d.super@cadix.nl
CustId - ContextIdentifier Cust38192
What happens? Right now it doesn't look like it's possible to create a new company with a phone number via the REST API. As described here https://github.com/SuperOffice/SuperOffice.WebApi-Samples/issues/12 in the GitHub issue, it returns the following error: "Object reference not set to an instance of an object"
Upload screenshot(s)
Consent - STORE true

From: (Submit SOD problem form)
Info on tenant: 38192

Tenant is running - move to fileset queue
CustId: Cust38192
Running: true
State: Running
Netserver: Release_10.0.7_2022.03.02-10
Netserver version: 10.0.7.664
Netserver date: 0001-01-01
Netserver assembly: 10.0.0.0
Version: v1
Comments
Fixing API to do lookups based on Name if the id is 0.

This is now acceptable JSON - will look up list item ids since they are not specified:
{  "Name": "New Company",
   "Business": {
       "Value": "Finance"
 
  },
 
   "Category": {
       "Value": "Supplier"
 
  },
 
   "Country": {
       "Name": "Netherlands"
  },
  "Associate": {
       "Name": "JJ"
   }
}
Details
Issue id 25308
Registered 4 Mar 2022
Last modified 20 Apr 2022
Severity High
Area Sales
Status Solved
Target release CRM Online 10.1.1
Released date 29 Mar 2022
Type Bug