Home / API Documentation

Create Account With Site

Method: POST api/v1/Account/PostCreateAccount

Response Format:

application/json

Required Parameters Description Additional information
companyid
No documentation available.

Define this parameter in the request body.

branchid
No documentation available.

Define this parameter in the request body.

localeid
No documentation available.

Define this parameter in the request body.

email
No documentation available.

Define this parameter in the request body.

streetnumber
No documentation available.

Define this parameter in the request body.

streetname
No documentation available.

Define this parameter in the request body.

city
No documentation available.

Define this parameter in the request body.

state
No documentation available.

Define this parameter in the request body.

postalcode
No documentation available.

Define this parameter in the request body.

postalcodeex
No documentation available.

Define this parameter in the request body.

firstname
No documentation available.

Define this parameter in the request body.

lastname
No documentation available.

Define this parameter in the request body.

businessname
No documentation available.

Define this parameter in the request body.

phonenum
No documentation available.

Define this parameter in the request body.

phoneext
No documentation available.

Define this parameter in the request body.

latitude
No documentation available.

Define this parameter in the request body.

longitude
No documentation available.

Define this parameter in the request body.

paperless
No documentation available.

Define this parameter in the request body.

phonetype
No documentation available.

Define this parameter in the request body.

taxtypeid
No documentation available.

Define this parameter in the request body.

sendcompletedwomethod
No documentation available.

Define this parameter in the request body.

sendcompletedwoto
No documentation available.

Define this parameter in the request body.

propertytype
No documentation available.

Define this parameter in the request body.

application/json, text/json

Sample Request:
                        {
  "companyid": 1,
  "branchid": 2,
  "localeid": 1,
  "email": "sample string 3",
  "streetnumber": "sample string 4",
  "streetname": "sample string 5",
  "city": "sample string 6",
  "state": "sample string 7",
  "postalcode": "sample string 8",
  "postalcodeex": "sample string 9",
  "firstname": "sample string 10",
  "lastname": "sample string 11",
  "businessname": "sample string 12",
  "phonenum": "sample string 13",
  "phoneext": "sample string 14",
  "latitude": 15.0,
  "longitude": 16.0,
  "paperless": 17,
  "phonetype": 64,
  "taxtypeid": 19,
  "sendcompletedwomethod": 20,
  "sendcompletedwoto": 21,
  "propertytype": 22
};