POST api/Subcontracts/{subcontractId}/Prices/TreeNotInScope
Get Price List Not in Scope
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| subcontractId | integer |
Required |
Body Parameters
PriceListFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| DisciplineCode | string |
None. |
|
| DisciplineDescription | string |
None. |
|
| GroupCode | string |
None. |
|
| GroupDescription | string |
None. |
|
| PartCode | string |
None. |
|
| PartDescription | string |
None. |
|
| CommodityCode | string |
None. |
|
| CommodityDescription | string |
None. |
|
| Tipo | PriceListTypeId |
None. |
Request Formats
application/json, text/json
Sample:
{
"disciplineCode": "sample string 2",
"disciplineDescription": "sample string 3",
"groupCode": "sample string 4",
"groupDescription": "sample string 5",
"partCode": "sample string 6",
"partDescription": "sample string 7",
"commodityCode": "sample string 8",
"commodityDescription": "sample string 9",
"tipo": 1
}
text/html
Sample:
{"disciplineCode":"sample string 2","disciplineDescription":"sample string 3","groupCode":"sample string 4","groupDescription":"sample string 5","partCode":"sample string 6","partDescription":"sample string 7","commodityCode":"sample string 8","commodityDescription":"sample string 9","tipo":1}
application/xml, text/xml
Sample:
<PriceListFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.PriceListAgg"> <CommodityCode>sample string 8</CommodityCode> <CommodityDescription>sample string 9</CommodityDescription> <DisciplineCode>sample string 2</DisciplineCode> <DisciplineDescription>sample string 3</DisciplineDescription> <GroupCode>sample string 4</GroupCode> <GroupDescription>sample string 5</GroupDescription> <PartCode>sample string 6</PartCode> <PartDescription>sample string 7</PartDescription> <Tipo>MCA</Tipo> </PriceListFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PreciaryListTreeNode| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | PreciaryData |
None. |
|
| Expanded | boolean |
None. |
|
| Children | Collection of PreciaryListTreeNode |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"data": {
"id": "sample string 1",
"text": "sample string 2",
"description": "sample string 3",
"totalPrice": 4.0
},
"expanded": true,
"children": []
},
{
"data": {
"id": "sample string 1",
"text": "sample string 2",
"description": "sample string 3",
"totalPrice": 4.0
},
"expanded": true,
"children": []
}
]
text/html
Sample:
[{"data":{"id":"sample string 1","text":"sample string 2","description":"sample string 3","totalPrice":4.0},"expanded":true,"children":[]},{"data":{"id":"sample string 1","text":"sample string 2","description":"sample string 3","totalPrice":4.0},"expanded":true,"children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.