2026-05-05 15:16:42 ======= NEW REQUEST =======
Request received: {
    "invoiceType": "Sale Invoice",
    "invoiceDate": "2026-05-05",
    "sellerNTNCNIC": "2867567",
    "sellerBusinessName": "A.H Enterprises",
    "sellerProvince": "SINDH",
    "sellerAddress": "House No#46, Sector 8\/L, Orangi Town, Karachi West",
    "buyerNTNCNIC": "1234567890123",
    "buyerBusinessName": "Test Buyer",
    "buyerProvince": "SINDH",
    "buyerAddress": "Test Address",
    "buyerRegistrationType": "Registered",
    "invoiceRefNo": "CONNECTION_TEST_1777994201763_1",
    "items": [
        {
            "hsCode": "6305.1000",
            "productDescription": "Connection Test Item",
            "rate": "0",
            "uom": "PCS",
            "quantity": 1,
            "totalValues": 0,
            "valueSalesExcludingST": 0,
            "fixedNotifiedValueOrRetailPrice": 0,
            "salesTaxApplicable": 0,
            "salesTaxWithheldAtSource": 0,
            "extraTax": "0",
            "furtherTax": 0,
            "sroScheduleNo": "",
            "fedPayable": 0,
            "discount": 0,
            "saleType": "",
            "sroItemSerialNo": ""
        }
    ]
}
HTTP Code: 200
cURL Error: 
cURL Error No: 0
Response Headers:
HTTP/1.1 200 OK
Server: nginx/1.20.1
Date: Tue, 05 May 2026 15:15:51 GMT
Content-Type: application/json; charset=UTF-8
Connection: keep-alive
Accept: application/json
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: POST, GET
X-Forwarded-Host: gw.fbr.gov.pk
X-Forwarded-Proto: http
Host: 10.105.200.168:8290
Accept-Encoding: deflate, gzip
X-Forwarded-Port: 8290
Access-Control-Allow-Headers: authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction
Authorization: Bearer d0c519bc-f62e-36fc-98d2-ddfd644bad75
activityid: 435950e1-1303-4195-b72a-0ac53a5b93b1
X-Forwarded-For: 10.105.29.97:43566
X-Real-IP: 209.74.67.23
X-Forwarded-Server: gw.fbr.gov.pk
Content-Encoding: gzip
Set-Cookie: cookiesession1=678B28ED9CCD38A4F4C870A29FE85A8B;Expires=Wed, 05 May 2027 15:16:43 GMT;Path=/;HttpOnly
Content-Length: 407


Response Body:
{
								"dated": "2026-05-05 20:14:43", 
								"sourceInvoiceNo":"",
								"validationResponse": {"statusCode":"01","status":"Invalid","error":"","invoiceStatuses":[{"itemSNo":"1","statusCode":"01","status":"Invalid","errorCode":"0013","error":"Sale type is provided. Please refer to relevant reference API in the technical document for DI API for valid sale types."},{"itemSNo":"1","statusCode":"01","status":"Invalid","invoiceNo":0,"errorCode":"0300","error":"Provided numeric values are invalid. Numeric values must not be negative, null, empty or string type at item 1 for valueSalesExcludingST"}]}
								}
Body length: 618 bytes
Body preview (first 500 chars): {
								"dated": "2026-05-05 20:14:43", 
								"sourceInvoiceNo":"",
								"validationResponse": {"statusCode":"01","status":"Invalid","error":"","invoiceStatuses":[{"itemSNo":"1","statusCode":"01","status":"Invalid","errorCode":"0013","error":"Sale type is provided. Please refer to relevant reference API in the technical document for DI API for valid sale types."},{"itemSNo":"1","statusCode":"01","status":"Invalid","invoiceNo":0,"errorCode":"0300","error":"Provided numeric values are inva
JSON decoded successfully
Final response being sent: {
    "dated": "2026-05-05 20:14:43",
    "sourceInvoiceNo": "",
    "validationResponse": {
        "statusCode": "01",
        "status": "Invalid",
        "error": "",
        "invoiceStatuses": [
            {
                "itemSNo": "1",
                "statusCode": "01",
                "status": "Invalid",
                "errorCode": "0013",
                "error": "Sale type is provided. Please refer to relevant reference API in the technical document for DI API for valid sale types."
            },
            {
                "itemSNo": "1",
                "statusCode": "01",
                "status": "Invalid",
                "invoiceNo": 0,
                "errorCode": "0300",
                "error": "Provided numeric values are invalid. Numeric values must not be negative, null, empty or string type at item 1 for valueSalesExcludingST"
            }
        ]
    },
    "_proxy_info": {
        "http_code": 200,
        "response_time": "2026-05-05 15:16:43"
    }
}
 ======= END REQUEST =======

