POST ScheduleInvoice/ScheduleInvoice_Insert

Request Information

URI Parameters

None.

Body Parameters

ScheduleInvoice
NameDescriptionTypeAdditional information
Id

integer

None.

Date

date

None.

RescheduleDate

date

None.

Reason

string

None.

Notes

string

None.

InvoiceNo

integer

None.

UserId

integer

None.

CompanyId

integer

None.

BranchId

integer

None.

customerid

integer

None.

Balance

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Date": "2025-10-29T05:43:20.9920519+03:00",
  "RescheduleDate": "2025-10-29T05:43:20.9920519+03:00",
  "Reason": "sample string 4",
  "Notes": "sample string 5",
  "InvoiceNo": 6,
  "UserId": 7,
  "CompanyId": 8,
  "BranchId": 9,
  "customerid": 10,
  "Balance": 11.0
}

application/xml, text/xml

Sample:
<ScheduleInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO">
  <Balance>11</Balance>
  <BranchId>9</BranchId>
  <CompanyId>8</CompanyId>
  <Date>2025-10-29T05:43:20.9920519+03:00</Date>
  <Id>1</Id>
  <InvoiceNo>6</InvoiceNo>
  <Notes>sample string 5</Notes>
  <Reason>sample string 4</Reason>
  <RescheduleDate>2025-10-29T05:43:20.9920519+03:00</RescheduleDate>
  <UserId>7</UserId>
  <customerid>10</customerid>
</ScheduleInvoice>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
ErrorCode

integer

None.

ErrorMessage

string

None.

IsScusses

boolean

None.

ResponseDetails

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrorCode": 1,
  "ErrorMessage": "sample string 2",
  "IsScusses": true,
  "ResponseDetails": {}
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accounting.API.Models">
  <ErrorCode>1</ErrorCode>
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsScusses>true</IsScusses>
  <ResponseDetails />
</Response>