POST
/
integrations
/
netsuite
/
export-sales-order
curl --request POST \
  --url https://connect.withvayu.com/integrations/netsuite/export-sales-order \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "contractId": "<string>",
  "productsIds": [
    "<string>"
  ],
  "subsidiaryId": "<string>"
}'

Authorizations

Authorization
string
header
required

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

Body

application/json
contractId
string
required
productsIds
string[]
required
subsidiaryId
string
required

Response

200
_mintlify/placeholder

RequestSuccess