POST api/Accounts/GetGLMaster

Request Information

URI Parameters

None.

Body Parameters

GLMasterInput
NameDescriptionTypeAdditional information
GL_ID

integer

None.

GL_COMP_ID

integer

None.

GL_CODE

string

None.

GL_DESC

string

None.

GL_MAIN_ACCOUNT

string

None.

GL_NATURE

string

None.

GL_CATEGORY

integer

None.

GL_STATUS

string

None.

START

integer

None.

LENGTH

integer

None.

APG_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "GL_ID": 1,
  "GL_COMP_ID": 1,
  "GL_CODE": "sample string 1",
  "GL_DESC": "sample string 2",
  "GL_MAIN_ACCOUNT": "sample string 3",
  "GL_NATURE": "sample string 4",
  "GL_CATEGORY": 1,
  "GL_STATUS": "sample string 5",
  "START": 1,
  "LENGTH": 1,
  "APG_ID": 1
}

application/xml, text/xml

Sample:
<GLMasterInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <APG_ID>1</APG_ID>
  <GL_CATEGORY>1</GL_CATEGORY>
  <GL_CODE>sample string 1</GL_CODE>
  <GL_COMP_ID>1</GL_COMP_ID>
  <GL_DESC>sample string 2</GL_DESC>
  <GL_ID>1</GL_ID>
  <GL_MAIN_ACCOUNT>sample string 3</GL_MAIN_ACCOUNT>
  <GL_NATURE>sample string 4</GL_NATURE>
  <GL_STATUS>sample string 5</GL_STATUS>
  <LENGTH>1</LENGTH>
  <START>1</START>
</GLMasterInput>

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.