POST api/inboundorder/getprice
Request Information
URI Parameters
None.
Body Parameters
PricingRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| shipAddress | ShippingAddress |
None. |
|
| billInfo | BillingInfo |
None. |
|
| orderInfo | ExpressPCBIncommingOrder |
None. |
Request Formats
application/json, text/json
Sample:
{
"shipAddress": {
"shipping_method": "sample string 1",
"Company": "sample string 2",
"Email": "sample string 3",
"Phone": "sample string 4",
"name": "sample string 5",
"address1": "sample string 6",
"address2": "sample string 7",
"city": "sample string 8",
"state_prov": "sample string 9",
"zipcode": "sample string 10",
"country": "sample string 11"
},
"billInfo": {
"CreditCardType": "sample string 1",
"CreditCardNumber": "sample string 2",
"CreditCardExpMonth": "sample string 3",
"CreditCardExpYear": "sample string 4",
"CreditCardCVC": "sample string 5",
"PurchaseOrderNumber": "sample string 6"
},
"orderInfo": {
"UlCert": true,
"LotCode": true,
"DateCode": true,
"SchematicFileLinked": 4,
"Gerbers": true,
"UsedPromo": true,
"SilkScreenOption": 7,
"SolderMaskOption": 8,
"ElectricalTest": true,
"WebsiteOrder": true,
"UlCertCostCustomer": 1.0,
"UlCertCostSunstone": 2.0,
"UlCertCostExpress": 3.0,
"LotCodeCostCustomer": 4.0,
"LotCodeCostSunstone": 5.0,
"LotCodeCostExpress": 6.0,
"DateCodeCostCustomer": 7.0,
"DateCodeCostSunstone": 8.0,
"DateCodeCostExpress": 9.0,
"source": "sample string 10",
"DateOfRecord": "2026-06-12T20:44:42.0978526-07:00",
"OrderID": 12,
"OrderIDNumber": "sample string 13",
"OriginalPCBFileName": "sample string 14",
"PCBFileName": "sample string 15",
"originalPath": "sample string 16",
"ShippingFirstName": "sample string 17",
"ShippingLastName": "sample string 18",
"ShippingCompanyName": "sample string 19",
"ShippingAddressLine1": "sample string 20",
"ShippingAddressLine2": "sample string 21",
"ShippingCity": "sample string 22",
"ShippingState": "sample string 23",
"ShippingZip": "sample string 24",
"ShippingCountry": "sample string 25",
"PhoneNumber": "sample string 26",
"EMailAddress": "sample string 27",
"ShippingService": 28,
"ShippingServiceDescription": "sample string 29",
"ShippingWeight": 30.0,
"ShippingContainer": 31,
"PromoCode": "sample string 32",
"BillingCompanyName": "sample string 33",
"NameAsOnCreditCard": "sample string 34",
"BillingAddressLine1": "sample string 35",
"BillingAddressLine2": "sample string 36",
"BillingCity": "sample string 37",
"BillingState": "sample string 38",
"BillingZip": "sample string 39",
"BillingCountry": "sample string 40",
"PONumber": "sample string 41",
"ReceivedPayment": true,
"AuthorizationNum": "sample string 43",
"PaymentTransactionId": "sample string 44",
"CreditCardNumber": "sample string 45",
"CCExpirationMonth": "sample string 46",
"CCExprirationYear": "sample string 47",
"CCExprirationDate": "sample string 48",
"CreditCardType": 49,
"partNumber": "sample string 50",
"partRevision": "sample string 51",
"boardEdgeElement": 52,
"Quantity": 53,
"ServiceType": 54,
"ServiceDescription": "sample string 55",
"BoardXDim": 56.0,
"BoardYDim": 57.0,
"BoardMaxDim": 58.0,
"BoardMinDim": 59.0,
"LayerCount": 60,
"CutOuts": 61,
"DaysToManufacture": 62,
"DaysToShip": 63,
"NumberOfHoles": 64,
"SurfaceFinish": "sample string 65",
"SurfaceFinishId": 66,
"SolderMaskColorTop": 67,
"SolderMaskColorBottom": 68,
"SilkScreenColorTop": 69,
"SilkScreenColorBottom": 70,
"topSilk": true,
"bottomSilk": true,
"plainRectangle": true,
"boardAskew": true,
"topSolder": true,
"bottomSolder": true,
"OrderSetupCost": 77.0,
"BoardSetupCost": 78.0,
"BoardRate": 79.0,
"ShippingCost": 80.0,
"AreaCost": 81.0,
"DiscountCost": 82.0,
"SalesTax": 83.0,
"TotalCost": 84.0,
"UnitCost": 85.0,
"CustomerCost": 86.0,
"ExpressCost": 87.0,
"SunstoneCost": 88.0,
"PromoDiscount": 89.0,
"EstManDate": "2026-06-12T20:44:42.0978526-07:00",
"EstShipDate": "2026-06-12T20:44:42.0978526-07:00",
"EstDeliverDate": "2026-06-12T20:44:42.0978526-07:00",
"DateOfOrder": "sample string 93",
"TimeOfOrder": "sample string 94",
"arg1": "sample string 95",
"appVersion": "sample string 96",
"fileVersion": "sample string 97",
"operatingSystem": "sample string 98",
"SpecialInstructions": "sample string 99",
"ETestCostCustomer": 100.0,
"ETestCostSunstone": 101.0,
"ETestCostExpress": 102.0
}
}
application/xml, text/xml
Sample:
<PricingRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExpressPcbWebsiteAPI.Models">
<billInfo>
<CreditCardCVC>sample string 5</CreditCardCVC>
<CreditCardExpMonth>sample string 3</CreditCardExpMonth>
<CreditCardExpYear>sample string 4</CreditCardExpYear>
<CreditCardNumber>sample string 2</CreditCardNumber>
<CreditCardType>sample string 1</CreditCardType>
<PurchaseOrderNumber>sample string 6</PurchaseOrderNumber>
</billInfo>
<orderInfo>
<AreaCost>81</AreaCost>
<AuthorizationNum>sample string 43</AuthorizationNum>
<BillingAddressLine1>sample string 35</BillingAddressLine1>
<BillingAddressLine2>sample string 36</BillingAddressLine2>
<BillingCity>sample string 37</BillingCity>
<BillingCompanyName>sample string 33</BillingCompanyName>
<BillingCountry>sample string 40</BillingCountry>
<BillingState>sample string 38</BillingState>
<BillingZip>sample string 39</BillingZip>
<BoardMaxDim>58</BoardMaxDim>
<BoardMinDim>59</BoardMinDim>
<BoardRate>79</BoardRate>
<BoardSetupCost>78</BoardSetupCost>
<BoardXDim>56</BoardXDim>
<BoardYDim>57</BoardYDim>
<CCExpirationMonth>sample string 46</CCExpirationMonth>
<CCExprirationDate>sample string 48</CCExprirationDate>
<CCExprirationYear>sample string 47</CCExprirationYear>
<CreditCardNumber>sample string 45</CreditCardNumber>
<CreditCardType>49</CreditCardType>
<CustomerCost>86</CustomerCost>
<CutOuts>61</CutOuts>
<DateCode>true</DateCode>
<DateCodeCostCustomer>7</DateCodeCostCustomer>
<DateCodeCostExpress>9</DateCodeCostExpress>
<DateCodeCostSunstone>8</DateCodeCostSunstone>
<DateOfOrder>sample string 93</DateOfOrder>
<DateOfRecord>2026-06-12T20:44:42.0978526-07:00</DateOfRecord>
<DaysToManufacture>62</DaysToManufacture>
<DaysToShip>63</DaysToShip>
<DiscountCost>82</DiscountCost>
<EMailAddress>sample string 27</EMailAddress>
<ETestCostCustomer>100</ETestCostCustomer>
<ETestCostExpress>102</ETestCostExpress>
<ETestCostSunstone>101</ETestCostSunstone>
<ElectricalTest>true</ElectricalTest>
<EstDeliverDate>2026-06-12T20:44:42.0978526-07:00</EstDeliverDate>
<EstManDate>2026-06-12T20:44:42.0978526-07:00</EstManDate>
<EstShipDate>2026-06-12T20:44:42.0978526-07:00</EstShipDate>
<ExpressCost>87</ExpressCost>
<Gerbers>true</Gerbers>
<LayerCount>60</LayerCount>
<LotCode>true</LotCode>
<LotCodeCostCustomer>4</LotCodeCostCustomer>
<LotCodeCostExpress>6</LotCodeCostExpress>
<LotCodeCostSunstone>5</LotCodeCostSunstone>
<NameAsOnCreditCard>sample string 34</NameAsOnCreditCard>
<NumberOfHoles>64</NumberOfHoles>
<OrderID>12</OrderID>
<OrderIDNumber>sample string 13</OrderIDNumber>
<OrderSetupCost>77</OrderSetupCost>
<OriginalPCBFileName>sample string 14</OriginalPCBFileName>
<PCBFileName>sample string 15</PCBFileName>
<PONumber>sample string 41</PONumber>
<PaymentTransactionId>sample string 44</PaymentTransactionId>
<PhoneNumber>sample string 26</PhoneNumber>
<PromoCode>sample string 32</PromoCode>
<PromoDiscount>89</PromoDiscount>
<Quantity>53</Quantity>
<ReceivedPayment>true</ReceivedPayment>
<SalesTax>83</SalesTax>
<SchematicFileLinked>4</SchematicFileLinked>
<ServiceDescription>sample string 55</ServiceDescription>
<ServiceType>54</ServiceType>
<ShippingAddressLine1>sample string 20</ShippingAddressLine1>
<ShippingAddressLine2>sample string 21</ShippingAddressLine2>
<ShippingCity>sample string 22</ShippingCity>
<ShippingCompanyName>sample string 19</ShippingCompanyName>
<ShippingContainer>31</ShippingContainer>
<ShippingCost>80</ShippingCost>
<ShippingCountry>sample string 25</ShippingCountry>
<ShippingFirstName>sample string 17</ShippingFirstName>
<ShippingLastName>sample string 18</ShippingLastName>
<ShippingService>28</ShippingService>
<ShippingServiceDescription>sample string 29</ShippingServiceDescription>
<ShippingState>sample string 23</ShippingState>
<ShippingWeight>30</ShippingWeight>
<ShippingZip>sample string 24</ShippingZip>
<SilkScreenColorBottom>70</SilkScreenColorBottom>
<SilkScreenColorTop>69</SilkScreenColorTop>
<SilkScreenOption>7</SilkScreenOption>
<SolderMaskColorBottom>68</SolderMaskColorBottom>
<SolderMaskColorTop>67</SolderMaskColorTop>
<SolderMaskOption>8</SolderMaskOption>
<SpecialInstructions>sample string 99</SpecialInstructions>
<SunstoneCost>88</SunstoneCost>
<SurfaceFinish>sample string 65</SurfaceFinish>
<SurfaceFinishId>66</SurfaceFinishId>
<TimeOfOrder>sample string 94</TimeOfOrder>
<TotalCost>84</TotalCost>
<UlCert>true</UlCert>
<UlCertCostCustomer>1</UlCertCostCustomer>
<UlCertCostExpress>3</UlCertCostExpress>
<UlCertCostSunstone>2</UlCertCostSunstone>
<UnitCost>85</UnitCost>
<UsedPromo>true</UsedPromo>
<WebsiteOrder>true</WebsiteOrder>
<appVersion>sample string 96</appVersion>
<arg1>sample string 95</arg1>
<boardAskew>true</boardAskew>
<boardEdgeElement>52</boardEdgeElement>
<bottomSilk>true</bottomSilk>
<bottomSolder>true</bottomSolder>
<fileVersion>sample string 97</fileVersion>
<operatingSystem>sample string 98</operatingSystem>
<originalPath>sample string 16</originalPath>
<partNumber>sample string 50</partNumber>
<partRevision>sample string 51</partRevision>
<plainRectangle>true</plainRectangle>
<source>sample string 10</source>
<topSilk>true</topSilk>
<topSolder>true</topSolder>
</orderInfo>
<shipAddress>
<address1>sample string 6</address1>
<address2>sample string 7</address2>
<city>sample string 8</city>
<country>sample string 11</country>
<name>sample string 5</name>
<state_prov>sample string 9</state_prov>
<zipcode>sample string 10</zipcode>
<Company>sample string 2</Company>
<Email>sample string 3</Email>
<Phone>sample string 4</Phone>
<shipping_method>sample string 1</shipping_method>
</shipAddress>
</PricingRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetPricingResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| errorType | string |
None. |
|
| errors | string |
None. |
|
| ServiceId | integer |
None. |
|
| manAreaRate | decimal number |
None. |
|
| boardRate | decimal number |
None. |
|
| setupRate | decimal number |
None. |
|
| boardSetup | decimal number |
None. |
|
| areaCost | decimal number |
None. |
|
| discount | decimal number |
None. |
|
| CustomerCost | decimal number |
None. |
|
| TotalCost | decimal number |
None. |
|
| orderUnitPrice | decimal number |
None. |
|
| ExpressCost | decimal number |
None. |
|
| SunstoneCost | decimal number |
None. |
|
| expressCostRate | decimal number |
None. |
|
| sunstoneCostRate | decimal number |
None. |
|
| shippingCost | decimal number |
None. |
|
| shippingWeight | decimal number |
None. |
|
| orderSetupCost | decimal number |
None. |
|
| promoDiscount | decimal number |
None. |
|
| promoDiscountMessage | string |
None. |
|
| ETestCostCustomer | decimal number |
None. |
|
| ETestCostSunstone | decimal number |
None. |
|
| ETestCostExpress | decimal number |
None. |
|
| taxes | decimal number |
None. |
|
| ulCertCostCustomer | decimal number |
None. |
|
| ulCertCostSunstone | decimal number |
None. |
|
| ulCertCostExpress | decimal number |
None. |
|
| lotCodeCostCustomer | decimal number |
None. |
|
| lotCodeCostSunstone | decimal number |
None. |
|
| lotCodeCostExpress | decimal number |
None. |
|
| dateCodeCostCustomer | decimal number |
None. |
|
| dateCodeCostSunstone | decimal number |
None. |
|
| dateCodeCostExpress | decimal number |
None. |
|
| hasErrors | boolean |
None. |
|
| promoDiscountHasError | boolean |
None. |
|
| usedPromo | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"hasErrors": true,
"promoDiscountHasError": true,
"usedPromo": true,
"errorType": "sample string 1",
"errors": "sample string 2",
"ServiceId": 3,
"manAreaRate": 4.0,
"boardRate": 5.0,
"setupRate": 6.0,
"boardSetup": 7.0,
"areaCost": 8.0,
"discount": 9.0,
"CustomerCost": 10.0,
"TotalCost": 11.0,
"orderUnitPrice": 12.0,
"ExpressCost": 13.0,
"SunstoneCost": 14.0,
"expressCostRate": 15.0,
"sunstoneCostRate": 16.0,
"shippingCost": 17.0,
"shippingWeight": 18.0,
"orderSetupCost": 19.0,
"promoDiscount": 20.0,
"promoDiscountMessage": "sample string 21",
"ETestCostCustomer": 22.0,
"ETestCostSunstone": 23.0,
"ETestCostExpress": 24.0,
"taxes": 25.0,
"ulCertCostCustomer": 26.0,
"ulCertCostSunstone": 27.0,
"ulCertCostExpress": 28.0,
"lotCodeCostCustomer": 29.0,
"lotCodeCostSunstone": 30.0,
"lotCodeCostExpress": 31.0,
"dateCodeCostCustomer": 32.0,
"dateCodeCostSunstone": 33.0,
"dateCodeCostExpress": 34.0
}
application/xml, text/xml
Sample:
<GetPricingResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExpressPcbWebsiteAPI.Models"> <CustomerCost>10</CustomerCost> <ETestCostCustomer>22</ETestCostCustomer> <ETestCostExpress>24</ETestCostExpress> <ETestCostSunstone>23</ETestCostSunstone> <ExpressCost>13</ExpressCost> <ServiceId>3</ServiceId> <SunstoneCost>14</SunstoneCost> <TotalCost>11</TotalCost> <areaCost>8</areaCost> <boardRate>5</boardRate> <boardSetup>7</boardSetup> <dateCodeCostCustomer>32</dateCodeCostCustomer> <dateCodeCostExpress>34</dateCodeCostExpress> <dateCodeCostSunstone>33</dateCodeCostSunstone> <discount>9</discount> <errorType>sample string 1</errorType> <errors>sample string 2</errors> <expressCostRate>15</expressCostRate> <hasErrors>true</hasErrors> <lotCodeCostCustomer>29</lotCodeCostCustomer> <lotCodeCostExpress>31</lotCodeCostExpress> <lotCodeCostSunstone>30</lotCodeCostSunstone> <manAreaRate>4</manAreaRate> <orderSetupCost>19</orderSetupCost> <orderUnitPrice>12</orderUnitPrice> <promoDiscount>20</promoDiscount> <promoDiscountHasError>true</promoDiscountHasError> <promoDiscountMessage>sample string 21</promoDiscountMessage> <setupRate>6</setupRate> <shippingCost>17</shippingCost> <shippingWeight>18</shippingWeight> <sunstoneCostRate>16</sunstoneCostRate> <taxes>25</taxes> <ulCertCostCustomer>26</ulCertCostCustomer> <ulCertCostExpress>28</ulCertCostExpress> <ulCertCostSunstone>27</ulCertCostSunstone> <usedPromo>true</usedPromo> </GetPricingResponse>