Registering economic operator

Registering economic operator
Registering economic operator

Example

POST https://api.idissuer.pl/v2/identifier-codes/economic-operators/
Content-Type: application/json
Authorization: Bearer {{AUTH_TOKEN}} 
 
{   
    "EO_Name1": "International Cigarette Company",
    "EO_Name2": "I.C.C. Inc",
    "EO_Address_StreetOne": "Romana Sanguszki Street",
    "EO_Address_Number": "1",
    "EO_Address_City": "Warsaw",
    "EO_Address_PostalCode": "01-123",
    "EO_CountryReg": "PL",
    "EO_Email": "EconomicOperatorExample@pwpw.pl",
    "VAT_R": true,
    "VAT_N": "PL123456789",
    "TAX_N": "0123456789",
    "EO_ExciseNumber1": true,
    "EO_ExciseNumber2": "PL123456789AB",
    "OtherEOID_R": true,
    "OtherEOID_N": [
        "OtherCode12345",
        "SecondCode12345"
    ],
    "Reg_3RD": true,
    "Reg_EOID": "PLPWPW0000001"
}
                

Response

HTTP/1.1 202 Accepted
Connection: close
Date: Tue, 05 Mar 2019 09:04:03 GMT
Content-Type: application/json; charset=utf-8 
 
{
    "Request_Id": 681 
}
                

Updating of a economic operator

 Updating of a economic operator
Updating of a economic operator

Example

PUT https://api.idissuer.pl/v2/identifier-codes/economic-operators/
Content-Type: application/json
Authorization: Bearer {{AUTH_TOKEN}} 
 
{
    "EO_ID": "PLPWPW000002b",
    "EO_CODE": "BuIfkl07",
    "EO_Name1": "International Cigarette Company",
    "EO_Name2": "I.C.C. Inc",
    "EO_Address_StreetOne": "Romana Sanguszki Street",
    "EO_Address_Number": "1",
    "EO_Address_City": "Warsaw",
    "EO_Address_PostalCode": "01-123",
    "EO_CountryReg": "PL",
    "EO_Email": "EconomicOperatorExample@pwpw.pl",
    "VAT_R": true,
    "VAT_N": "PL123456789",
    "TAX_N": "0123456789",
    "EO_ExciseNumber1": true,
    "EO_ExciseNumber2": "PL123456789AB",
    "OtherEOID_R": true,
    "OtherEOID_N": [
        "OtherCode12345",
        "SecondCode12345"
    ],
    "Reg_3RD": true,
    "Reg_EOID": "PLPWPW0000001"
}
                

Response

HTTP/1.1 202 Accepted
Connection: close
Date: Tue, 05 Mar 2019 09:04:03 GMT
Content-Type: application/json; charset=utf-8 
 
{
    "Request_Id": 681 
}
                

Deregistration of a economic operator

Deregistration of a economic operator
Deregistration of a economic operator

Example

DELETE https://api.idissuer.pl/v2/identifier-codes/economic-operators/
Content-Type: application/json
Authorization: Bearer {{AUTH_TOKEN}} 
 
{
    "EO_ID": "PLPWPWA1B210A",
    "EO_CODE": "Ex4Mpl3",
    "Reg_3RD": true,
    "Reg_EOID": "PLPWPW0000001"
}
                

Response

HTTP/1.1 202 Accepted
Connection: close
Date: Tue, 05 Mar 2019 09:04:03 GMT
Content-Type: application/json; charset=utf-8 
 
{
    "Request_Id": 681 
}
                

Facility registration

Facility registration
Facility registration

Example

POST https://api.idissuer.pl/v2/identifier-codes/facilities/
Content-Type: application/json
Authorization: Bearer {{AUTH_TOKEN}} 
 
{
    "EO_ID": "PLPWPWA1B210A",
    "EO_CODE": "Ex4Mpl3",
    "F_Address_StreetOne": "Romana Sanguszki Street",
    "F_Address_Number": "1",
    "F_Address_City": "Warsaw",
    "F_Address_PostalCode": "01-123",
    "F_Country": "PL",
    "F_Type": 3,
    "F_Type_Other": "string",
    "F_Status": true,
    "F_ExciseNumber1": true,
    "F_ExciseNumber2": "PL123456789AA",
    "OtherFID_R": true,
    "OtherFID_N": [
        "ExampleFacility001"
    ],
    "Reg_3RD": true,
    "Reg_EOID": "PLPWPW0000001"
}
                

Response

