PUT api/PatientSpecimen/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
PatientSpecimenEditModelName | Description | Type | Additional information |
---|---|---|---|
patientSpecimenId | globally unique identifier |
None. |
|
orderId | globally unique identifier |
None. |
|
submissionTypeId | integer |
None. |
|
specimenNumber | string |
Max length: 20 |
|
fedExNumber | string |
Max length: 25 |
|
accessionDate | date |
None. |
|
collectionDate | date |
None. |
|
collectionTime | string |
Max length: 5 |
Request Formats
application/json, text/json
Sample:
{ "patientSpecimenId": "f033175b-db1b-4f0f-aea1-06b6206e4071", "orderId": "ae88bb02-c15f-4ff7-bcc1-69b25bb6f7d1", "submissionTypeId": 3, "specimenNumber": "sample string 4", "fedExNumber": "sample string 5", "accessionDate": "2021-02-25T22:50:48.0272479-08:00", "collectionDate": "2021-02-25T22:50:48.0272479-08:00", "collectionTime": "sample string 8" }
application/xml, text/xml
Sample:
<PatientSpecimenEditModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Portal.Api.Models"> <accessionDate>2021-02-25T22:50:48.0272479-08:00</accessionDate> <collectionDate>2021-02-25T22:50:48.0272479-08:00</collectionDate> <collectionTime>sample string 8</collectionTime> <fedExNumber>sample string 5</fedExNumber> <orderId>ae88bb02-c15f-4ff7-bcc1-69b25bb6f7d1</orderId> <patientSpecimenId>f033175b-db1b-4f0f-aea1-06b6206e4071</patientSpecimenId> <specimenNumber>sample string 4</specimenNumber> <submissionTypeId>3</submissionTypeId> </PatientSpecimenEditModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |