POST v1/Invoices/Reissue
Request Information
URI Parameters
None.
Body Parameters
Common.Dto.Post.InvoiceReissueName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
note | string |
String length: inclusive between 0 and 150 |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "note": "sample string 2" }
Response Information
Resource Description
Common.Dto.Get.DraftInvoiceName | Description | Type | Additional information |
---|---|---|---|
billingPeriodId | integer |
None. |
|
billingPeriodDefinitionId | integer |
None. |
|
effectiveTimestamp | date |
None. |
|
estimatedDueDateTimestamp | date |
None. |
|
modifiedTimestamp | date |
None. |
|
status | string |
None. |
|
poNumber | string |
None. |
|
draftCharges | Collection of Common.Dto.Get.DraftCharge |
None. |
|
draftChargeGroups | Collection of Common.Dto.Get.DraftChargeGroup |
None. |
|
subtotal | decimal number |
None. |
|
totalDiscount | decimal number |
None. |
|
total | decimal number |
None. |
|
tax | Common.Dto.Get.Tax |
None. |
|
taxes | Collection of Common.Dto.Get.Tax |
None. |
|
paymentSchedules | Collection of Common.Dto.Get.DraftPaymentSchedule |
None. |
|
customer | Common.Dto.Get.DraftInvoiceCustomer |
None. |
|
notes | string |
None. |
|
shippingInstructions | string |
None. |
|
customerReferenceValue | string |
None. |
|
terms | string |
None. |
|
defaultTerms | string |
None. |
|
isDefaultTerms | boolean |
None. |
|
lastGenerated | string |
None. |
|
rollUpPdf | boolean |
None. |
|
invoiceSummarizationOption | string |
None. |
|
childCharges | Collection of Common.Dto.Get.DraftChildChargeSummary |
None. |
|
childChargeTotals | Common.Dto.Get.ChildChargeSummary |
None. |
|
parentSummary | Common.Dto.Get.ParentChargeSummary |
None. |
|
totalChargeCount | integer |
None. |
|
totalPostableChargeCount | integer |
None. |
|
hasPurchasePerformanceObligations | boolean |
None. |
|
avalaraId | string |
None. |
|
isTermsEditableFromPaymentScheduleDates | boolean |
None. |
|
referenceDate | date |
None. |
|
relatedInvoiceId | integer |
None. |
|
id | integer |
None. |
|
uri | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.