Installer.com Docs
API ReferenceWebforms
POST
/api/routers/{routerId}/webform-order/{webformId}

Path Parameters

routerId*string
Formatuuid
webformId*string
Formatuuid

Query Parameters

partnershipId?string

Request Body

application/json

Create order for webform payload

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "http://localhost:8000/api/routers/7253b007-c14b-496f-833b-9e1aa7f1a27d/webform-order/7253b007-c14b-496f-833b-9e1aa7f1a27d" \  -H "Content-Type: application/json" \  -d '{    "email": "[email protected]",    "phoneNumber": "string",    "contactPersonName": "string",    "address": "string",    "city": "string",    "postalCode": "string",    "countryCode": "st"  }'
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "token": "string"
}