Im using web service to create Course registration attendancess.
The page i use is Course Registration Lines.
This is my code.
$CourseAttendant = [
'Kursusnummer' => '4700', //course ID
'Deltager_firma' => '17414', //Company ID
'Deltager_nummer' => '17415' //Customer ID
];
$CourseAttendant->Create(['CourseRegistrationAttendess' => $CourseAttendant]);
But i receive error " Uncaught SoapFault exception: [a:Microsoft.Dynamics.Nav.Types.Exceptions.NavCSideRecordNotFoundException] The Registration Header does not exist. Identification fields and values: Nummer="
Does anyone know, how to insert course registration with web service?
Thanks,
*This post is locked for comments