Agreement – Create a Company
To configure the URL, use the below items together
Method | Base Url | End Point |
POST | https://api.viewcentral.com | /api/agreements/company |
Headers
- Username=(Enter your username)
- Password= (Enter your password)
- CompanyLoginId=(enter your LTO company login id)
- ProductId=1
Sample URL
https://api.viewcentral.com/api/agreements/company/
Request Body
{ "ExternalId": "Fruit750000007889", "Name": "Fruit Neo", "Country": "US", "Street1": "2 INTERNATIONAL BUSINESS PARK", "Street2": "#01-10 THE STRATEGY", "City": "Milano", "PostalCode": "50067", "OtherState": "" }
Sample Response
{ "Success": true, "Error": null, "Data": { "ID": 3, "ExternalId": "Fruit750000007889", "Name": "Fruit Neo", "Street1": "2 INTERNATIONAL BUSINESS PARK", "Street2": "#01-10 THE STRATEGY", "City": "Milano", "StateProvince": "", "OtherState": "", "PostalCode": "50067", "Country": "US", "Phone": null, "Fax": null, "Modified": { "CreatedBy": "litmos", "CreatedDate": "2017-11-03T14:29:52.29Z", "UpdatedBy": null, "UpdatedDate": null } } }