Home / API Documentation

Create Account With Site and Account Note

Method: POST api/v1/Account/PostCreateAccountWithNote

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.

streetsuffix
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.

phonenumtype
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.

paperlessbilling
No documentation available.

Define this parameter in the request body.

notetext
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",
  "streetsuffix": "sample string 6",
  "city": "sample string 7",
  "state": "sample string 8",
  "postalcode": "sample string 9",
  "postalcodeex": "sample string 10",
  "firstname": "sample string 11",
  "lastname": "sample string 12",
  "businessname": "sample string 13",
  "phonenumtype": 14,
  "phonenum": "sample string 15",
  "phoneext": "sample string 16",
  "paperlessbilling": 17,
  "notetext": "sample string 18"
};