POST api/BanasAIHRApi/OvaRegistrationInsUpd
Request Information
URI Parameters
None.
Body Parameters
OvaRegistrationViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OPUScheduleId | integer |
None. |
|
| OvaRemark | string |
None. |
|
| CreateUser | string |
None. |
|
| Action | string |
None. |
|
| OvaRegistrationType | Collection of OvaRegistrationTypeViewModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"OPUScheduleId": 1,
"OvaRemark": "sample string 2",
"CreateUser": "sample string 3",
"Action": "sample string 4",
"OvaRegistrationType": [
{
"OvaTypeId": 1,
"NoOfOocytes": 2
},
{
"OvaTypeId": 1,
"NoOfOocytes": 2
}
]
}
application/xml, text/xml
Sample:
<OvaRegistrationViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BanasAIHRViewModel.AnimalActivity">
<Action>sample string 4</Action>
<CreateUser>sample string 3</CreateUser>
<OPUScheduleId>1</OPUScheduleId>
<OvaRegistrationType>
<OvaRegistrationTypeViewModel>
<NoOfOocytes>2</NoOfOocytes>
<OvaTypeId>1</OvaTypeId>
</OvaRegistrationTypeViewModel>
<OvaRegistrationTypeViewModel>
<NoOfOocytes>2</NoOfOocytes>
<OvaTypeId>1</OvaTypeId>
</OvaRegistrationTypeViewModel>
</OvaRegistrationType>
<OvaRemark>sample string 2</OvaRemark>
</OvaRegistrationViewModel>
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. |