POST api/BanasAIHRApi/EmbryoRegistrationInsUpd
Request Information
URI Parameters
None.
Body Parameters
EmbryoRegistrationViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| tagno | string |
None. |
|
| opudate | string |
None. |
|
| OPUScheduleId | integer |
None. |
|
| Action | string |
None. |
|
| CreateUser | string |
None. |
|
| DonorId | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| EmbryoRegistration | Collection of EmbryoRegistrationDetail |
None. |
Request Formats
application/json, text/json
Sample:
{
"tagno": "sample string 1",
"opudate": "sample string 2",
"OPUScheduleId": 1,
"Action": "sample string 3",
"CreateUser": "sample string 4",
"DonorId": "sample string 5",
"FromDate": "2026-08-01T15:56:48.7531562+05:30",
"ToDate": "2026-08-01T15:56:48.7531562+05:30",
"EmbryoRegistration": [
{
"EmbryoId": "sample string 1",
"SireId": "sample string 2",
"DonorId": "sample string 3",
"OPUScheduleId": 1,
"SireBreed": 1,
"DonorBreed": 1,
"EmbryosTypeId": 1,
"Grade": "sample string 4",
"AgeInDays": 1,
"EmbryoType": 1,
"FreezingRateInCent": 1.0,
"ContainerId": 1,
"CellId": 1,
"StrawId": "sample string 5"
},
{
"EmbryoId": "sample string 1",
"SireId": "sample string 2",
"DonorId": "sample string 3",
"OPUScheduleId": 1,
"SireBreed": 1,
"DonorBreed": 1,
"EmbryosTypeId": 1,
"Grade": "sample string 4",
"AgeInDays": 1,
"EmbryoType": 1,
"FreezingRateInCent": 1.0,
"ContainerId": 1,
"CellId": 1,
"StrawId": "sample string 5"
}
]
}
application/xml, text/xml
Sample:
<EmbryoRegistrationViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BanasAIHRViewModel.AnimalActivity">
<Action>sample string 3</Action>
<CreateUser>sample string 4</CreateUser>
<DonorId>sample string 5</DonorId>
<EmbryoRegistration>
<EmbryoRegistrationDetail>
<AgeInDays>1</AgeInDays>
<CellId>1</CellId>
<ContainerId>1</ContainerId>
<DonorBreed>1</DonorBreed>
<DonorId>sample string 3</DonorId>
<EmbryoId>sample string 1</EmbryoId>
<EmbryoType>1</EmbryoType>
<EmbryosTypeId>1</EmbryosTypeId>
<FreezingRateInCent>1</FreezingRateInCent>
<Grade>sample string 4</Grade>
<OPUScheduleId>1</OPUScheduleId>
<SireBreed>1</SireBreed>
<SireId>sample string 2</SireId>
<StrawId>sample string 5</StrawId>
</EmbryoRegistrationDetail>
<EmbryoRegistrationDetail>
<AgeInDays>1</AgeInDays>
<CellId>1</CellId>
<ContainerId>1</ContainerId>
<DonorBreed>1</DonorBreed>
<DonorId>sample string 3</DonorId>
<EmbryoId>sample string 1</EmbryoId>
<EmbryoType>1</EmbryoType>
<EmbryosTypeId>1</EmbryosTypeId>
<FreezingRateInCent>1</FreezingRateInCent>
<Grade>sample string 4</Grade>
<OPUScheduleId>1</OPUScheduleId>
<SireBreed>1</SireBreed>
<SireId>sample string 2</SireId>
<StrawId>sample string 5</StrawId>
</EmbryoRegistrationDetail>
</EmbryoRegistration>
<FromDate>2026-08-01T15:56:48.7531562+05:30</FromDate>
<OPUScheduleId>1</OPUScheduleId>
<ToDate>2026-08-01T15:56:48.7531562+05:30</ToDate>
<opudate>sample string 2</opudate>
<tagno>sample string 1</tagno>
</EmbryoRegistrationViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |