I am attempting to create new locations using the REST Web-services Endpoint. I want to create a new location however I don't have the “CustomerID” for the location I am creating. Rather I have the Customer NoteID which is the ID returned from the Get request against the customer endpoint.
Is it possible to use the unique customer identifier vs the companyID ?
Page 1 / 1
Hi @Thomas Finney ,
yes we can use the “Id” and create the location using Customer entity,
We can also use customer location screen directly and create the record with below rest API code. This would be single API call and we can use customer name directly in the request. Internally Acumatica would create a note ID reference between customer and customer location record.