InventoryDefault

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getInventoryDefault

post

Get the getInventoryDefault data.

Authorizations
Body
InventoryDefaultInventoryTypeintegerRequired
Responses
200

Successful operation.

application/json
post
/getInventoryDefault
POST /nexum/627/2022.01/parameter/getInventoryDefault HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 158

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "InventoryDefaultInventoryType": 1,
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "InventoryDefault": {
    "Cost": 1,
    "FaceValue": 1,
    "LocationCode": "text",
    "Price": 1,
    "Quantity": 1,
    "StandardFee": 1,
    "Status": 1,
    "TermFrequency": 1,
    "TermPeriod": 1,
    "Type": 1,
    "InventoryType": 1
  }
}

getInventoryDefaultSelectFields

post

InventoryDefaultSelectFields

Authorizations
Body
InventoryDefaultInventoryTypeintegerOptional
Responses
200

Successful operation.

application/json
post
/getInventoryDefaultSelectFields
POST /nexum/627/2022.01/parameter/getInventoryDefaultSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 429

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "InventoryDefaultInventoryType": 1,
  "SelectableFields": {
    "IncludeAllInventoryDefaultFields": true,
    "InventoryDefaultFields": {
      "Cost": true,
      "FaceValue": true,
      "InventoryType": true,
      "LocationCode": true,
      "Price": true,
      "Quantity": true,
      "StandardFee": true,
      "Status": true,
      "TermFrequency": true,
      "TermPeriod": true,
      "Type": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "InventoryDefault": {
    "Cost": 1,
    "FaceValue": 1,
    "LocationCode": "text",
    "Price": 1,
    "Quantity": 1,
    "StandardFee": 1,
    "Status": 1,
    "TermFrequency": 1,
    "TermPeriod": 1,
    "Type": 1,
    "InventoryType": 1
  }
}

getInventoryDefaultPagedList

post

Get the getInventoryDefaultPagedList data.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getInventoryDefaultPagedList
POST /nexum/627/2022.01/parameter/getInventoryDefaultPagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 218

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "InventoryDefault": [
    {
      "Cost": 1,
      "FaceValue": 1,
      "LocationCode": "text",
      "Price": 1,
      "Quantity": 1,
      "StandardFee": 1,
      "Status": 1,
      "TermFrequency": 1,
      "TermPeriod": 1,
      "Type": 1,
      "InventoryType": 1
    }
  ],
  "Token": "text"
}

getInventoryDefaultListSelectFields

post

Get the getInventoryDefaultListSelectFields data.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getInventoryDefaultListSelectFields
POST /nexum/627/2022.01/parameter/getInventoryDefaultListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 395

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllInventoryDefaultFields": true,
    "InventoryDefaultFields": {
      "Cost": true,
      "FaceValue": true,
      "InventoryType": true,
      "LocationCode": true,
      "Price": true,
      "Quantity": true,
      "StandardFee": true,
      "Status": true,
      "TermFrequency": true,
      "TermPeriod": true,
      "Type": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "InventoryDefaultList": {
    "hasReachedMaximumListSize": true,
    "InventoryDefault": [
      {
        "Cost": 1,
        "FaceValue": 1,
        "LocationCode": "text",
        "Price": 1,
        "Quantity": 1,
        "StandardFee": 1,
        "Status": 1,
        "TermFrequency": 1,
        "TermPeriod": 1,
        "Type": 1,
        "InventoryType": 1
      }
    ]
  }
}

searchInventoryDefaultSelectFields

post

Field for selecting various options related to searchinventorydefaultselectfields

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/searchInventoryDefaultSelectFields
POST /nexum/627/2022.01/parameter/searchInventoryDefaultSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 427

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllInventoryDefaultFields": true,
    "InventoryDefaultFields": {
      "Cost": true,
      "FaceValue": true,
      "InventoryType": true,
      "LocationCode": true,
      "Price": true,
      "Quantity": true,
      "StandardFee": true,
      "Status": true,
      "TermFrequency": true,
      "TermPeriod": true,
      "Type": true
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "InventoryDefaultList": {
    "hasReachedMaximumListSize": true,
    "InventoryDefault": [
      {
        "Cost": 1,
        "FaceValue": 1,
        "LocationCode": "text",
        "Price": 1,
        "Quantity": 1,
        "StandardFee": 1,
        "Status": 1,
        "TermFrequency": 1,
        "TermPeriod": 1,
        "Type": 1,
        "InventoryType": 1
      }
    ]
  }
}

getInventoryDefaultPagedListSelectFields

post

Get the getInventoryDefaultPagedListSelectFields data.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getInventoryDefaultPagedListSelectFields
POST /nexum/627/2022.01/parameter/getInventoryDefaultPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 489

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllInventoryDefaultFields": true,
    "InventoryDefaultFields": {
      "Cost": true,
      "FaceValue": true,
      "InventoryType": true,
      "LocationCode": true,
      "Price": true,
      "Quantity": true,
      "StandardFee": true,
      "Status": true,
      "TermFrequency": true,
      "TermPeriod": true,
      "Type": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "InventoryDefault": [
    {
      "Cost": 1,
      "FaceValue": 1,
      "LocationCode": "text",
      "Price": 1,
      "Quantity": 1,
      "StandardFee": 1,
      "Status": 1,
      "TermFrequency": 1,
      "TermPeriod": 1,
      "Type": 1,
      "InventoryType": 1
    }
  ],
  "Token": "text"
}

searchInventoryDefaultPagedSelectFields

post

Field for selecting various options related to searchinventorydefaultpagedselectfields

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

application/json
post
/searchInventoryDefaultPagedSelectFields
POST /nexum/627/2022.01/parameter/searchInventoryDefaultPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 504

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllInventoryDefaultFields": true,
    "InventoryDefaultFields": {
      "Cost": true,
      "FaceValue": true,
      "InventoryType": true,
      "LocationCode": true,
      "Price": true,
      "Quantity": true,
      "StandardFee": true,
      "Status": true,
      "TermFrequency": true,
      "TermPeriod": true,
      "Type": true
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "InventoryDefault": [
    {
      "Cost": 1,
      "FaceValue": 1,
      "LocationCode": "text",
      "Price": 1,
      "Quantity": 1,
      "StandardFee": 1,
      "Status": 1,
      "TermFrequency": 1,
      "TermPeriod": 1,
      "Type": 1,
      "InventoryType": 1
    }
  ],
  "Token": "text"
}

updateInventoryDefaultByID

post
Authorizations
Body
InventoryDefaultInventoryTypeintegerOptional
Responses
200

Successful operation.

application/json
post
/updateInventoryDefaultByID
POST /nexum/627/2022.01/parameter/updateInventoryDefaultByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 322

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "InventoryDefaultInventoryType": 1,
  "InventoryDefaultUpdatableFields": {
    "Cost": 1,
    "FaceValue": 1,
    "LocationCode": "text",
    "Price": 1,
    "Quantity": 1,
    "StandardFee": 1,
    "Status": 1,
    "TermFrequency": 1,
    "TermPeriod": 1
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {
    "isAllFieldsUpdateSuccess": true,
    "FailedUpdateStatus": [
      {
        "Record": "text",
        "ErrorCode": "text",
        "ErrorMessage": "text",
        "PrimaryKeyField": [
          {
            "Name": "text",
            "Value": "text"
          }
        ]
      }
    ]
  }
}

Last updated

Was this helpful?