ArID
This method returns the primary key of an item (ar_numero) from a given item code.
Body - raw:
{
"Method": "ArID",
"Parameters": [
<cItemCode>
]
}
Example:
*/ Return the ID (primary key) of the item whose code is 'ABC123'.
{
"Method": "ArID",
"Parameters": [
"ABC123"
]
}