POST v2/salesOrder/item/saas/save

Add or update information about a Work Order

Request Information

URI Parameters

None.

Body Parameters

SalesOrderItemSaasModel
NameDescriptionTypeAdditional information
SalesOrderItemSaasID

Unique identifier of the address type

integer

None.

SKU

Unique identifier of the address type

SKUModel

None.

SalesOrderID

Unique identifier of the address type

integer

None.

AutoCollectedDevices

Unique identifier of the address type

integer

None.

AutomatedEmails

Unique identifier of the address type

integer

None.

ConcurrentUsers

Unique identifier of the address type

integer

None.

Infrastructure

Unique identifier of the address type

string

None.

MFA

Unique identifier of the address type

boolean

None.

MobileDevices

Unique identifier of the address type

integer

None.

PhoneSupportDays

Unique identifier of the address type

string

None.

RecoveryPointObject

Unique identifier of the address type

string

None.

RecoveryTimeObject

Unique identifier of the address type

string

None.

ContractTerm

Unique identifier of the address type

integer

None.

SaasOperationDays

Unique identifier of the address type

string

None.

SaasOperationTime

Unique identifier of the address type

string

None.

SaasRenewDate

Unique identifier of the address type

date

None.

SaasStartDate

Unique identifier of the address type

date

None.

Sso

Unique identifier of the address type

boolean

None.

SaasUptime

Unique identifier of the address type

decimal number

None.

TotalAssets

Unique identifier of the address type

integer

None.

MonthlyTransactions

Unique identifier of the address type

integer

None.

WhiteLabel

Unique identifier of the address type

boolean

None.

InvoiceFrequency

Unique identifier of the address type

string

None.

CostPerFrequency

Unique identifier of the address type

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "salesOrderItemSaasID": 1,
  "sku": {
    "skuId": 1,
    "isActive": true,
    "partNumber": "sample string 3",
    "partDescription": "sample string 4",
    "skuCategory": {
      "skuCategoryID": 1,
      "isSystem": true,
      "isIntegrationControlled": true,
      "isActive": true,
      "skuCategory": "sample string 5"
    },
    "skuSubCategory": {
      "skuSubCategoryId": 1,
      "skuCategoryId": 2,
      "skuSubCategory": "sample string 3"
    },
    "imageURL": "sample string 5",
    "fileCount": 6,
    "isNonSerialized": true,
    "isLotTraceable": true,
    "receiveNonSerialized": true,
    "receivePreLabeled": true,
    "nonSerializedSKUID": 11,
    "numberPerPallet": 12,
    "purchaseUOM": {
      "unitOfMeasureID": 1,
      "unitOfMeasure": "sample string 2",
      "unitCode": "sample string 3"
    },
    "stockUOM": {
      "unitOfMeasureID": 1,
      "unitOfMeasure": "sample string 2",
      "unitCode": "sample string 3"
    },
    "conversionRatio": 13.0,
    "standardCost": 14.0,
    "vat": 15.0,
    "truckloadQuantity": 16,
    "mask": "sample string 17",
    "skuType": {
      "skuTypeID": 1,
      "skuType": "sample string 2"
    },
    "isIntegrationControlled": true,
    "weight": 19.0,
    "height": 20.0,
    "length": 21.0,
    "width": 22.0,
    "dimensionUOM": {
      "unitOfMeasureID": 1,
      "unitOfMeasure": "sample string 2",
      "unitCode": "sample string 3"
    },
    "weightUOM": {
      "unitOfMeasureID": 1,
      "unitOfMeasure": "sample string 2",
      "unitCode": "sample string 3"
    },
    "isCertified": true,
    "certificationDate": "2025-11-08T08:22:55.774536+00:00"
  },
  "salesOrderID": 2,
  "autoCollectedDevices": 3,
  "automatedEmails": 4,
  "concurrentUsers": 5,
  "infrastructure": "sample string 6",
  "mfa": true,
  "mobileDevices": 8,
  "phoneSupportDays": "sample string 9",
  "recoveryPointObject": "sample string 10",
  "recoveryTimeObject": "sample string 11",
  "contractTerm": 12,
  "saasOperationDays": "sample string 13",
  "saasOperationTime": "sample string 14",
  "saasRenewDate": "2025-11-08T08:22:55.774536+00:00",
  "saasStartDate": "2025-11-08T08:22:55.774536+00:00",
  "sso": true,
  "saasUptime": 18.0,
  "totalAssets": 19,
  "monthlyTransactions": 20,
  "whiteLabel": true,
  "invoiceFrequency": "sample string 22",
  "costPerFrequency": 23.0
}

