POST api/Schedule/SendEmail

Request Information

URI Parameters

None.

Body Parameters

ScheduleDetails
NameDescriptionTypeAdditional information
scheduledate

date

None.

scheduledetailsid

integer

None.

customername

string

None.

schedulemasterid

integer

None.

customercode

string

None.

customermasterid

integer

None.

invoiceno

string

None.

docno

string

None.

docdate

date

None.

invoicedate

date

None.

emailsent

boolean

None.

filepath

string

None.

doctypeid

integer

None.

dockey

string

None.

docvalue

string

None.

iserror

boolean

None.

schedulestatusmasterid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "scheduledate": "2026-04-14T17:35:24.820114+05:30",
  "scheduledetailsid": 2,
  "customername": "sample string 3",
  "schedulemasterid": 4,
  "customercode": "sample string 5",
  "customermasterid": 6,
  "invoiceno": "sample string 7",
  "docno": "sample string 8",
  "docdate": "2026-04-14T17:35:24.820114+05:30",
  "invoicedate": "2026-04-14T17:35:24.820114+05:30",
  "emailsent": true,
  "filepath": "sample string 12",
  "doctypeid": 13,
  "dockey": "sample string 14",
  "docvalue": "sample string 15",
  "iserror": true,
  "schedulestatusmasterid": 17
}

application/xml, text/xml

Sample:
<ScheduleDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/atulsalesdocs_api.Models">
  <customercode>sample string 5</customercode>
  <customermasterid>6</customermasterid>
  <customername>sample string 3</customername>
  <docdate>2026-04-14T17:35:24.820114+05:30</docdate>
  <dockey>sample string 14</dockey>
  <docno>sample string 8</docno>
  <doctypeid>13</doctypeid>
  <docvalue>sample string 15</docvalue>
  <emailsent>true</emailsent>
  <filepath>sample string 12</filepath>
  <invoicedate>2026-04-14T17:35:24.820114+05:30</invoicedate>
  <invoiceno>sample string 7</invoiceno>
  <iserror>true</iserror>
  <scheduledate>2026-04-14T17:35:24.820114+05:30</scheduledate>
  <scheduledetailsid>2</scheduledetailsid>
  <schedulemasterid>4</schedulemasterid>
  <schedulestatusmasterid>17</schedulestatusmasterid>
</ScheduleDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResultViewModel
NameDescriptionTypeAdditional information
status

boolean

None.

message

string

None.

data

Object

None.

errorCode

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "status": true,
  "message": "sample string 2",
  "data": {},
  "errorCode": 4
}

application/xml, text/xml

Sample:
<HttpResultViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/atulsalesdocs_api.Models">
  <data />
  <errorCode>4</errorCode>
  <message>sample string 2</message>
  <status>true</status>
</HttpResultViewModel>