POST api/Schedule/UpdateScheduleDetailsById
Request Information
URI Parameters
None.
Body Parameters
ScheduleViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| schedulemasterid | integer |
None. |
|
| customercode | string |
None. |
|
| customermasterid | integer |
None. |
|
| customername | string |
None. |
|
| invoiceno | string |
None. |
|
| invoicedate | date |
None. |
|
| emailsent | boolean |
None. |
|
| filepath | string |
None. |
|
| doctypeid | integer |
None. |
|
| dockey | string |
None. |
|
| docvalue | string |
None. |
|
| iserror | boolean |
None. |
|
| filename | string |
None. |
|
| scheduledetails | Collection of ScheduleDetails |
None. |
Request Formats
application/json, text/json
Sample:
{
"schedulemasterid": 1,
"customercode": "sample string 2",
"customermasterid": 3,
"customername": "sample string 4",
"invoiceno": "sample string 5",
"invoicedate": "2026-04-14T17:40:02.0926466+05:30",
"emailsent": true,
"filepath": "sample string 8",
"doctypeid": 9,
"dockey": "sample string 10",
"docvalue": "sample string 11",
"iserror": true,
"filename": "sample string 13",
"scheduledetails": [
{
"scheduledate": "2026-04-14T17:40:02.0926466+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:40:02.0926466+05:30",
"invoicedate": "2026-04-14T17:40:02.0926466+05:30",
"emailsent": true,
"filepath": "sample string 12",
"doctypeid": 13,
"dockey": "sample string 14",
"docvalue": "sample string 15",
"iserror": true,
"schedulestatusmasterid": 17
},
{
"scheduledate": "2026-04-14T17:40:02.0926466+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:40:02.0926466+05:30",
"invoicedate": "2026-04-14T17:40:02.0926466+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:
<ScheduleViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/atulsalesdocs_api.Models">
<customercode>sample string 2</customercode>
<customermasterid>3</customermasterid>
<customername>sample string 4</customername>
<dockey>sample string 10</dockey>
<doctypeid>9</doctypeid>
<docvalue>sample string 11</docvalue>
<emailsent>true</emailsent>
<filename>sample string 13</filename>
<filepath>sample string 8</filepath>
<invoicedate>2026-04-14T17:40:02.0926466+05:30</invoicedate>
<invoiceno>sample string 5</invoiceno>
<iserror>true</iserror>
<scheduledetails>
<ScheduleDetails>
<customercode>sample string 5</customercode>
<customermasterid>6</customermasterid>
<customername>sample string 3</customername>
<docdate>2026-04-14T17:40:02.0926466+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:40:02.0926466+05:30</invoicedate>
<invoiceno>sample string 7</invoiceno>
<iserror>true</iserror>
<scheduledate>2026-04-14T17:40:02.0926466+05:30</scheduledate>
<scheduledetailsid>2</scheduledetailsid>
<schedulemasterid>4</schedulemasterid>
<schedulestatusmasterid>17</schedulestatusmasterid>
</ScheduleDetails>
<ScheduleDetails>
<customercode>sample string 5</customercode>
<customermasterid>6</customermasterid>
<customername>sample string 3</customername>
<docdate>2026-04-14T17:40:02.0926466+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:40:02.0926466+05:30</invoicedate>
<invoiceno>sample string 7</invoiceno>
<iserror>true</iserror>
<scheduledate>2026-04-14T17:40:02.0926466+05:30</scheduledate>
<scheduledetailsid>2</scheduledetailsid>
<schedulemasterid>4</schedulemasterid>
<schedulestatusmasterid>17</schedulestatusmasterid>
</ScheduleDetails>
</scheduledetails>
<schedulemasterid>1</schedulemasterid>
</ScheduleViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResultViewModel| Name | Description | Type | Additional 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>