GET api/Test/GetOperationCost?company={company}&plant={plant}&jobNum={jobNum}&AssemblySeq={AssemblySeq}&OpSeq={OpSeq}&qty={qty}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
company

string

Required

plant

string

Required

jobNum

string

Required

AssemblySeq

integer

Required

OpSeq

integer

Required

qty

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

decimal number

Response Formats

application/json, text/json

Sample:
1.0

application/xml, text/xml

Sample:
<decimal xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</decimal>