GET api/FactoryOrder/{cultureName}/{category}/{collection}?id={id}&token={token}&user={user}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| token | string |
Required |
|
| user | string |
Required |
|
| cultureName | string |
None. |
|
| category | string |
None. |
|
| collection | string |
None. |
Body Parameters
None.
Response Information
Resource Description
FactoryModels| Name | Description | Type | Additional information |
|---|---|---|---|
| OfferId | string |
None. |
|
| RowId | string |
None. |
|
| CreatedDate | string |
None. |
|
| FactoryPrice | decimal number |
None. |
|
| EstimatedDeliveryDate | string |
None. |
|
| StoneReadyInFactory | string |
None. |
|
| StoneShipped | string |
None. |
|
| StoneInWarehouse | string |
None. |
|
| FactoryName | string |
None. |
|
| CustomerName | string |
None. |
|
| StoneName | string |
None. |
|
| Warehouse | string |
None. |
|
| ActiveDealId | string |
None. |
|
| Address | string |
None. |
|
| ProjectManager | string |
None. |
|
| City | string |
None. |
|
| PostalCode | string |
None. |
|
| Phone | string |
None. |
|
| orderInfoList | Collection of OrderDetailInfo |
None. |
|
| commentsList | Collection of FactoryCommentList |
None. |
|
| drawingsList | Collection of FactoryDrawingsList |
None. |
|
| drawingList | Collection of NameList |
None. |
|
| Status | string |
None. |
|
| ErrorText | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"OfferId": "sample string 1",
"RowId": "sample string 2",
"CreatedDate": "sample string 3",
"FactoryPrice": 4.0,
"EstimatedDeliveryDate": "sample string 5",
"StoneReadyInFactory": "sample string 6",
"StoneShipped": "sample string 7",
"StoneInWarehouse": "sample string 8",
"FactoryName": "sample string 9",
"CustomerName": "sample string 10",
"StoneName": "sample string 11",
"Warehouse": "sample string 12",
"ActiveDealId": "sample string 13",
"Address": "sample string 14",
"ProjectManager": "sample string 15",
"City": "sample string 16",
"PostalCode": "sample string 17",
"Phone": "sample string 18",
"orderInfoList": [
{
"Name": "sample string 1",
"ProductType": "sample string 2",
"Sku": "sample string 3",
"ItemPrice": "sample string 4",
"Unit": "sample string 5",
"Quantity": "sample string 6",
"factoryPrice": "sample string 7",
"stoneName": "sample string 8",
"edgeName": "sample string 9",
"sawName": "sample string 10",
"sawNameGlued": "sample string 11",
"sawNameRound": "sample string 12",
"stoneWidth": 13.1,
"stoneLength": 14.1,
"stoneArea": 15.1,
"realStoneArea": 16.1,
"sawLengthToPayFor": 17.1,
"edgeLength": 18.1,
"stoneDiameter": 19.1,
"factoryStonePrice": 20.1,
"factoryStonePricePerSqm": 21.1,
"factoryEdgePrice": 22.1,
"factoryEdgePricePerM": 23.1,
"factorySawPriceGlued": 24.1,
"factorySawPrice": 25.1,
"factorySawPricePerM": 26.1,
"factorySawPriceGluedPerM": 27.1,
"factorySawPriceRound": 28.1,
"sawLengthGlued": 29.1,
"factorySawPriceRoundPerM": 30.1,
"sawLengthRound": 31.1,
"Status": "sample string 32",
"ErrorText": "sample string 33"
},
{
"Name": "sample string 1",
"ProductType": "sample string 2",
"Sku": "sample string 3",
"ItemPrice": "sample string 4",
"Unit": "sample string 5",
"Quantity": "sample string 6",
"factoryPrice": "sample string 7",
"stoneName": "sample string 8",
"edgeName": "sample string 9",
"sawName": "sample string 10",
"sawNameGlued": "sample string 11",
"sawNameRound": "sample string 12",
"stoneWidth": 13.1,
"stoneLength": 14.1,
"stoneArea": 15.1,
"realStoneArea": 16.1,
"sawLengthToPayFor": 17.1,
"edgeLength": 18.1,
"stoneDiameter": 19.1,
"factoryStonePrice": 20.1,
"factoryStonePricePerSqm": 21.1,
"factoryEdgePrice": 22.1,
"factoryEdgePricePerM": 23.1,
"factorySawPriceGlued": 24.1,
"factorySawPrice": 25.1,
"factorySawPricePerM": 26.1,
"factorySawPriceGluedPerM": 27.1,
"factorySawPriceRound": 28.1,
"sawLengthGlued": 29.1,
"factorySawPriceRoundPerM": 30.1,
"sawLengthRound": 31.1,
"Status": "sample string 32",
"ErrorText": "sample string 33"
}
],
"commentsList": [
{
"commentId": "sample string 1",
"offerId": "sample string 2",
"comment": "sample string 3",
"commentDate": "sample string 4",
"sentValue": "sample string 5",
"convertValue": "sample string 6",
"status": "sample string 7",
"errorText": "sample string 8"
},
{
"commentId": "sample string 1",
"offerId": "sample string 2",
"comment": "sample string 3",
"commentDate": "sample string 4",
"sentValue": "sample string 5",
"convertValue": "sample string 6",
"status": "sample string 7",
"errorText": "sample string 8"
}
],
"drawingsList": [
{
"DrawingName": "sample string 1"
},
{
"DrawingName": "sample string 1"
}
],
"drawingList": [
{
"name": "sample string 1"
},
{
"name": "sample string 1"
}
],
"Status": "sample string 19",
"ErrorText": "sample string 20"
}
text/xml
Sample:
<FactoryModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StenskivorAPP.Models">
<ActiveDealId>sample string 13</ActiveDealId>
<Address>sample string 14</Address>
<City>sample string 16</City>
<CreatedDate>sample string 3</CreatedDate>
<CustomerName>sample string 10</CustomerName>
<ErrorText>sample string 20</ErrorText>
<EstimatedDeliveryDate>sample string 5</EstimatedDeliveryDate>
<FactoryName>sample string 9</FactoryName>
<FactoryPrice>4</FactoryPrice>
<OfferId>sample string 1</OfferId>
<Phone>sample string 18</Phone>
<PostalCode>sample string 17</PostalCode>
<ProjectManager>sample string 15</ProjectManager>
<RowId>sample string 2</RowId>
<Status>sample string 19</Status>
<StoneInWarehouse>sample string 8</StoneInWarehouse>
<StoneName>sample string 11</StoneName>
<StoneReadyInFactory>sample string 6</StoneReadyInFactory>
<StoneShipped>sample string 7</StoneShipped>
<Warehouse>sample string 12</Warehouse>
<commentsList>
<FactoryCommentList>
<comment>sample string 3</comment>
<commentDate>sample string 4</commentDate>
<commentId>sample string 1</commentId>
<convertValue>sample string 6</convertValue>
<errorText>sample string 8</errorText>
<offerId>sample string 2</offerId>
<sentValue>sample string 5</sentValue>
<status>sample string 7</status>
</FactoryCommentList>
<FactoryCommentList>
<comment>sample string 3</comment>
<commentDate>sample string 4</commentDate>
<commentId>sample string 1</commentId>
<convertValue>sample string 6</convertValue>
<errorText>sample string 8</errorText>
<offerId>sample string 2</offerId>
<sentValue>sample string 5</sentValue>
<status>sample string 7</status>
</FactoryCommentList>
</commentsList>
<drawingList>
<NameList>
<name>sample string 1</name>
</NameList>
<NameList>
<name>sample string 1</name>
</NameList>
</drawingList>
<drawingsList>
<FactoryDrawingsList>
<DrawingName>sample string 1</DrawingName>
</FactoryDrawingsList>
<FactoryDrawingsList>
<DrawingName>sample string 1</DrawingName>
</FactoryDrawingsList>
</drawingsList>
<orderInfoList>
<OrderDetailInfo>
<ErrorText>sample string 33</ErrorText>
<ItemPrice>sample string 4</ItemPrice>
<Name>sample string 1</Name>
<ProductType>sample string 2</ProductType>
<Quantity>sample string 6</Quantity>
<Sku>sample string 3</Sku>
<Status>sample string 32</Status>
<Unit>sample string 5</Unit>
<edgeLength>18.1</edgeLength>
<edgeName>sample string 9</edgeName>
<factoryEdgePrice>22.1</factoryEdgePrice>
<factoryEdgePricePerM>23.1</factoryEdgePricePerM>
<factoryPrice>sample string 7</factoryPrice>
<factorySawPrice>25.1</factorySawPrice>
<factorySawPriceGlued>24.1</factorySawPriceGlued>
<factorySawPriceGluedPerM>27.1</factorySawPriceGluedPerM>
<factorySawPricePerM>26.1</factorySawPricePerM>
<factorySawPriceRound>28.1</factorySawPriceRound>
<factorySawPriceRoundPerM>30.1</factorySawPriceRoundPerM>
<factoryStonePrice>20.1</factoryStonePrice>
<factoryStonePricePerSqm>21.1</factoryStonePricePerSqm>
<realStoneArea>16.1</realStoneArea>
<sawLengthGlued>29.1</sawLengthGlued>
<sawLengthRound>31.1</sawLengthRound>
<sawLengthToPayFor>17.1</sawLengthToPayFor>
<sawName>sample string 10</sawName>
<sawNameGlued>sample string 11</sawNameGlued>
<sawNameRound>sample string 12</sawNameRound>
<stoneArea>15.1</stoneArea>
<stoneDiameter>19.1</stoneDiameter>
<stoneLength>14.1</stoneLength>
<stoneName>sample string 8</stoneName>
<stoneWidth>13.1</stoneWidth>
</OrderDetailInfo>
<OrderDetailInfo>
<ErrorText>sample string 33</ErrorText>
<ItemPrice>sample string 4</ItemPrice>
<Name>sample string 1</Name>
<ProductType>sample string 2</ProductType>
<Quantity>sample string 6</Quantity>
<Sku>sample string 3</Sku>
<Status>sample string 32</Status>
<Unit>sample string 5</Unit>
<edgeLength>18.1</edgeLength>
<edgeName>sample string 9</edgeName>
<factoryEdgePrice>22.1</factoryEdgePrice>
<factoryEdgePricePerM>23.1</factoryEdgePricePerM>
<factoryPrice>sample string 7</factoryPrice>
<factorySawPrice>25.1</factorySawPrice>
<factorySawPriceGlued>24.1</factorySawPriceGlued>
<factorySawPriceGluedPerM>27.1</factorySawPriceGluedPerM>
<factorySawPricePerM>26.1</factorySawPricePerM>
<factorySawPriceRound>28.1</factorySawPriceRound>
<factorySawPriceRoundPerM>30.1</factorySawPriceRoundPerM>
<factoryStonePrice>20.1</factoryStonePrice>
<factoryStonePricePerSqm>21.1</factoryStonePricePerSqm>
<realStoneArea>16.1</realStoneArea>
<sawLengthGlued>29.1</sawLengthGlued>
<sawLengthRound>31.1</sawLengthRound>
<sawLengthToPayFor>17.1</sawLengthToPayFor>
<sawName>sample string 10</sawName>
<sawNameGlued>sample string 11</sawNameGlued>
<sawNameRound>sample string 12</sawNameRound>
<stoneArea>15.1</stoneArea>
<stoneDiameter>19.1</stoneDiameter>
<stoneLength>14.1</stoneLength>
<stoneName>sample string 8</stoneName>
<stoneWidth>13.1</stoneWidth>
</OrderDetailInfo>
</orderInfoList>
</FactoryModels>