Request

POST /referral/order

This request uses two (2) objects and two (2) arrays.

Parameter
Type
Required
Info

object

required

Information about the user.

object

required

Information about the company.

array

required

Information about the owners of the company.

array

optional

{
	"user": {...},
	"company": {...},
	"holders": [{...},{...}]
}

Last updated