Update location configurationput https://example.com/tax-config-api/config/v2/locations/{id}Update a location configuration. All elements are replaced.Path Paramsidstringrequiredlocation idBody ParamsFull replace of locationtaxAreaIdstringrequiredThe distinct tax area identifier for the location.locationCodestringrequiredlength between 1 and 20A client specified code for the location.namestringrequiredlength between 1 and 60A client specified name for the location.owningPartyIdstringrequiredStringified UUIDv4. See RFC 4112owningPartyCodestringExternal System identifier for the owning party. This is returned in the response but cannot be used in the request.owningPartyNamestringFull Name for the owning party. This is returned in the response but cannot be used in the request.postalAddressobjectrequiredA postal address for a location.postalAddress objectregistrationCodestringrequiredlength between 1 and 20A tax authority specified identifier for the location.startDatedaterequiredThe date when the location becomes effective.endDatedateThe date after which the location is no longer effective.Responses 204successful operation 400Bad Request. The request was invalid (did not have a required parameter) or 1 or more parameters on the request was invalid. 401Authentication failure. There was no credential attached to the request, or the credential was invalid. 403Authorization failure. The user or identity requesting the operation did not have the requisite role to perform the operation. 404The entity you were querying or updating does not exist. 503Service UnavailableUpdated over 1 year ago