Fetch API (v3.0: 3.25.0.4)
For differences between versions, see Changelog.
Overview
API Support Group
Languages
Servers
Production server
https://fetch.yellowdogsoftware.com/api/v3/
- Production server
https://fetch.yellowdogsoftware.com/api/v3/itemaliases
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://fetch.yellowdogsoftware.com/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"
}
]'
Response
application/json
[ { "itemAliasID": "f2d847ea-1ef5-413d-a4c7-c9f6947661d5", "created": true, "itemID": "f1f85a48-b9b1-447d-a06c-c1acf57ed3a8", "code": "string" } ]