Home / API / ASP.NET Web API Details

POST api/v1/Account/PostCreateAccountWithNote

Description

Create Account With Site and Account Note

Request Information

Parameters

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

Request body formats

application/json, text/json

Sample:
{
  "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"
}

application/xml, text/xml

Sample:
<createaccountmodelwithnote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICOMMON">
  <branchid>2</branchid>
  <businessname>sample string 13</businessname>
  <city>sample string 7</city>
  <companyid>1</companyid>
  <email>sample string 3</email>
  <firstname>sample string 11</firstname>
  <lastname>sample string 12</lastname>
  <localeid>1</localeid>
  <notetext>sample string 18</notetext>
  <paperlessbilling>17</paperlessbilling>
  <phoneext>sample string 16</phoneext>
  <phonenum>sample string 15</phonenum>
  <phonenumtype>14</phonenumtype>
  <postalcode>sample string 9</postalcode>
  <postalcodeex>sample string 10</postalcodeex>
  <state>sample string 8</state>
  <streetname>sample string 5</streetname>
  <streetnumber>sample string 4</streetnumber>
  <streetsuffix>sample string 6</streetsuffix>
</createaccountmodelwithnote>

application/x-www-form-urlencoded

Sample:

Sample not available.