latest
  • latest
  • v1.0.0
Platform
Platform
  • Staging
  • Prod
CRM
CRM
  • Staging
  • Staging
App
App
  • AppStore (PROD)
  • Playstore (PROD)
  • AppStore (Staging)
  • Playstore (Staging)
Infra
Infra
  • GCP (Cloud)
  • Resend (Email)
  • Cloudflare (CDN)
Platform
Platform
  • Staging
  • Prod
CRM
CRM
  • Staging
  • Staging
App
App
  • AppStore (PROD)
  • Playstore (PROD)
  • AppStore (Staging)
  • Playstore (Staging)
Infra
Infra
  • GCP (Cloud)
  • Resend (Email)
  • Cloudflare (CDN)
latest
  • latest
  • v1.0.0
latest
  • latest
  • v1.0.0
  1. billing
  • Start your Apidog journey
  • Core API
  • Mock Core API
  • Web BFF
  • Schemas
    • Core
      • auth
        • adminUserListing
        • adminUserGet
        • adminUserCreate
        • adminUserUpdate
        • User
        • Session
        • Account
        • Verification
        • Jwks
      • user
        • user
        • userGet
        • userListing
        • userSet
        • userAccountUpdateRequest
        • userAccountUpdateRequestListing
        • userAccountUpdateRequestGet
        • userAccountUpdateRequestSet
        • userKyc
        • userAccountGet
        • userKycListing
        • userAccountSet
        • userKycGet
        • userKycSet
        • sendOtp
        • sendOtpResponse
        • verifyOtp
      • activity
        • activity
        • activityListing
        • activityGet
        • activitySet
      • business
        • business
        • businessListing
        • businessGet
        • businessSet
        • businessUpdateRequest
        • businessUpdateRequestListing
        • businessUpdateRequestGet
        • businessUpdateRequestSet
        • businessTeamMember
        • businessTeamMemberListing
        • businessTeamMemberGet
        • businessTeamMemberSet
        • businessKyc
        • businessKycListing
        • businessKycGet
        • businessKycSet
      • tender
        • tender
        • tenderListing
        • tenderGet
        • tenderSet
        • tenderBid
        • tenderBidListing
        • tenderBidGet
        • tenderBidSet
        • tenderUpdateRequest
        • tenderUpdateRequestListing
        • tenderUpdateRequestGet
        • tenderUpdateRequestSet
      • master
        • category
        • categoryListing
        • categoryGet
        • categorySet
        • industry
        • industryListing
        • industryGet
        • industrySet
      • enquiry
        • enquiry
        • enquiryListing
        • enquiryGet
        • enquirySet
      • catalog
        • catalog
        • catalogListing
        • catalogGet
        • catalogSet
        • catalogVariant
        • catalogVariantListing
        • catalogVariantGet
        • catalogVariantSet
        • catalogUpdateRequest
        • catalogUpdateRequestListing
        • catalogUpdateRequestGet
        • catalogUpdateRequestSet
        • catalogVariantUpdateRequest
        • catalogVariantUpdateRequestListing
        • catalogVariantUpdateRequestGet
        • catalogVariantUpdateRequestSet
      • billing
        • billingAccount
        • billingAccountListing
        • billingAccountGet
        • billingAccountSet
        • billingAccountAccess
        • billingAccountAccessListing
        • billingAccountAccessGet
        • billingAccountAccessSet
        • invoice
        • invoiceListing
        • invoiceGet
        • invoiceSet
        • invoicePayment
        • invoicePaymentListing
        • invoicePaymentGet
        • invoicePaymentSet
        • invoiceItem
        • invoiceItemListing
        • invoiceItemGet
        • invoiceItemSet
      • wallet
        • wallet
        • walletListing
        • walletGet
        • walletSet
        • walletTransaction
        • walletTransactionListing
        • walletTransactionGet
        • walletTransactionSet
      • handler
        • err400
        • err401
        • err403
        • err404
        • err429
        • err500
        • success
Platform
Platform
  • Staging
  • Prod
CRM
CRM
  • Staging
  • Staging
App
App
  • AppStore (PROD)
  • Playstore (PROD)
  • AppStore (Staging)
  • Playstore (Staging)
Infra
Infra
  • GCP (Cloud)
  • Resend (Email)
  • Cloudflare (CDN)
Platform
Platform
  • Staging
  • Prod
CRM
CRM
  • Staging
  • Staging
App
App
  • AppStore (PROD)
  • Playstore (PROD)
  • AppStore (Staging)
  • Playstore (Staging)
Infra
Infra
  • GCP (Cloud)
  • Resend (Email)
  • Cloudflare (CDN)
latest
  • latest
  • v1.0.0
latest
  • latest
  • v1.0.0
  1. billing

invoice

{
    "id": "string",
    "billingAccountId": "string",
    "type": "standard",
    "invoiceNumber": "string",
    "taxIgstAmount": 0,
    "taxCgstAmount": 0,
    "taxSgstAmount": 0,
    "taxAmount": 0,
    "totalAmount": 0,
    "paidAmount": 0,
    "currency": "string",
    "status": "draft",
    "dueDate": "2019-08-24T14:15:22.123Z",
    "issuedAt": "2019-08-24T14:15:22.123Z",
    "itemCount": 0,
    "items": [
        {
            "id": "string",
            "description": "string",
            "amount": 0,
            "currency": "string",
            "quantity": 0,
            "hsnCode": "string",
            "sacCode": "string",
            "unitPrice": 0,
            "unit": "string",
            "unitTax": 0,
            "unitTaxAmount": 0,
            "taxType": "overseas",
            "taxIgstRate": 0,
            "taxCgstRate": 0,
            "taxSgstRate": 0,
            "taxIgstAmount": 0,
            "taxCgstAmount": 0,
            "taxSgstAmount": 0,
            "taxAmount": 0,
            "totalAmount": 0
        }
    ],
    "note": "string",
    "metadata": null,
    "createdAt": "2019-08-24T14:15:22.123Z",
    "updatedAt": "2019-08-24T14:15:22.123Z"
}
Built with