POST api/BanasAIHRApi/IVFDetailMasterRtr

Request Information

URI Parameters

None.

Body Parameters

IVFMasterViewModel
NameDescriptionTypeAdditional information
IVFId

integer

None.

OPUScheduleId

integer

None.

SpeciesId

integer

None.

SpeciesName

string

None.

BreedId

integer

None.

BreedName

string

None.

TagNo

string

None.

OPUDate

string

None.

IVFDate

string

None.

IVFDoneBy

string

None.

IVFRemark

string

None.

TotalOocytesIVM

integer

None.

TotalOocytesIVF

integer

None.

CreateDate

string

None.

CreateUser

string

None.

Action

string

None.

FromDate

date

None.

ToDate

date

None.

Detail

Collection of IVFDetailViewModel

None.

Request Formats

application/json, text/json

Sample:
{
  "IVFId": 1,
  "OPUScheduleId": 1,
  "SpeciesId": 1,
  "SpeciesName": "sample string 2",
  "BreedId": 1,
  "BreedName": "sample string 3",
  "TagNo": "sample string 4",
  "OPUDate": "sample string 5",
  "IVFDate": "sample string 6",
  "IVFDoneBy": "sample string 7",
  "IVFRemark": "sample string 8",
  "TotalOocytesIVM": 9,
  "TotalOocytesIVF": 10,
  "CreateDate": "sample string 11",
  "CreateUser": "sample string 12",
  "Action": "sample string 13",
  "FromDate": "2026-08-01T15:55:24.1608724+05:30",
  "ToDate": "2026-08-01T15:55:24.1608724+05:30",
  "Detail": [
    {
      "IVFDetailId": 1,
      "IVFId": 1,
      "SireId": "sample string 2",
      "SemenTypeId": 1,
      "SemenTypeName": "sample string 3",
      "TechnologyId": 1,
      "TechnologyName": "sample string 4",
      "FSDBatchNo": "sample string 5",
      "NoFSD": 1,
      "FSDPTM": 1,
      "Motility": 1,
      "IVFOocytes": 1
    },
    {
      "IVFDetailId": 1,
      "IVFId": 1,
      "SireId": "sample string 2",
      "SemenTypeId": 1,
      "SemenTypeName": "sample string 3",
      "TechnologyId": 1,
      "TechnologyName": "sample string 4",
      "FSDBatchNo": "sample string 5",
      "NoFSD": 1,
      "FSDPTM": 1,
      "Motility": 1,
      "IVFOocytes": 1
    }
  ]
}

application/xml, text/xml

Sample:
<IVFMasterViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BanasAIHRViewModel.Master">
  <Action>sample string 13</Action>
  <BreedId>1</BreedId>
  <BreedName>sample string 3</BreedName>
  <CreateDate>sample string 11</CreateDate>
  <CreateUser>sample string 12</CreateUser>
  <Detail>
    <IVFDetailViewModel>
      <FSDBatchNo>sample string 5</FSDBatchNo>
      <FSDPTM>1</FSDPTM>
      <IVFDetailId>1</IVFDetailId>
      <IVFId>1</IVFId>
      <IVFOocytes>1</IVFOocytes>
      <Motility>1</Motility>
      <NoFSD>1</NoFSD>
      <SemenTypeId>1</SemenTypeId>
      <SemenTypeName>sample string 3</SemenTypeName>
      <SireId>sample string 2</SireId>
      <TechnologyId>1</TechnologyId>
      <TechnologyName>sample string 4</TechnologyName>
    </IVFDetailViewModel>
    <IVFDetailViewModel>
      <FSDBatchNo>sample string 5</FSDBatchNo>
      <FSDPTM>1</FSDPTM>
      <IVFDetailId>1</IVFDetailId>
      <IVFId>1</IVFId>
      <IVFOocytes>1</IVFOocytes>
      <Motility>1</Motility>
      <NoFSD>1</NoFSD>
      <SemenTypeId>1</SemenTypeId>
      <SemenTypeName>sample string 3</SemenTypeName>
      <SireId>sample string 2</SireId>
      <TechnologyId>1</TechnologyId>
      <TechnologyName>sample string 4</TechnologyName>
    </IVFDetailViewModel>
  </Detail>
  <FromDate>2026-08-01T15:55:24.1608724+05:30</FromDate>
  <IVFDate>sample string 6</IVFDate>
  <IVFDoneBy>sample string 7</IVFDoneBy>
  <IVFId>1</IVFId>
  <IVFRemark>sample string 8</IVFRemark>
  <OPUDate>sample string 5</OPUDate>
  <OPUScheduleId>1</OPUScheduleId>
  <SpeciesId>1</SpeciesId>
  <SpeciesName>sample string 2</SpeciesName>
  <TagNo>sample string 4</TagNo>
  <ToDate>2026-08-01T15:55:24.1608724+05:30</ToDate>
  <TotalOocytesIVF>10</TotalOocytesIVF>
  <TotalOocytesIVM>9</TotalOocytesIVM>
</IVFMasterViewModel>

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.