I appear to be having the same issue as described in this post from 2021.
PUT
{
"type": "TEXT_NUMBER",
"systemColumnType": "AUTO_NUMBER",
"index": 1,
"title": "Auto",
"autoNumberFormat": {
"prefix": "10",
"fill": "000",
"startingNumber": 1,
"suffix": ""
}
}
is returning
{ "message": "SUCCESS", "resultCode": 0, "version": 245, "result": { "id": 975110288920452, "index": 1, "systemColumnType": "AUTO_NUMBER", "title": "Auto", "type": "TEXT_NUMBER", "validation": false, "width": 115, "autoNumberFormat": { "prefix": "10", "fill": "000", "suffix": "" } }}
The starting number isn't referenced when I use the GET operation either.
Any advice or solutions would be warmly welcomed!