POST api/GSTFILE/GSTUserAction

Request Information

URI Parameters

None.

Body Parameters

GSTFileViewModel
NameDescriptionTypeAdditional information
SysID

integer

None.

ActionType

string

None.

CompanyID

integer

None.

Year

integer

None.

Month

integer

None.

MonthName

string

None.

SectionCode

string

None.

SectionDescription

string

None.

RequestJson

string

None.

ResponseJson

string

None.

json

string

None.

MobileNumber

string

None.

IsActive

boolean

None.

LoginId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SysID": 1,
  "ActionType": "sample string 2",
  "CompanyID": 3,
  "Year": 4,
  "Month": 5,
  "MonthName": "sample string 6",
  "SectionCode": "sample string 7",
  "SectionDescription": "sample string 8",
  "RequestJson": "sample string 9",
  "ResponseJson": "sample string 10",
  "json": "sample string 11",
  "MobileNumber": "sample string 12",
  "IsActive": true,
  "LoginId": 14
}

application/xml, text/xml

Sample:
<GSTFileViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAL.ViewModel">
  <ActionType>sample string 2</ActionType>
  <CompanyID>3</CompanyID>
  <IsActive>true</IsActive>
  <LoginId>14</LoginId>
  <MobileNumber>sample string 12</MobileNumber>
  <Month>5</Month>
  <MonthName>sample string 6</MonthName>
  <RequestJson>sample string 9</RequestJson>
  <ResponseJson>sample string 10</ResponseJson>
  <SectionCode>sample string 7</SectionCode>
  <SectionDescription>sample string 8</SectionDescription>
  <SysID>1</SysID>
  <Year>4</Year>
  <json>sample string 11</json>
</GSTFileViewModel>

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.