POST api/Patient/GetSpermPreservationData

Request Information

URI Parameters

None.

Body Parameters

SpermPreservationData
NameDescriptionTypeAdditional information
Mode

string

Required

ClinicId

integer

None.

Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "ClinicId": 2,
  "Id": 3
}

application/xml, text/xml

Sample:
<SpermPreservationData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cryobank.Models">
  <ClinicId>2</ClinicId>
  <Id>3</Id>
  <Mode>sample string 1</Mode>
</SpermPreservationData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.