POST services/api/v1/Zatca_InvoiceGenerate

Request Information

URI Parameters

None.

Body Parameters

Zatca_Req
NameDescriptionTypeAdditional information
ZatcaDocId

integer

None.

InvNo

integer

None.

Doctype

integer

None.

LocId

integer

None.

ZatcaDocPath

string

None.

IsResend

boolean

None.

UserId

integer

None.

QrCodeData

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ZatcaDocId": 1,
  "InvNo": 2,
  "Doctype": 3,
  "LocId": 4,
  "ZatcaDocPath": "sample string 5",
  "IsResend": true,
  "UserId": 7,
  "QrCodeData": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"