Calling update Records to change jobOpeningStatus has no effect?

Calling update Records to change jobOpeningStatus has no effect?

When jobOpening expires, I need to call the api to change the job status, but nothing changes after calling the api.


<JobOpenings><row no="1"><FL val="Id">351057000022****</FL><FL val="Publish">false</FL><FL val="Job Opening Status">Inactive</FL></row></JobOpenings >

{ statusCode: 200,
  data:
   { response:
      { result: [Object],
        uri: '/recruit/private/json/JobOpenings/updateRecords' } } }

In zoho jobOpening page:
Job Opening Status In-progress 


How can i change it?