POST api/UOMSchedule/Save

Request Information

URI Parameters

None.

Body Parameters

UOMSchedule
NameDescriptionTypeAdditional information
EntryDate

date

None.

ModifyDate

date

None.

Equivalent

decimal number

None.

CompanyId

integer

None.

EntryUser

integer

None.

Id

integer

None.

ItemId

integer

None.

ModifyUser

integer

None.

OrganizationId

integer

None.

ScheduleUnitId

integer

None.

BaseRateUom

boolean

None.

UOMCode

string

None.

ScheduleUnitName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EntryDate": "2025-10-29T13:05:01.1457542+05:00",
  "ModifyDate": "2025-10-29T13:05:01.1457542+05:00",
  "Equivalent": 3.1,
  "CompanyId": 4,
  "EntryUser": 5,
  "Id": 6,
  "ItemId": 7,
  "ModifyUser": 8,
  "OrganizationId": 9,
  "ScheduleUnitId": 10,
  "BaseRateUom": true,
  "UOMCode": "sample string 12",
  "ScheduleUnitName": "sample string 13"
}

application/xml, text/xml

Sample:
<UOMSchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Inventory">
  <BaseRateUom>true</BaseRateUom>
  <CompanyId>4</CompanyId>
  <EntryDate>2025-10-29T13:05:01.1457542+05:00</EntryDate>
  <EntryUser>5</EntryUser>
  <Equivalent>3.1</Equivalent>
  <Id>6</Id>
  <ItemId>7</ItemId>
  <ModifyDate>2025-10-29T13:05:01.1457542+05:00</ModifyDate>
  <ModifyUser>8</ModifyUser>
  <OrganizationId>9</OrganizationId>
  <ScheduleUnitId>10</ScheduleUnitId>
  <ScheduleUnitName>sample string 13</ScheduleUnitName>
  <UOMCode>sample string 12</UOMCode>
</UOMSchedule>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.