POST api/InvContractorWagesAccounts/Save

Request Information

URI Parameters

None.

Body Parameters

InvConractorWagesAccounts
NameDescriptionTypeAdditional information
CompanyId

integer

None.

GlAccountId

integer

None.

Id

integer

None.

OrganizationId

integer

None.

WagesLookupId

integer

None.

WagesAccountName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyId": 1,
  "GlAccountId": 2,
  "Id": 3,
  "OrganizationId": 4,
  "WagesLookupId": 5,
  "WagesAccountName": "sample string 6"
}

application/xml, text/xml

Sample:
<InvConractorWagesAccounts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.ContractorWages">
  <CompanyId>1</CompanyId>
  <GlAccountId>2</GlAccountId>
  <Id>3</Id>
  <OrganizationId>4</OrganizationId>
  <WagesAccountName>sample string 6</WagesAccountName>
  <WagesLookupId>5</WagesLookupId>
</InvConractorWagesAccounts>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.