I think you have to tell us a little more about what you mean by custom sysstemID ?
All the records in Business Central have a SystemID that is assigned to the record when it is first inserted into a table,
So when you insert data into a table through an API you will not need to give a value for that field. The value will be assigned as part of the insert process and returned to you through the API.