<turbo-stream action="update" target="wiki_3611_3760_subpage_3768_info"><template>
<p>If you want to update a transfer you need to specify its transfer code, as well as the parameters you want to update.</p>
<p>Examples are provided in JSON format.</p>
<p>NOTE: Remember to substitute the token (after Bearer) and the service id (the "xyz" below) to your own token and service id.</p>
<h2>JSON:</h2>
<p>
</p><p>Edit transfer 4 from service with id [SERVICE ID], with a new description "updated transfer description".</p>
<pre class="card">curl -H "Authorization: Bearer [API SECURITY TOKEN]"
  -H "Content-Type: application/json"
  -H "Accept: application/json"
  -X PATCH
  -d "{\"description\":\"updated transfer description\"} }}"
  http://staging.myrapidi.com/api/v2/service/[SERVICE ID]/transfers/4
</pre>
<p>The output for this example would be:</p>
<pre class="card">{
  "id": 4,
  "code": "NEW_TRANSFER_CODE",
  "description": "updated transfer description",
  "status": "Implementing",
  "group": null,
  "source": null,
  "source_layout": null,
  "destination": null,
  "destination_layout": null,
  "source_table": null,
  "destination_table": null,
  "link_storage": null,
  "enabled": null,
  "update": null,
  "add": null,
  "delete": null,
  "actions": null,
  "move": null,
  "delete_all": null,
  "autogenerate_key": null,
  "disable_dest_lookup": null,
  "all_fields": false,
  "continue_on_error": null,
  "comments": []
}
</pre>





</template></turbo-stream>
<turbo-stream action="prepend" target="flash"><template></template></turbo-stream>
