Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
Required |
Body Parameters
SampleSubmissionPatch| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | SampleSumissionStatus |
Required |
Request Formats
application/json, text/json
Sample:
{
"Status": 1
}
application/xml, text/xml
Sample:
<SampleSubmissionPatch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Promium.ClientConnectAPI"> <Status>Pending</Status> </SampleSubmissionPatch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SampleSubmissionDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectNumber | string |
None. |
|
| COCNum | string |
None. |
|
| BOLNum | string |
None. |
|
| Shipper | string |
None. |
|
| PONumber | string |
None. |
|
| SDGID | string |
None. |
|
| TAT | integer |
None. |
|
| Due | date |
None. |
|
| ProjBillCode | string |
None. |
|
| Samples | Collection of Sample |
None. |
|
| Coolers | Collection of SampleSubmissionCooler |
None. |
|
| SpecialInfos | Collection of SpecialInfo |
None. |
|
| SubmissionKey | string |
None. |
|
| SubmissionID | string |
None. |
|
| SubmissionDate | date |
None. |
|
| UserKey | string |
None. |
|
| UserName | string |
None. |
|
| FacilityCode | string |
None. |
|
| ClientID | string |
None. |
|
| ClientName | string |
None. |
|
| ProjectKey | string |
None. |
|
| ProjectName | string |
None. |
|
| CancelRequested | date |
None. |
|
| ProcessDate | date |
None. |
|
| WorkOrder | string |
None. |
|
| SubmissionComments | string |
None. |
|
| SampleCount | integer |
None. |
|
| Status | SampleSumissionStatus |
None. |
|
| StatusByKey | string |
None. |
|
| StatusByName | string |
None. |
|
| StatusDate | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.