POST api/AcLookUpsController/Save

Request Information

URI Parameters

None.

Body Parameters

AcLookUps
NameDescriptionTypeAdditional information
AcLookUpTypesId

integer

None.

Id

integer

None.

OrganizationId

integer

None.

CompanyId

integer

None.

AcLookUpsDescription

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AcLookUpTypesId": 1,
  "Id": 2,
  "OrganizationId": 3,
  "CompanyId": 4,
  "AcLookUpsDescription": "sample string 5"
}

application/xml, text/xml

Sample:
<AcLookUps xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Accounts">
  <AcLookUpTypesId>1</AcLookUpTypesId>
  <AcLookUpsDescription>sample string 5</AcLookUpsDescription>
  <CompanyId>4</CompanyId>
  <Id>2</Id>
  <OrganizationId>3</OrganizationId>
</AcLookUps>

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 'AcLookUps'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.