Response Information

Resource Description

SalesOrderItemSaasModel
NameDescriptionTypeAdditional information
SalesOrderItemSaasID

Unique identifier of the address type

integer

None.

SKU

Unique identifier of the address type

SKUModel

None.

SalesOrderID

Unique identifier of the address type

integer

None.

AutoCollectedDevices

Unique identifier of the address type

integer

None.

AutomatedEmails

Unique identifier of the address type

integer

None.

ConcurrentUsers

Unique identifier of the address type

integer

None.

Infrastructure

Unique identifier of the address type

string

None.

MFA

Unique identifier of the address type

boolean

None.

MobileDevices

Unique identifier of the address type

integer

None.

PhoneSupportDays

Unique identifier of the address type

string

None.

RecoveryPointObject

Unique identifier of the address type

string

None.

RecoveryTimeObject

Unique identifier of the address type

string

None.

ContractTerm

Unique identifier of the address type

integer

None.

SaasOperationDays

Unique identifier of the address type

string

None.

SaasOperationTime

Unique identifier of the address type

string

None.

SaasRenewDate

Unique identifier of the address type

date

None.

SaasStartDate

Unique identifier of the address type

date

None.

Sso

Unique identifier of the address type

boolean

None.

SaasUptime

Unique identifier of the address type

decimal number

None.

TotalAssets

Unique identifier of the address type

integer

None.

MonthlyTransactions

Unique identifier of the address type

integer

None.

WhiteLabel

Unique identifier of the address type

boolean

None.

InvoiceFrequency

Unique identifier of the address type

string

None.

CostPerFrequency

Unique identifier of the address type

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "salesOrderItemSaasID": 1,
  "sku": {
    "skuId": 1,
    "isActive": true,
    "partNumber": "sample string 3",
    "partDescription": "sample string 4",
    "skuCategory": {
      "skuCategoryID": 1,
      "isSystem": true,
      "isIntegrationControlled": true,
      "isActive": true,
      "skuCategory": "sample string 5"
    },
    "skuSubCategory": {
      "skuSubCategoryId": 1,
      "skuCategoryId": 2,
      "skuSubCategory": "sample string 3"
    },
    "imageURL": "sample string 5",
    "fileCount": 6,
    "isNonSerialized": true,
    "isLotTraceable": true,
    "receiveNonSerialized": true,
    "receivePreLabeled": true,
    "nonSerializedSKUID": 11,
    "numberPerPallet": 12,
    "purchaseUOM": {
      "unitOfMeasureID": 1,
      "unitOfMeasure": "sample string 2",
      "unitCode": "sample string 3"
    },
    "stockUOM": {
      "unitOfMeasureID": 1,
      "unitOfMeasure": "sample string 2",
      "unitCode": "sample string 3"
    },
    "conversionRatio": 13.0,
    "standardCost": 14.0,
    "vat": 15.0,
    "truckloadQuantity": 16,
    "mask": "sample string 17",
    "skuType": {
      "skuTypeID": 1,
      "skuType": "sample string 2"
    },
    "isIntegrationControlled": true,
    "weight": 19.0,
    "height": 20.0,
    "length": 21.0,
    "width": 22.0,
    "dimensionUOM": {
      "unitOfMeasureID": 1,
      "unitOfMeasure": "sample string 2",
      "unitCode": "sample string 3"
    },
    "weightUOM": {
      "unitOfMeasureID": 1,
      "unitOfMeasure": "sample string 2",
      "unitCode": "sample string 3"
    },
    "isCertified": true,
    "certificationDate": "2025-11-08T08:22:55.7815379+00:00"
  },
  "salesOrderID": 2,
  "autoCollectedDevices": 3,
  "automatedEmails": 4,
  "concurrentUsers": 5,
  "infrastructure": "sample string 6",
  "mfa": true,
  "mobileDevices": 8,
  "phoneSupportDays": "sample string 9",
  "recoveryPointObject": "sample string 10",
  "recoveryTimeObject": "sample string 11",
  "contractTerm": 12,
  "saasOperationDays": "sample string 13",
  "saasOperationTime": "sample string 14",
  "saasRenewDate": "2025-11-08T08:22:55.7825424+00:00",
  "saasStartDate": "2025-11-08T08:22:55.7825424+00:00",
  "sso": true,
  "saasUptime": 18.0,
  "totalAssets": 19,
  "monthlyTransactions": 20,
  "whiteLabel": true,
  "invoiceFrequency": "sample string 22",
  "costPerFrequency": 23.0
}