Download OpenAPI specification:Download
The Number Inventory Management API is a RESTful endpoint that allows management of inventoried service numbers.
Update an inventoried service number by ID.
Allowed patch operations for each patchable property of an inventoried service number.
addInventoryGroupIDs/#array : add
availableDate : add, remove, replace
inventoryStatusID : add, replace
isPortedInNumber : add, remove, replace
notes : add, remove, replace
nRUFSubCategoryID : add, remove, replace
portedFromOwnerID : add, remove, replace
portedToOwnerID : add, remove, replace
removeInventoryGroupIDs/#array : add
| inventoryItemID required | integer Example: 1 Unique identifier of the inventoried service number to update. |
| op required | string (op) Enum: "add" "replace" "remove" The type of JSON Patch operation being requested. |
| path required | string Path within the JSON document that should be modified. |
| value | string If supplied, the new value to be used at the given path by the given operation. |
[- {
- "op": "replace",
- "path": "/inventoryStatusID",
- "value": 6
}
]{- "errors": {
- "field": "inventoryItemID",
- "loggingNumber": 500032,
- "message": "You do not have access to InventoryItem ID 0 or it does not exist."
}
}PATCH api/inventoriedServiceNumber