POST v1/Order/OrderVersionDetailList

Return the list of OrderVersionDetail

Request Information

URI Parameters

None.

Body Parameters

OrderVersionDetailRequest
NameDescriptionTypeAdditional information
VersionID

Provide the VersionID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "VersionID": 1
}

application/xml, text/xml

Sample:
<OrderVersionDetailRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <VersionID>1</VersionID>
</OrderVersionDetailRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OrderVersionDetailRequest'.

Response Information

Resource Description

Collection of OrderVersionDetailResponse
NameDescriptionTypeAdditional information
OrderVersionDetailID

Provide OrderVersionDetailID

integer

None.

VersionID

Provide VersionID

integer

None.

ServiceTypeId

Provide ServiceTypeId

integer

None.

ServiceTypeName

Provide ServiceTypeName

string

None.

ServiceTypeSort

Provide ServiceTypeSort

string

None.

ServiceId

Provide ServiceId

integer

None.

ServiceCode

Provide ServiceCode

string

None.

ServiceName

Provide the ServiceName

string

None.

Quantity

Provide the Quantity

decimal number

None.

UnitPriceNoMarkup

Provide the UnitPriceNoMarkup

decimal number

None.

ServiceMarkup

Provide the ServiceMarkup

decimal number

None.

UnitPrice

Provide the UnitPrice

decimal number

None.

LineTotal

Provide the LineTotal

decimal number

None.

Taxable

Provide the Taxable

boolean

None.

TaxablePercent

Provide the TaxablePercent

decimal number

None.

TaxAmount

Provide the TaxAmount

decimal number

None.

RunRate

Provide the RunRate

decimal number

None.

RunTime

Provide the RunTime

decimal number

None.

QtyDone

Provide the QtyDone

decimal number

None.

Complete

Provide the Complete

boolean

None.

PrioritySort

Provide the PrioritySort

integer

None.

Comment

Provide the Comment

string

None.

Priority

Provide the Priority

integer

None.

ServiceHyperlink

Provide the ServiceHyperlink

string

None.

FileLocation

Provide the FileLocation

string

None.

UDFList

Provide UDF List

StandardUDFList

None.

UnitOfMeasureName

