POST api/BanasAIHRApi/OPUScheduleMasterRtr

Request Information

URI Parameters

None.

Body Parameters

OPUScheduleViewModel
NameDescriptionTypeAdditional information
OPUScheduleId

integer

None.

OPUSchID

integer

None.

SpeciesId

integer

None.

BreedId

integer

None.

Tagno

string

None.

FarmerCode

string

None.

ScheduleDate

date

None.

CreateUser

string

None.

OPUPerformStatus

string

None.

OPUDate

string

None.

OPUPerformUser

string

None.

OPUPerformRemark

string

None.

Action

string

None.

FromDate

string

None.

ToDate

string

None.

Location

string

None.

PurposeId

integer

None.

HormonalSituation

boolean

None.

ProtocolId

integer

None.

StartTime

string

None.

EndTime

string

None.

AnesthesiaId

integer

None.

Dose

decimal number

None.

PumpPressure

decimal number

None.

RightFollicles

integer

None.

LeftFollicles

integer

None.

CorpusLuteum

string

None.

TotalOocytes

integer

None.

OPUMediaId

integer

None.

BatchNo

string

None.

EmbryoConfirmStatus

boolean

None.

ConfirmDay

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "OPUScheduleId": 1,
  "OPUSchID": 2,
  "SpeciesId": 3,
  "BreedId": 4,
  "Tagno": "sample string 5",
  "FarmerCode": "sample string 6",
  "ScheduleDate": "2026-08-01T16:05:38.5824295+05:30",
  "CreateUser": "sample string 8",
  "OPUPerformStatus": "sample string 9",
  "OPUDate": "sample string 10",
  "OPUPerformUser": "sample string 11",
  "OPUPerformRemark": "sample string 12",
  "Action": "sample string 13",
  "FromDate": "sample string 14",
  "ToDate": "sample string 15",
  "Location": "sample string 16",
  "PurposeId": 1,
  "HormonalSituation": true,
  "ProtocolId": 1,
  "StartTime": "sample string 17",
  "EndTime": "sample string 18",
  "AnesthesiaId": 1,
  "Dose": 1.0,
  "PumpPressure": 1.0,
  "RightFollicles": 1,
  "LeftFollicles": 1,
  "CorpusLuteum": "sample string 19",
  "TotalOocytes": 1,
  "OPUMediaId": 1,
  "BatchNo": "sample string 20",
  "EmbryoConfirmStatus": true,
  "ConfirmDay": 1
}

application/xml, text/xml

Sample:
<OPUScheduleViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BanasAIHRViewModel.AnimalActivity">
  <Action>sample string 13</Action>
  <AnesthesiaId>1</AnesthesiaId>
  <BatchNo>sample string 20</BatchNo>
  <BreedId>4</BreedId>
  <ConfirmDay>1</ConfirmDay>
  <CorpusLuteum>sample string 19</CorpusLuteum>
  <CreateUser>sample string 8</CreateUser>
  <Dose>1</Dose>
  <EmbryoConfirmStatus>true</EmbryoConfirmStatus>
  <EndTime>sample string 18</EndTime>
  <FarmerCode>sample string 6</FarmerCode>
  <FromDate>sample string 14</FromDate>
  <HormonalSituation>true</HormonalSituation>
  <LeftFollicles>1</LeftFollicles>
  <Location>sample string 16</Location>
  <OPUDate>sample string 10</OPUDate>
  <OPUMediaId>1</OPUMediaId>
  <OPUPerformRemark>sample string 12</OPUPerformRemark>
  <OPUPerformStatus>sample string 9</OPUPerformStatus>
  <OPUPerformUser>sample string 11</OPUPerformUser>
  <OPUSchID>2</OPUSchID>
  <OPUScheduleId>1</OPUScheduleId>
  <ProtocolId>1</ProtocolId>
  <PumpPressure>1</PumpPressure>
  <PurposeId>1</PurposeId>
  <RightFollicles>1</RightFollicles>
  <ScheduleDate>2026-08-01T16:05:38.5824295+05:30</ScheduleDate>
  <SpeciesId>3</SpeciesId>
  <StartTime>sample string 17</StartTime>
  <Tagno>sample string 5</Tagno>
  <ToDate>sample string 15</ToDate>
  <TotalOocytes>1</TotalOocytes>
</OPUScheduleViewModel>

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.