GET v1/NetsuiteInventory

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Common.DtoV2.Get.Purchase
NameDescriptionTypeAdditional information
customerId

integer

None.

name

string

None.

description

string

None.

code

string

None.

amount

decimal number

None.

taxableAmount

decimal number

None.

productId

integer

None.

status

string

None.

quantity

decimal number

None.

targetOrderQuantity

decimal number

None.

netsuiteLocationId

string

None.

netsuiteClassId

string

None.

pricingModelType

string

None.

netsuiteBinId

string

None.

earningSettings

Common.Dto.Get.PurchaseEarningTiming

None.

quickBooksClassId

string

None.

id

integer

None.

uri

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "customerId": 1,
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "amount": 5.0,
    "taxableAmount": 6.0,
    "productId": 7,
    "status": "sample string 8",
    "quantity": 9.0,
    "targetOrderQuantity": 1.0,
    "netsuiteLocationId": "sample string 10",
    "netsuiteClassId": "sample string 11",
    "pricingModelType": "sample string 12",
    "netsuiteBinId": "sample string 13",
    "earningSettings": {
      "earningInterval": "sample string 1",
      "earningNumberOfIntervals": 1,
      "earningTimingInterval": "sample string 2",
      "earningTimingType": "sample string 3",
      "earningSchedules": [
        {
          "scheduledInterval": "sample string 1",
          "numberOfIntervals": 1,
          "scheduledAmount": 1.0,
          "reference": "sample string 2",
          "discountSchedules": [
            {
              "scheduledInterval": "sample string 1",
              "numberOfIntervals": 1,
              "scheduledAmount": 1.0,
              "reference": "sample string 2"
            },
            {
              "scheduledInterval": "sample string 1",
              "numberOfIntervals": 1,
              "scheduledAmount": 1.0,
              "reference": "sample string 2"
            }
          ],
          "scheduledType": "sample string 3",
          "id": 4,
          "uri": "sample string 5"
        },
        {
          "scheduledInterval": "sample string 1",
          "numberOfIntervals": 1,
          "scheduledAmount": 1.0,
          "reference": "sample string 2",
          "discountSchedules": [
            {
              "scheduledInterval": "sample string 1",
              "numberOfIntervals": 1,
              "scheduledAmount": 1.0,
              "reference": "sample string 2"
            },
            {
              "scheduledInterval": "sample string 1",
              "numberOfIntervals": 1,
              "scheduledAmount": 1.0,
              "reference": "sample string 2"
            }
          ],
          "scheduledType": "sample string 3",
          "id": 4,
          "uri": "sample string 5"
        }
      ]
    },
    "quickBooksClassId": "sample string 14",
    "id": 15,
    "uri": "sample string 16"
  },
  {
    "customerId": 1,
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "amount": 5.0,
    "taxableAmount": 6.0,
    "productId": 7,
    "status": "sample string 8",
    "quantity": 9.0,
    "targetOrderQuantity": 1.0,
    "netsuiteLocationId": "sample string 10",
    "netsuiteClassId": "sample string 11",
    "pricingModelType": "sample string 12",
    "netsuiteBinId": "sample string 13",
    "earningSettings": {
      "earningInterval": "sample string 1",
      "earningNumberOfIntervals": 1,
      "earningTimingInterval": "sample string 2",
      "earningTimingType": "sample string 3",
      "earningSchedules": [
        {
          "scheduledInterval": "sample string 1",
          "numberOfIntervals": 1,
          "scheduledAmount": 1.0,
          "reference": "sample string 2",
          "discountSchedules": [
            {
              "scheduledInterval": "sample string 1",
              "numberOfIntervals": 1,
              "scheduledAmount": 1.0,
              "reference": "sample string 2"
            },
            {
              "scheduledInterval": "sample string 1",
              "numberOfIntervals": 1,
              "scheduledAmount": 1.0,
              "reference": "sample string 2"
            }
          ],
          "scheduledType": "sample string 3",
          "id": 4,
          "uri": "sample string 5"
        },
        {
          "scheduledInterval": "sample string 1",
          "numberOfIntervals": 1,
          "scheduledAmount": 1.0,
          "reference": "sample string 2",
          "discountSchedules": [
            {
              "scheduledInterval": "sample string 1",
              "numberOfIntervals": 1,
              "scheduledAmount": 1.0,
              "reference": "sample string 2"
            },
            {
              "scheduledInterval": "sample string 1",
              "numberOfIntervals": 1,
              "scheduledAmount": 1.0,
              "reference": "sample string 2"
            }
          ],
          "scheduledType": "sample string 3",
          "id": 4,
          "uri": "sample string 5"
        }
      ]
    },
    "quickBooksClassId": "sample string 14",
    "id": 15,
    "uri": "sample string 16"
  }
]