Firstbase
Search
K
Comment on page

Request

POST /referral/order
This request uses two (2) objects and two (2) arrays.
Parameter
Type
Required
Info
user
object
required
Information about the user.
company
object
required
Information about the company.
holders
array
required
Information about the owners of the company.
array
optional
{
"user": {...},
"company": {...},
"holders": [{...},{...}]
}