InventoryService
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieves the inventory.
POST /nexum/627/2022.01/inventory/getInventory HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 195
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"InventoryGlobalSequenceDate": "2025-05-22",
"InventoryGlobalSequence": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"Inventory": {
"AccountNumber": "text",
"ActualFeeAmount": 1,
"ActualSaleAmount": 1,
"Branch": 1,
"City": "text",
"Cost": 1,
"ExtraAddress": "text",
"FaceValue": 1,
"GlobalSequence": 1,
"GlobalSequenceDate": "2025-05-22",
"Id": "text",
"IdType": 1,
"InStockDate": "2025-05-22",
"LocationCode": "text",
"Name": "text",
"Price": 1,
"Quantity": 1,
"RecordChangeDate": "2025-05-22",
"SaleRentalDate": "2025-05-22",
"SbAcqAccount": "text",
"SbAcqRAndTNumber": "text",
"SequenceNumber": 1,
"SerialNumber": "text",
"StandardFee": 1,
"State": "text",
"Status": 1,
"StatusDate": "2025-05-22",
"Street": "text",
"TermFrequency": 1,
"TermPeriod": 1,
"ThroughDate": "2025-05-22",
"TransmissionDate": "2025-05-22",
"Type": 1,
"UserAmount1": 1,
"UserAmount10": 1,
"UserAmount2": 1,
"UserAmount3": 1,
"UserAmount4": 1,
"UserAmount5": 1,
"UserAmount6": 1,
"UserAmount7": 1,
"UserAmount8": 1,
"UserAmount9": 1,
"UserChar1": "text",
"UserChar10": "text",
"UserChar2": "text",
"UserChar3": "text",
"UserChar4": "text",
"UserChar5": "text",
"UserChar6": "text",
"UserChar7": "text",
"UserChar8": "text",
"UserChar9": "text",
"UserCode1": 1,
"UserCode10": 1,
"UserCode2": 1,
"UserCode3": 1,
"UserCode4": 1,
"UserCode5": 1,
"UserCode6": 1,
"UserCode7": 1,
"UserCode8": 1,
"UserCode9": 1,
"UserDate1": "2025-05-22",
"UserDate10": "2025-05-22",
"UserDate2": "2025-05-22",
"UserDate3": "2025-05-22",
"UserDate4": "2025-05-22",
"UserDate5": "2025-05-22",
"UserDate6": "2025-05-22",
"UserDate7": "2025-05-22",
"UserDate8": "2025-05-22",
"UserDate9": "2025-05-22",
"UserId": 1,
"UserNumber1": 1,
"UserNumber10": 1,
"UserNumber2": 1,
"UserNumber3": 1,
"UserNumber4": 1,
"UserNumber5": 1,
"UserNumber6": 1,
"UserNumber7": 1,
"UserNumber8": 1,
"UserNumber9": 1,
"UserRate1": 1,
"UserRate10": 1,
"UserRate2": 1,
"UserRate3": 1,
"UserRate4": 1,
"UserRate5": 1,
"UserRate6": 1,
"UserRate7": 1,
"UserRate8": 1,
"UserRate9": 1,
"VoidDate": "2025-05-22",
"ZipCode": "text"
}
}
Retrieves the inventory with selected fields.
POST /nexum/627/2022.01/inventory/getInventorySelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 1979
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"InventoryGlobalSequenceDate": "2025-05-22",
"InventoryGlobalSequence": 1,
"SelectableFields": {
"IncludeAllInventoryFields": true,
"InventoryFields": {
"AccountNumber": true,
"ActualFeeAmount": true,
"ActualSaleAmount": true,
"Branch": true,
"City": true,
"Cost": true,
"ExtraAddress": true,
"FaceValue": true,
"GlobalSequence": true,
"GlobalSequenceDate": true,
"Id": true,
"IdType": true,
"InStockDate": true,
"LocationCode": true,
"Name": true,
"Price": true,
"Quantity": true,
"RecordChangeDate": true,
"SaleRentalDate": true,
"SbAcqAccount": true,
"SbAcqRAndTNumber": true,
"SequenceNumber": true,
"SerialNumber": true,
"StandardFee": true,
"State": true,
"Status": true,
"StatusDate": true,
"Street": true,
"TermFrequency": true,
"TermPeriod": true,
"ThroughDate": true,
"TransmissionDate": true,
"Type": true,
"UserAmount1": true,
"UserAmount10": true,
"UserAmount2": true,
"UserAmount3": true,
"UserAmount4": true,
"UserAmount5": true,
"UserAmount6": true,
"UserAmount7": true,
"UserAmount8": true,
"UserAmount9": true,
"UserChar1": true,
"UserChar10": true,
"UserChar2": true,
"UserChar3": true,
"UserChar4": true,
"UserChar5": true,
"UserChar6": true,
"UserChar7": true,
"UserChar8": true,
"UserChar9": true,
"UserCode1": true,
"UserCode10": true,
"UserCode2": true,
"UserCode3": true,
"UserCode4": true,
"UserCode5": true,
"UserCode6": true,
"UserCode7": true,
"UserCode8": true,
"UserCode9": true,
"UserDate1": true,
"UserDate10": true,
"UserDate2": true,
"UserDate3": true,
"UserDate4": true,
"UserDate5": true,
"UserDate6": true,
"UserDate7": true,
"UserDate8": true,
"UserDate9": true,
"UserId": true,
"UserNumber1": true,
"UserNumber10": true,
"UserNumber2": true,
"UserNumber3": true,
"UserNumber4": true,
"UserNumber5": true,
"UserNumber6": true,
"UserNumber7": true,
"UserNumber8": true,
"UserNumber9": true,
"UserRate1": true,
"UserRate10": true,
"UserRate2": true,
"UserRate3": true,
"UserRate4": true,
"UserRate5": true,
"UserRate6": true,
"UserRate7": true,
"UserRate8": true,
"UserRate9": true,
"VoidDate": true,
"ZipCode": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"Inventory": {
"AccountNumber": "text",
"ActualFeeAmount": 1,
"ActualSaleAmount": 1,
"Branch": 1,
"City": "text",
"Cost": 1,
"ExtraAddress": "text",
"FaceValue": 1,
"GlobalSequence": 1,
"GlobalSequenceDate": "2025-05-22",
"Id": "text",
"IdType": 1,
"InStockDate": "2025-05-22",
"LocationCode": "text",
"Name": "text",
"Price": 1,
"Quantity": 1,
"RecordChangeDate": "2025-05-22",
"SaleRentalDate": "2025-05-22",
"SbAcqAccount": "text",
"SbAcqRAndTNumber": "text",
"SequenceNumber": 1,
"SerialNumber": "text",
"StandardFee": 1,
"State": "text",
"Status": 1,
"StatusDate": "2025-05-22",
"Street": "text",
"TermFrequency": 1,
"TermPeriod": 1,
"ThroughDate": "2025-05-22",
"TransmissionDate": "2025-05-22",
"Type": 1,
"UserAmount1": 1,
"UserAmount10": 1,
"UserAmount2": 1,
"UserAmount3": 1,
"UserAmount4": 1,
"UserAmount5": 1,
"UserAmount6": 1,
"UserAmount7": 1,
"UserAmount8": 1,
"UserAmount9": 1,
"UserChar1": "text",
"UserChar10": "text",
"UserChar2": "text",
"UserChar3": "text",
"UserChar4": "text",
"UserChar5": "text",
"UserChar6": "text",
"UserChar7": "text",
"UserChar8": "text",
"UserChar9": "text",
"UserCode1": 1,
"UserCode10": 1,
"UserCode2": 1,
"UserCode3": 1,
"UserCode4": 1,
"UserCode5": 1,
"UserCode6": 1,
"UserCode7": 1,
"UserCode8": 1,
"UserCode9": 1,
"UserDate1": "2025-05-22",
"UserDate10": "2025-05-22",
"UserDate2": "2025-05-22",
"UserDate3": "2025-05-22",
"UserDate4": "2025-05-22",
"UserDate5": "2025-05-22",
"UserDate6": "2025-05-22",
"UserDate7": "2025-05-22",
"UserDate8": "2025-05-22",
"UserDate9": "2025-05-22",
"UserId": 1,
"UserNumber1": 1,
"UserNumber10": 1,
"UserNumber2": 1,
"UserNumber3": 1,
"UserNumber4": 1,
"UserNumber5": 1,
"UserNumber6": 1,
"UserNumber7": 1,
"UserNumber8": 1,
"UserNumber9": 1,
"UserRate1": 1,
"UserRate10": 1,
"UserRate2": 1,
"UserRate3": 1,
"UserRate4": 1,
"UserRate5": 1,
"UserRate6": 1,
"UserRate7": 1,
"UserRate8": 1,
"UserRate9": 1,
"VoidDate": "2025-05-22",
"ZipCode": "text"
}
}