Create or update an order identifier
Name | Type | Description |
---|---|---|
request | SaveIdentifiersRequest |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/OpenOrders/SaveIdentifier
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
request={
"Identifier": {
"IdentifierId": 1,
"IsCustom": true,
"ImageId": "ecac062d-b7f9-4310-b733-5a129d77b8a2",
"ImageUrl": "sample string 4",
"Tag": "sample string 5",
"Name": "sample string 6"
}
}
This is an example of the response JSON. Results will vary depending on your data.
{
"IdentifierId": 1,
"IsCustom": true,
"ImageId": "3eedf5a4-1062-4b1d-a0d6-6e9ae2642453",
"ImageUrl": "sample string 4",
"Tag": "sample string 5",
"Name": "sample string 6"
}