POST api/MachineSchedulev

Request Information

URI Parameters

None.

Body Parameters

MachineSchedulev
NameDescriptionTypeAdditional information
MachineSchedulevId

integer

None.

TransactionId

integer

None.

ProcessId

integer

None.

MachineId

integer

None.

TransactionDate

date

None.

StartTime

time interval

None.

EndTime

time interval

None.

Duration

decimal number

None.

FinancialYearId

integer

None.

BranchId

integer

None.

TransactionTypeId

integer

None.

ProcessCode

string

None.

ProcessName

string

None.

MachineCode

string

None.

MachineName

string

None.

TransactionCode

string

None.

TransactionTypeName

string

None.

CreatedDate

date

Data type: DateTime

CreatedBy

string

None.

CreatedByUserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MachineSchedulevId": 1,
  "TransactionId": 2,
  "ProcessId": 3,
  "MachineId": 4,
  "TransactionDate": "2026-01-27T19:08:43.8448465+05:30",
  "StartTime": "00:00:00.1234567",
  "EndTime": "00:00:00.1234567",
  "Duration": 8.1,
  "FinancialYearId": 9,
  "BranchId": 10,
  "TransactionTypeId": 11,
  "ProcessCode": "sample string 12",
  "ProcessName": "sample string 13",
  "MachineCode": "sample string 14",
  "MachineName": "sample string 15",
  "TransactionCode": "sample string 16",
  "TransactionTypeName": "sample string 17",
  "CreatedDate": "2026-01-27T19:08:43.8448465+05:30",
  "CreatedBy": "sample string 19",
  "CreatedByUserId": 20
}

application/xml, text/xml

Sample:
<MachineSchedulev xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities.VirtualEntities">
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">sample string 19</CreatedBy>
  <CreatedByUserId xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">20</CreatedByUserId>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2026-01-27T19:08:43.8448465+05:30</CreatedDate>
  <BranchId>10</BranchId>
  <Duration>8.1</Duration>
  <EndTime>PT0.1234567S</EndTime>
  <FinancialYearId>9</FinancialYearId>
  <MachineCode>sample string 14</MachineCode>
  <MachineId>4</MachineId>
  <MachineName>sample string 15</MachineName>
  <MachineSchedulevId>1</MachineSchedulevId>
  <ProcessCode>sample string 12</ProcessCode>
  <ProcessId>3</ProcessId>
  <ProcessName>sample string 13</ProcessName>
  <StartTime>PT0.1234567S</StartTime>
  <TransactionCode>sample string 16</TransactionCode>
  <TransactionDate>2026-01-27T19:08:43.8448465+05:30</TransactionDate>
  <TransactionId>2</TransactionId>
  <TransactionTypeId>11</TransactionTypeId>
  <TransactionTypeName>sample string 17</TransactionTypeName>
</MachineSchedulev>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.