Skip to main content
POST
/
v1
/
public
/
migrations
/
global-japan
/
bootstrap
Bootstrap
curl --request POST \
  --url https://api.sanka.com/v1/public/migrations/global-japan/bootstrap \
  --header 'Authorization: Bearer <token>'
{
  "workspace_id": "<string>",
  "company_external_id_field_id": "<string>",
  "item_external_id_field_id": "<string>",
  "order_external_id_field_id": "<string>",
  "invoice_external_id_field_id": "<string>",
  "estimate_external_id_field_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

workspace_id
string
required
company_external_id_field_id
string
required
item_external_id_field_id
string
required
order_external_id_field_id
string
required
invoice_external_id_field_id
string
required
estimate_external_id_field_id
string
required