POST api/MobileApi/DeleteSamples

Request Information

URI Parameters

None.

Body Parameters

MobileDeleteSample
NameDescriptionTypeAdditional information
SAMPNOs

string

Required

COCNO

string

Required

UserId

integer

Required

ClientId

string

Required

Token

string

Required

ServerName

string

Required

LastUpdatedTime

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SAMPNOs": "sample string 1",
  "COCNO": "sample string 2",
  "UserId": 1,
  "ClientId": "sample string 3",
  "Token": "sample string 4",
  "ServerName": "sample string 5",
  "LastUpdatedTime": 6
}

application/xml, text/xml

Sample:
<MobileDeleteSample xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chemtest.EntityModel.Models">
  <ClientId>sample string 3</ClientId>
  <LastUpdatedTime>6</LastUpdatedTime>
  <ServerName>sample string 5</ServerName>
  <Token>sample string 4</Token>
  <UserId>1</UserId>
  <COCNO>sample string 2</COCNO>
  <SAMPNOs>sample string 1</SAMPNOs>
</MobileDeleteSample>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MobileDeleteSample'.

Response Information

Resource Description

ResponseOfBoolean
NameDescriptionTypeAdditional information
statusCode

string

None.

responseData

boolean

None.

status

string

None.

Response Formats

application/json, text/json

Sample:
{
  "statusCode": "sample string 1",
  "responseData": true,
  "status": "sample string 3"
}

application/xml, text/xml

Sample:
<ResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chemtest.EntityModel.Models">
  <responseData>true</responseData>
  <status>sample string 3</status>
  <statusCode>sample string 1</statusCode>
</ResponseOfboolean>