Accounting Export Reports that can be consumed by 3rd Party accounting systems
For differences between versions, see Changelog.
curl -i -X POST \
https://developer.yellowdogsoftware.com/_mock/fetch/api/api/v3/itemaliases \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json-patch+json' \
-d '[
{
"itemID": "f1f85a48-b9b1-447d-a06c-c1acf57ed3a8",
"code": "string"
}
]'
[ { "itemAliasID": "f2d847ea-1ef5-413d-a4c7-c9f6947661d5", "created": true, "itemID": "f1f85a48-b9b1-447d-a06c-c1acf57ed3a8", "code": "string" } ]