Overview

Update the geocode status of the parent record

Summary

This request will update the geocode status of the parent record

Request Arguments

Name Type Description Required
id String The parent record's id True
module String The parent record's module True
status String The parent record's status True
fieldName String The parent record's fieldName True

Request

{
   "id":"a8f7ha83-asf98f983a-asf8has98f-a38fh3a8f",
   "module":"Accounts",
   "status":"LBL_MAPS_GEOCODED",
   "fieldName":"geocode_status_c",
}

Response Arguments

Name Type Description
valid Boolean Returns the success of the status change.

Response

{
    "valid":true
}