POST api/companies/AddCompanyToQBO
Add company as customer to QBO of Omnae account
Request Information
URI Parameters
None.
Body Parameters
Type of CustomerInfoViewModel
CustomerInfoViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FirstName | string |
None. |
|
| MiddleName | string |
None. |
|
| LastName | string |
None. |
|
| PhoneNumber | string |
None. |
|
| EmailAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"firstName": "sample string 2",
"middleName": "sample string 3",
"lastName": "sample string 4",
"phoneNumber": "sample string 5",
"emailAddress": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.