PUT api/{module}/ProductRoadmapPhaseProcess/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
|
module | string |
None. |
Body Parameters
ProductRoadmapPhaseProcessFullName | Description | Type | Additional information |
---|---|---|---|
Resources | Collection of Object |
None. |
|
Tools | Collection of Object |
None. |
|
Attribute1 | string |
None. |
|
Attribute2 | string |
None. |
|
Attribute3 | string |
None. |
|
Attribute4 | string |
None. |
|
Item | integer |
None. |
|
ProductCode | string |
None. |
|
ProductDesc | string |
None. |
|
RoadmapCode | string |
None. |
|
RoadmapDesc | string |
None. |
|
PhaseCode | string |
None. |
|
PhaseDesc | string |
None. |
|
ProcessCode | string |
None. |
|
ProcessDesc | string |
None. |
|
UnitMeasureCode | string |
None. |
|
UnitMeasureLaunchCode | string |
None. |
|
CostCenterCode | string |
None. |
|
ProviderCode | string |
None. |
|
Notes | string |
None. |
|
LaunchType | enumTipoLancamento |
None. |
|
LaunchTypeDesc | string |
None. |
|
Batch | decimal number |
None. |
|
TimeType | enumTipoTempo |
None. |
|
TimeTypeDesc | string |
None. |
|
TimeHour | time interval |
None. |
|
Time | decimal number |
None. |
|
CostValue | decimal number |
None. |
|
MachineCostValue | decimal number |
None. |
|
LaborValue | decimal number |
None. |
|
IndirectLaborValue | decimal number |
None. |
|
FixedTime | boolean |
None. |
|
Appointment | boolean |
None. |
|
Optional | boolean |
None. |
|
Estimate | boolean |
None. |
|
Outsourcing | boolean |
None. |
|
Conclusion | boolean |
None. |
|
RejectReason | boolean |
None. |
|
CancelationReason | boolean |
None. |
|
Situation | enumSituacao |
None. |
|
SituationDesc | string |
None. |
|
Order | integer |
None. |
|
Position | string |
None. |
|
Id | string |
None. |
|
UserTableFields | Collection of Object |
None. |
Request Formats
application/json, text/json
Sample:
{ "resources": [], "tools": [], "attribute1": "sample string 1", "attribute2": "sample string 2", "attribute3": "sample string 3", "attribute4": "sample string 4", "item": 5, "productCode": null, "productDesc": null, "roadmapCode": null, "roadmapDesc": null, "phaseCode": null, "phaseDesc": null, "processCode": null, "processDesc": null, "unitMeasureCode": "sample string 10", "unitMeasureLaunchCode": "sample string 11", "costCenterCode": null, "providerCode": null, "notes": "sample string 14", "launchType": 0, "launchTypeDesc": "Quantidade e Tempo", "batch": 15.1, "timeType": 0, "timeTypeDesc": "Informado", "timeHour": "00:00:00.1234567", "time": 17.1, "costValue": 18.1, "machineCostValue": 19.1, "laborValue": 20.1, "indirectLaborValue": 21.1, "fixedTime": true, "appointment": true, "optional": true, "estimate": true, "outsourcing": true, "conclusion": true, "rejectReason": true, "cancelationReason": true, "situation": 0, "situationDesc": "Ativo", "order": 30, "position": "sample string 31", "id": "sample string 33", "userTableFields": null }
application/xml, text/xml
Sample:
<ProductRoadmapPhaseProcessFull xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Avant.Plenus.WebApi.Models.Business.Production"> <Id xmlns="http://schemas.datacontract.org/2004/07/Avant.Plenus.WebApi.Models.Business.Common">sample string 33</Id> <UserTableFields i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Avant.Plenus.WebApi.Models.Business.Common" /> <Appointment>true</Appointment> <Batch>15.1</Batch> <CancelationReason>true</CancelationReason> <Conclusion>true</Conclusion> <CostCenterCode i:nil="true" /> <CostValue>18.1</CostValue> <Estimate>true</Estimate> <FixedTime>true</FixedTime> <IndirectLaborValue>21.1</IndirectLaborValue> <Item>5</Item> <LaborValue>20.1</LaborValue> <LaunchType>QuantidadesTempos</LaunchType> <MachineCostValue>19.1</MachineCostValue> <Notes>sample string 14</Notes> <Optional>true</Optional> <Order>30</Order> <Outsourcing>true</Outsourcing> <PhaseCode i:nil="true" /> <Position>sample string 31</Position> <ProcessCode i:nil="true" /> <ProductCode i:nil="true" /> <ProviderCode i:nil="true" /> <RejectReason>true</RejectReason> <RoadmapCode i:nil="true" /> <Situation>Ativo</Situation> <Time>17.1</Time> <TimeHour>PT0.1234567S</TimeHour> <TimeType>Informado</TimeType> <UnitMeasureCode>sample string 10</UnitMeasureCode> <UnitMeasureLaunchCode>sample string 11</UnitMeasureLaunchCode> <Attribute1>sample string 1</Attribute1> <Attribute2>sample string 2</Attribute2> <Attribute3>sample string 3</Attribute3> <Attribute4>sample string 4</Attribute4> <Resources /> <Tools /> </ProductRoadmapPhaseProcessFull>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |