POST api/mapx/PostSaveLeaveForm

Request Information

URI Parameters

None.

Body Parameters

SaveLeaveFormInputObjects
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

TransactionMode

string

None.

EMLR_Q7AUTO

string

None.

EMLR_Q7EMPL

string

None.

EMLR_Q7DTFR

integer

None.

EMLR_Q7DTTO

integer

None.

EMLR_Q7LVTY

string

None.

EMLR_Q7APST

string

None.

EMLR_Q7APBY

decimal number

None.

EMLR_Q7REMA

string

None.

EMLR_Q7CRON

integer

None.

EMLR_Q7CRTM

string

None.

EMLR_Q7USER

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "TransactionMode": "sample string 4",
  "EMLR_Q7AUTO": "sample string 5",
  "EMLR_Q7EMPL": "sample string 6",
  "EMLR_Q7DTFR": 7,
  "EMLR_Q7DTTO": 8,
  "EMLR_Q7LVTY": "sample string 9",
  "EMLR_Q7APST": "sample string 10",
  "EMLR_Q7APBY": 11.1,
  "EMLR_Q7REMA": "sample string 12",
  "EMLR_Q7CRON": 13,
  "EMLR_Q7CRTM": "sample string 14",
  "EMLR_Q7USER": "sample string 15"
}

application/xml, text/xml

Sample:
<SaveLeaveFormInputObjects xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Master">
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <DBName>sample string 1</DBName>
  <EMLR_Q7APBY>11.1</EMLR_Q7APBY>
  <EMLR_Q7APST>sample string 10</EMLR_Q7APST>
  <EMLR_Q7AUTO>sample string 5</EMLR_Q7AUTO>
  <EMLR_Q7CRON>13</EMLR_Q7CRON>
  <EMLR_Q7CRTM>sample string 14</EMLR_Q7CRTM>
  <EMLR_Q7DTFR>7</EMLR_Q7DTFR>
  <EMLR_Q7DTTO>8</EMLR_Q7DTTO>
  <EMLR_Q7EMPL>sample string 6</EMLR_Q7EMPL>
  <EMLR_Q7LVTY>sample string 9</EMLR_Q7LVTY>
  <EMLR_Q7REMA>sample string 12</EMLR_Q7REMA>
  <EMLR_Q7USER>sample string 15</EMLR_Q7USER>
  <TransactionMode>sample string 4</TransactionMode>
  <UserInternalCode>sample string 3</UserInternalCode>
</SaveLeaveFormInputObjects>

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.