POST
/
api
/
v1
/
sov
/
update
/
{id}
/
add_locations
Add Locations to SOV Update Job
curl --request POST \
  --url https://api.sovfixer.com/api/v1/sov/update/{id}/add_locations \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
string
required

Body

file
file
required

CSV file containing locations to add to the reoutput job (.csv). Any Building-level attributes will be processed (must include item_key OR sheet_name and sheet_row_number). Subclasses can be specified on limits__orig_limits fields using <attr>:<subclass> syntax.

Response

message
string
required

API Message.