POST Api/V1/TST/WeeklySubmit

Request Information

URI Parameters

None.

Body Parameters

Mobile_TSTTransaction_WeeklySubmit
NameDescriptionTypeAdditional information
TMSTID

integer

None.

TimeZone

string

None.

UsrId

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "TMSTID": 1,
  "TimeZone": "sample string 2",
  "UsrId": 3
}

application/xml, text/xml

Sample:
<Mobile_TSTTransaction_WeeklySubmit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PIMS_Models">
  <TMSTID>1</TMSTID>
  <TimeZone>sample string 2</TimeZone>
  <UsrId>3</UsrId>
</Mobile_TSTTransaction_WeeklySubmit>

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.