POST api/ECMS/ECMSUpdateRepairProjection

Request Information

URI Parameters

None.

Body Parameters

Collection of RepairProjectionsCL
NameDescriptionTypeAdditional information
RepairProjectionId

integer

None.

CustomerId

integer

None.

DepotId

integer

None.

DepotCode

string

None.

EquipmentGroup

string

None.

EquipmentGroupId

integer

None.

ApprovedEstimates

integer

None.

RHours

decimal number

None.

NonApprovedEstimates

integer

None.

NHours

decimal number

None.

ContainerReqInCurWeek

integer

None.

ExpectedReprdUnitsInCurWeek

integer

None.

ContainerReqInNxtWeek

integer

None.

ExpectedReprdUnitsInNxtWeek

integer

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

rows

integer

None.

page

integer

None.

sidx

string

None.

Records

integer

None.

Total

decimal number

None.

filters

string

None.

startindex

integer

None.

endindex

integer

None.

gridRowsCount

integer

None.

_search

boolean

None.

CustomerCode

string

None.

MultipleDepot

string

None.

SelectedEqGroups

string

None.

LastProjectionReceivedDate

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "RepairProjectionId": 1,
    "CustomerId": 2,
    "DepotId": 3,
    "DepotCode": "sample string 4",
    "EquipmentGroup": "sample string 5",
    "EquipmentGroupId": 6,
    "ApprovedEstimates": 1,
    "RHours": 7.1,
    "NonApprovedEstimates": 1,
    "NHours": 8.1,
    "ContainerReqInCurWeek": 1,
    "ExpectedReprdUnitsInCurWeek": 1,
    "ContainerReqInNxtWeek": 1,
    "ExpectedReprdUnitsInNxtWeek": 1,
    "UpdatedBy": 9,
    "UpdatedDate": "2025-06-30T15:09:04.8899329+00:00",
    "rows": 10,
    "page": 11,
    "sidx": "sample string 12",
    "Records": 13,
    "Total": 14.0,
    "filters": "sample string 15",
    "startindex": 16,
    "endindex": 17,
    "gridRowsCount": 18,
    "_search": true,
    "CustomerCode": "sample string 20",
    "MultipleDepot": "sample string 21",
    "SelectedEqGroups": "sample string 22",
    "LastProjectionReceivedDate": "sample string 23"
  },
  {
    "RepairProjectionId": 1,
    "CustomerId": 2,
    "DepotId": 3,
    "DepotCode": "sample string 4",
    "EquipmentGroup": "sample string 5",
    "EquipmentGroupId": 6,
    "ApprovedEstimates": 1,
    "RHours": 7.1,
    "NonApprovedEstimates": 1,
    "NHours": 8.1,
    "ContainerReqInCurWeek": 1,
    "ExpectedReprdUnitsInCurWeek": 1,
    "ContainerReqInNxtWeek": 1,
    "ExpectedReprdUnitsInNxtWeek": 1,
    "UpdatedBy": 9,
    "UpdatedDate": "2025-06-30T15:09:04.8899329+00:00",
    "rows": 10,
    "page": 11,
    "sidx": "sample string 12",
    "Records": 13,
    "Total": 14.0,
    "filters": "sample string 15",
    "startindex": 16,
    "endindex": 17,
    "gridRowsCount": 18,
    "_search": true,
    "CustomerCode": "sample string 20",
    "MultipleDepot": "sample string 21",
    "SelectedEqGroups": "sample string 22",
    "LastProjectionReceivedDate": "sample string 23"
  }
]

application/xml, text/xml

Sample:
<ArrayOfRepairProjectionsCL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.ECMS">
  <RepairProjectionsCL>
    <ApprovedEstimates>1</ApprovedEstimates>
    <ContainerReqInCurWeek>1</ContainerReqInCurWeek>
    <ContainerReqInNxtWeek>1</ContainerReqInNxtWeek>
    <CustomerCode>sample string 20</CustomerCode>
    <CustomerId>2</CustomerId>
    <DepotCode>sample string 4</DepotCode>
    <DepotId>3</DepotId>
    <EquipmentGroup>sample string 5</EquipmentGroup>
    <EquipmentGroupId>6</EquipmentGroupId>
    <ExpectedReprdUnitsInCurWeek>1</ExpectedReprdUnitsInCurWeek>
    <ExpectedReprdUnitsInNxtWeek>1</ExpectedReprdUnitsInNxtWeek>
    <LastProjectionReceivedDate>sample string 23</LastProjectionReceivedDate>
    <MultipleDepot>sample string 21</MultipleDepot>
    <NHours>8.1</NHours>
    <NonApprovedEstimates>1</NonApprovedEstimates>
    <RHours>7.1</RHours>
    <Records>13</Records>
    <RepairProjectionId>1</RepairProjectionId>
    <SelectedEqGroups>sample string 22</SelectedEqGroups>
    <Total>14</Total>
    <UpdatedBy>9</UpdatedBy>
    <UpdatedDate>2025-06-30T15:09:04.8899329+00:00</UpdatedDate>
    <_search>true</_search>
    <endindex>17</endindex>
    <filters>sample string 15</filters>
    <gridRowsCount>18</gridRowsCount>
    <page>11</page>
    <rows>10</rows>
    <sidx>sample string 12</sidx>
    <startindex>16</startindex>
  </RepairProjectionsCL>
  <RepairProjectionsCL>
    <ApprovedEstimates>1</ApprovedEstimates>
    <ContainerReqInCurWeek>1</ContainerReqInCurWeek>
    <ContainerReqInNxtWeek>1</ContainerReqInNxtWeek>
    <CustomerCode>sample string 20</CustomerCode>
    <CustomerId>2</CustomerId>
    <DepotCode>sample string 4</DepotCode>
    <DepotId>3</DepotId>
    <EquipmentGroup>sample string 5</EquipmentGroup>
    <EquipmentGroupId>6</EquipmentGroupId>
    <ExpectedReprdUnitsInCurWeek>1</ExpectedReprdUnitsInCurWeek>
    <ExpectedReprdUnitsInNxtWeek>1</ExpectedReprdUnitsInNxtWeek>
    <LastProjectionReceivedDate>sample string 23</LastProjectionReceivedDate>
    <MultipleDepot>sample string 21</MultipleDepot>
    <NHours>8.1</NHours>
    <NonApprovedEstimates>1</NonApprovedEstimates>
    <RHours>7.1</RHours>
    <Records>13</Records>
    <RepairProjectionId>1</RepairProjectionId>
    <SelectedEqGroups>sample string 22</SelectedEqGroups>
    <Total>14</Total>
    <UpdatedBy>9</UpdatedBy>
    <UpdatedDate>2025-06-30T15:09:04.8899329+00:00</UpdatedDate>
    <_search>true</_search>
    <endindex>17</endindex>
    <filters>sample string 15</filters>
    <gridRowsCount>18</gridRowsCount>
    <page>11</page>
    <rows>10</rows>
    <sidx>sample string 12</sidx>
    <startindex>16</startindex>
  </RepairProjectionsCL>
</ArrayOfRepairProjectionsCL>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.