POST api/REGRPTIMG_SAMPS

Request Information

URI Parameters

None.

Body Parameters

REGRPTIMG_SAMPS
NameDescriptionTypeAdditional information
REGRPTIMG_SAMPS_ID

integer

None.

REGRPTIMAGES_ID

integer

None.

SAMPNO

integer

None.

REGTID

string

None.

CREATED

date

None.

Request Formats

application/json, text/json

Sample:
{
  "REGRPTIMG_SAMPS_ID": 1,
  "REGRPTIMAGES_ID": 2,
  "SAMPNO": 3,
  "REGTID": "sample string 4",
  "CREATED": "2024-10-10T19:15:33.5708689+11:00"
}

application/xml, text/xml

Sample:
<REGRPTIMG_SAMPS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LimsOminiApi.Models">
  <CREATED>2024-10-10T19:15:33.5708689+11:00</CREATED>
  <REGRPTIMAGES_ID>2</REGRPTIMAGES_ID>
  <REGRPTIMG_SAMPS_ID>1</REGRPTIMG_SAMPS_ID>
  <REGTID>sample string 4</REGTID>
  <SAMPNO>3</SAMPNO>
</REGRPTIMG_SAMPS>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.