HTTP/1.1 202 Accepted
Connection: close
Date: Tue, 05 Mar 2019 09:04:03 GMT
Content-Type: application/json; charset=utf-8 
 
{
    "Request_Id": 681 
}
                

Update of a facility

Update of a facility
Update of a facility

Example

PUT https://api.idissuer.pl/v2/identifier-codes/facilities/
Content-Type: application/json
Authorization: Bearer {{AUTH_TOKEN}} 
 
{
    "F_ID": "PLPWPW987ABC",
    "EO_ID": "PLPWPWA1B210A",
    "EO_CODE": "Ex4Mpl3",
    "F_Address_StreetOne": "Romana Sanguszki Street",
    "F_Address_Number": "1",
    "F_Address_City": "Warsaw",
    "F_Address_PostalCode": "01-123",
    "F_Country": "PL",
    "F_Type": 3,
    "F_Type_Other": "string",
    "F_Status": true,
    "F_ExciseNumber1": true,
    "F_ExciseNumber2": "PL123456789AA",
    "OtherFID_R": true,
    "OtherFID_N": [
        "ExampleFacility001"
    ],
    "Reg_3RD": true,
    "Reg_EOID": "PLPWPW0000001"
}
                

Response

HTTP/1.1 202 Accepted
Connection: close
Date: Tue, 05 Mar 2019 09:04:03 GMT
Content-Type: application/json; charset=utf-8 
 
{
    "Request_Id": 681 
}
                

Deregistration of a facility

Deregistration of a facility
Deregistration of a facility

Example

DELETE https://api.idissuer.pl/v2/identifier-codes/facilities/
Content-Type: application/json
Authorization: Bearer {{AUTH_TOKEN}} 
 
{
    "EO_ID": "PLPWPWA1B210A",
    "EO_CODE": "Ex4Mpl3",
    "F_ID": "PLPWPW987ABC",
    "Reg_3RD": true,
    "Reg_EOID": "PLPWPW0000001"
}
                

Response

HTTP/1.1 202 Accepted
Connection: close
Date: Tue, 05 Mar 2019 09:04:03 GMT
Content-Type: application/json; charset=utf-8 
 
{
    "Request_Id": 681 
}
                

Machine registration

Machine registration
Machine registration

Example

POST https://api.idissuer.pl/v2/identifier-codes/machines/
Content-Type: application/json
Authorization: Bearer {{AUTH_TOKEN}} 
 
{
    "EO_ID": "PLPWPWA1B210A",
    "EO_CODE": "Ex4Mpl3",
    "F_ID": "PLPWPW987ABC",
    "M_Producer": "Machina Maker M&M",
    "M_Model": "Best Machine",
    "M_Number": "BM-MM-12345",
    "M_Capacity": 100000
}
                

Response

HTTP/1.1 202 Accepted
Connection: close
Date: Tue, 05 Mar 2019 09:04:03 GMT
Content-Type: application/json; charset=utf-8 
 
{
    "Request_Id": 681 
}
                

Update of a machine

Update of a machine
Update of a machine

Example

PUT https://api.idissuer.pl/v2/identifier-codes/machines/
Content-Type: application/json
Authorization: Bearer {{AUTH_TOKEN}} 
 
{
    "M_ID": "PLPWPW00012ABC",
    "EO_ID": "PLPWPWA1B210A",
    "EO_CODE": "Ex4Mpl3",
    "F_ID": "PLPWPW987ABC",
    "M_Producer": "Machina Maker M&M",
    "M_Model": "Best Machine",
    "M_Number": "BM-MM-12345",
    "M_Capacity": 100000
}
                

Response

HTTP/1.1 202 Accepted
Connection: close
Date: Tue, 05 Mar 2019 09:04:03 GMT
Content-Type: application/json; charset=utf-8 
 
{
    "Request_Id": 681 
}
                

Deregistration of a machine

Deregistration of a machine
Deregistration of a machine

Example

DELETE https://api.idissuer.pl/v2/identifier-codes/machines/
Content-Type: application/json
Authorization: Bearer {{AUTH_TOKEN}} 
 
{
    "EO_ID": "PLPWPWA1B210A",
    "EO_CODE": "Ex4Mpl3",
    "F_ID": "PLPWPW987ABC",
    "M_ID": "PLPWPW00012ABC" 
}
                

Response

HTTP/1.1 202 Accepted
Connection: close
Date: Tue, 05 Mar 2019 09:04:03 GMT
Content-Type: application/json; charset=utf-8 
 
{
    "Request_Id": 681 
}