Request for unit identifiers

Example
POST https://api.idissuer.pl/v2/unique-identifiers/unit-level
Content-Type: application/json
Authorization: Bearer {{AUTH_TOKEN}}
{
"EO_ID": "PLPWPWA1B210A",
"F_ID": "PLPWPW987ABC",
"Process_Type": true,
"M_ID": "PLPWPW00012ABC",
"P_Type": 11,
"P_OtherType": "Description of another type of tobacco product",
"P_CN": "WWWW1234EE",
"P_Brand": "Special Cigarrets",
"P_weight": 50,
"TP_ID": "12345-22-54321",
"TP_PN": "12345678",
"Intended_Market": "Fl",
"Intended_Route1": true,
"Intended_Route2": "AD",
"Import": true,
"Req_Quantity": 100000,
"Process_Immediately": true
}
Response
HTTP/1.1 202 Accepted
Connection: close
Date: Tue, 05 Mar 2019 09:31:49 GMT
Content-Type: application/json; charset=utf-8
Location: https://api.idissuer.pl/v2/unique-identifiers/521
{
"recall_code": 521
}
Request for aggregated identifiers

Example
POST https://api.idissuer.pl/v2/unique-identifiers/aggregated-level
Content-Type: application/json
Authorization: Bearer {{AUTH_TOKEN}}
{
"EO_ID": "PLPWPWA1B210A",
"F_ID": "PLPWPW987ABC",
"Req_Quantity": "100000",
"Process_Immediately": true
}
Response
HTTP/1.1 202 Accepted
Connection: close
Date: Tue, 05 Mar 2019 09:31:49 GMT
Content-Type: application/json; charset=utf-8
Location: https://api.idissuer.pl/v2/aggregated-identifiers/521
{
"recall_code": 521
}