POST api/SugarCRM/Entities

Request Information

URI Parameters

None.

Body Parameters

beDataEntities
NameDescriptionTypeAdditional information
username

string

None.

password

string

None.

tkn

string

None.

SyncOn

string

None.

LocationTypeID

string

None.

CostCenterStatus

string

None.

Search

string

None.

ListForms

string

None.

Request Formats

application/json, text/json

Sample:
{
  "username": "sample string 1",
  "password": "sample string 2",
  "tkn": "sample string 3",
  "SyncOn": "sample string 4",
  "LocationTypeID": "sample string 5",
  "CostCenterStatus": "sample string 6",
  "Search": "sample string 7",
  "ListForms": "sample string 8"
}

application/octet-stream

Sample:
{"username":"sample string 1","password":"sample string 2","tkn":"sample string 3","SyncOn":"sample string 4","LocationTypeID":"sample string 5","CostCenterStatus":"sample string 6","Search":"sample string 7","ListForms":"sample string 8"}

application/xml, text/xml

Sample:
<beDataEntities xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <username>sample string 1</username>
  <password>sample string 2</password>
  <tkn>sample string 3</tkn>
  <SyncOn>sample string 4</SyncOn>
  <LocationTypeID>sample string 5</LocationTypeID>
  <CostCenterStatus>sample string 6</CostCenterStatus>
  <Search>sample string 7</Search>
  <ListForms>sample string 8</ListForms>
</beDataEntities>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'beDataEntities'.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.