Provide the UnitOfMeasureName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "OrderVersionDetailID": 1,
    "VersionID": 2,
    "ServiceTypeId": 3,
    "ServiceTypeName": "sample string 4",
    "ServiceTypeSort": "sample string 5",
    "ServiceId": 6,
    "ServiceCode": "sample string 7",
    "ServiceName": "sample string 8",
    "Quantity": 9.0,
    "UnitPriceNoMarkup": 10.0,
    "ServiceMarkup": 11.0,
    "UnitPrice": 12.0,
    "LineTotal": 13.0,
    "Taxable": true,
    "TaxablePercent": 1.0,
    "TaxAmount": 1.0,
    "RunRate": 1.0,
    "RunTime": 1.0,
    "QtyDone": 1.0,
    "Complete": true,
    "PrioritySort": 1,
    "Comment": "sample string 14",
    "Priority": 1,
    "ServiceHyperlink": "sample string 15",
    "FileLocation": "sample string 16",
    "UDFList": {
      "UDF1": "sample string 21",
      "UDF2": "sample string 22",
      "UDF3": "sample string 23",
      "UDF4": "sample string 24",
      "UDF5": "sample string 25",
      "UDF6": "sample string 26",
      "UDF7": "sample string 27",
      "UDF8": "sample string 28",
      "UDF9": "sample string 29",
      "UDF10": "sample string 30",
      "UDF11": "sample string 1",
      "UDF12": "sample string 2",
      "UDF13": "sample string 3",
      "UDF14": "sample string 4",
      "UDF15": "sample string 5",
      "UDF16": "sample string 6",
      "UDF17": "sample string 7",
      "UDF18": "sample string 8",
      "UDF19": "sample string 9",
      "UDF20": "sample string 10",
      "UDF21": "sample string 11",
      "UDF22": "sample string 12",
      "UDF23": "sample string 13",
      "UDF24": "sample string 14",
      "UDF25": "sample string 15",
      "UDF26": "sample string 16",
      "UDF27": "sample string 17",
      "UDF28": "sample string 18",
      "UDF29": "sample string 19",
      "UDF30": "sample string 20"
    },
    "UnitOfMeasureName": "sample string 17"
  },
  {
    "OrderVersionDetailID": 1,
    "VersionID": 2,
    "ServiceTypeId": 3,
    "ServiceTypeName": "sample string 4",
    "ServiceTypeSort": "sample string 5",
    "ServiceId": 6,
    "ServiceCode": "sample string 7",
    "ServiceName": "sample string 8",
    "Quantity": 9.0,
    "UnitPriceNoMarkup": 10.0,
    "ServiceMarkup": 11.0,
    "UnitPrice": 12.0,
    "LineTotal": 13.0,
    "Taxable": true,
    "TaxablePercent": 1.0,
    "TaxAmount": 1.0,
    "RunRate": 1.0,
    "RunTime": 1.0,
    "QtyDone": 1.0,
    "Complete": true,
    "PrioritySort": 1,
    "Comment": "sample string 14",
    "Priority": 1,
    "ServiceHyperlink": "sample string 15",
    "FileLocation": "sample string 16",
    "UDFList": {
      "UDF1": "sample string 21",
      "UDF2": "sample string 22",
      "UDF3": "sample string 23",
      "UDF4": "sample string 24",
      "UDF5": "sample string 25",
      "UDF6": "sample string 26",
      "UDF7": "sample string 27",
      "UDF8": "sample string 28",
      "UDF9": "sample string 29",
      "UDF10": "sample string 30",
      "UDF11": "sample string 1",
      "UDF12": "sample string 2",
      "UDF13": "sample string 3",
      "UDF14": "sample string 4",
      "UDF15": "sample string 5",
      "UDF16": "sample string 6",
      "UDF17": "sample string 7",
      "UDF18": "sample string 8",
      "UDF19": "sample string 9",
      "UDF20": "sample string 10",
      "UDF21": "sample string 11",
      "UDF22": "sample string 12",
      "UDF23": "sample string 13",
      "UDF24": "sample string 14",
      "UDF25": "sample string 15",
      "UDF26": "sample string 16",
      "UDF27": "sample string 17",
      "UDF28": "sample string 18",
      "UDF29": "sample string 19",
      "UDF30": "sample string 20"
    },
    "UnitOfMeasureName": "sample string 17"
  }
]

application/xml, text/xml

