POST api/InvContractorWagesSchedule/GetByOrganizationCompanyId

Request Information

URI Parameters

None.

Body Parameters

InvContractorWagesSchedule
NameDescriptionTypeAdditional information
EffectedDate

date

None.

EffectedDateTo

date

None.

RateUom

decimal number

None.

WageRate

decimal number

None.

CompanyId

integer

None.

Id

integer

None.

InvConractorWagesAccountsId

integer

None.

OrganizationId

integer

None.

PackUomFrom

integer

None.

PackUomTo

integer

None.

ActionId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EffectedDate": "2025-10-29T13:11:30.7083472+05:00",
  "EffectedDateTo": "2025-10-29T13:11:30.7083472+05:00",
  "RateUom": 3.1,
  "WageRate": 4.1,
  "CompanyId": 5,
  "Id": 6,
  "InvConractorWagesAccountsId": 7,
  "OrganizationId": 8,
  "PackUomFrom": 9,
  "PackUomTo": 10,
  "ActionId": 11
}

application/xml, text/xml

Sample:
<InvContractorWagesSchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.ContractorWages">
  <ActionId>11</ActionId>
  <CompanyId>5</CompanyId>
  <EffectedDate>2025-10-29T13:11:30.7083472+05:00</EffectedDate>
  <EffectedDateTo>2025-10-29T13:11:30.7083472+05:00</EffectedDateTo>
  <Id>6</Id>
  <InvConractorWagesAccountsId>7</InvConractorWagesAccountsId>
  <OrganizationId>8</OrganizationId>
  <PackUomFrom>9</PackUomFrom>
  <PackUomTo>10</PackUomTo>
  <RateUom>3.1</RateUom>
  <WageRate>4.1</WageRate>
</InvContractorWagesSchedule>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.