Quotation

{
    "PeakQuotations": {
        "quotations": [
            {
                "id": "",
                "code": "",
                "issuedDate": "",
                "dueDate": "",
                "contactId": "",
                "contactCode": "",
                "reference": "",
                "status": "Approve",
                "isTaxInvoice": 0,
                "preTaxAmount": 0.0,
                "vatAmount": 00,
                "netAmount": 0.0,
                "whtAmount": 0.0,
                "documentLink": "",
                "onlineViewLink": "",
                "taxStatus": 0,
                "products": [
                    {
                        "id": "",
                        "productId": "",
                        "productCode": "",
                        "accountCode": "",
                        "description": "",
                        "quantity": 0,
                        "price": 0,
                        "vatType":0,
                        "withHoldingTaxAmount": ""
                    }
                ],
                "resCode": "200",
                "resDesc": "Success"
            }
        ],
        "resDesc": "PeakQuotations have Completed",
        "resCode": "200"
    },
    "eventType": "Create",
    "apiType": "ApiQuotation"
}