Sample:
<ArrayOfOrderVersionDetailResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <OrderVersionDetailResponse>
    <OrderVersionDetailID>1</OrderVersionDetailID>
    <VersionID>2</VersionID>
    <ServiceTypeId>3</ServiceTypeId>
    <ServiceTypeName>sample string 4</ServiceTypeName>
    <ServiceTypeSort>sample string 5</ServiceTypeSort>
    <ServiceId>6</ServiceId>
    <ServiceCode>sample string 7</ServiceCode>
    <ServiceName>sample string 8</ServiceName>
    <Quantity>9</Quantity>
    <UnitPriceNoMarkup>10</UnitPriceNoMarkup>
    <ServiceMarkup>11</ServiceMarkup>
    <UnitPrice>12</UnitPrice>
    <LineTotal>13</LineTotal>
    <Taxable>true</Taxable>
    <TaxablePercent>1</TaxablePercent>
    <TaxAmount>1</TaxAmount>
    <RunRate>1</RunRate>
    <RunTime>1</RunTime>
    <QtyDone>1</QtyDone>
    <Complete>true</Complete>
    <PrioritySort>1</PrioritySort>
    <Comment>sample string 14</Comment>
    <Priority>1</Priority>
    <ServiceHyperlink>sample string 15</ServiceHyperlink>
    <FileLocation>sample string 16</FileLocation>
    <UDFList>
      <UDF1>sample string 21</UDF1>
      <UDF2>sample string 22</UDF2>
      <UDF3>sample string 23</UDF3>
      <UDF4>sample string 24</UDF4>
      <UDF5>sample string 25</UDF5>
      <UDF6>sample string 26</UDF6>
      <UDF7>sample string 27</UDF7>
      <UDF8>sample string 28</UDF8>
      <UDF9>sample string 29</UDF9>
      <UDF10>sample string 30</UDF10>
      <UDF11>sample string 1</UDF11>
      <UDF12>sample string 2</UDF12>
      <UDF13>sample string 3</UDF13>
      <UDF14>sample string 4</UDF14>
      <UDF15>sample string 5</UDF15>
      <UDF16>sample string 6</UDF16>
      <UDF17>sample string 7</UDF17>
      <UDF18>sample string 8</UDF18>
      <UDF19>sample string 9</UDF19>
      <UDF20>sample string 10</UDF20>
      <UDF21>sample string 11</UDF21>
      <UDF22>sample string 12</UDF22>
      <UDF23>sample string 13</UDF23>
      <UDF24>sample string 14</UDF24>
      <UDF25>sample string 15</UDF25>
      <UDF26>sample string 16</UDF26>
      <UDF27>sample string 17</UDF27>
      <UDF28>sample string 18</UDF28>
      <UDF29>sample string 19</UDF29>
      <UDF30>sample string 20</UDF30>
    </UDFList>
    <TaxableNotBillable>true</TaxableNotBillable>
    <UnitOfMeasureName>sample string 17</UnitOfMeasureName>
  </OrderVersionDetailResponse>
  <OrderVersionDetailResponse>
    <OrderVersionDetailID>1</OrderVersionDetailID>
    <VersionID>2</VersionID>
    <ServiceTypeId>3</ServiceTypeId>
    <ServiceTypeName>sample string 4</ServiceTypeName>
    <ServiceTypeSort>sample string 5</ServiceTypeSort>
    <ServiceId>6</ServiceId>
    <ServiceCode>sample string 7</ServiceCode>
    <ServiceName>sample string 8</ServiceName>
    <Quantity>9</Quantity>
    <UnitPriceNoMarkup>10</UnitPriceNoMarkup>
    <ServiceMarkup>11</ServiceMarkup>
    <UnitPrice>12</UnitPrice>
    <LineTotal>13</LineTotal>
    <Taxable>true</Taxable>
    <TaxablePercent>1</TaxablePercent>
    <TaxAmount>1</TaxAmount>
    <RunRate>1</RunRate>
    <RunTime>1</RunTime>
    <QtyDone>1</QtyDone>
    <Complete>true</Complete>
    <PrioritySort>1</PrioritySort>
    <Comment>sample string 14</Comment>
    <Priority>1</Priority>
    <ServiceHyperlink>sample string 15</ServiceHyperlink>
    <FileLocation>sample string 16</FileLocation>
    <UDFList>
      <UDF1>sample string 21</UDF1>
      <UDF2>sample string 22</UDF2>
      <UDF3>sample string 23</UDF3>
      <UDF4>sample string 24</UDF4>
      <UDF5>sample string 25</UDF5>
      <UDF6>sample string 26</UDF6>
      <UDF7>sample string 27</UDF7>
      <UDF8>sample string 28</UDF8>
      <UDF9>sample string 29</UDF9>
      <UDF10>sample string 30</UDF10>
      <UDF11>sample string 1</UDF11>
      <UDF12>sample string 2</UDF12>
      <UDF13>sample string 3</UDF13>
      <UDF14>sample string 4</UDF14>
      <UDF15>sample string 5</UDF15>
      <UDF16>sample string 6</UDF16>
      <UDF17>sample string 7</UDF17>
      <UDF18>sample string 8</UDF18>
      <UDF19>sample string 9</UDF19>
      <UDF20>sample string 10</UDF20>
      <UDF21>sample string 11</UDF21>
      <UDF22>sample string 12</UDF22>
      <UDF23>sample string 13</UDF23>
      <UDF24>sample string 14</UDF24>
      <UDF25>sample string 15</UDF25>
      <UDF26>sample string 16</UDF26>
      <UDF27>sample string 17</UDF27>
      <UDF28>sample string 18</UDF28>
      <UDF29>sample string 19</UDF29>
      <UDF30>sample string 20</UDF30>
    </UDFList>
    <TaxableNotBillable>true</TaxableNotBillable>
    <UnitOfMeasureName>sample string 17</UnitOfMeasureName>
  </OrderVersionDetailResponse>
</ArrayOfOrderVersionDetailResponse>