POST api/Accounts/PutPayablecontrolsetup

Request Information

URI Parameters

None.

Body Parameters

Payablecotrolsetup
NameDescriptionTypeAdditional information
APG_ID

integer

None.

APG_COMPANY

integer

None.

APG_CODE

string

None.

APG_DESC

string

None.

APG_GL_ID

integer

None.

APG_INT_GL_ID

integer

None.

APG_LIMIT_AMT

decimal number

None.

APG_LIMIT_GAIN_GL_ID

integer

None.

APG_LIMIT_LOSS_GL_ID

integer

None.

APG_STATUS

string

None.

APG_NOTES

string

None.

APG_PROGRAM_ID

string

None.

APG_CREATED_BY

string

None.

APG_CREATED_ON

date

None.

APG_MODIFIED_BY

string

None.

APG_MODIFIED_ON

date

None.

Request Formats

application/json, text/json

Sample:
{
  "APG_ID": 1,
  "APG_COMPANY": 1,
  "APG_CODE": "sample string 1",
  "APG_DESC": "sample string 2",
  "APG_GL_ID": 1,
  "APG_INT_GL_ID": 1,
  "APG_LIMIT_AMT": 1.1,
  "APG_LIMIT_GAIN_GL_ID": 1,
  "APG_LIMIT_LOSS_GL_ID": 1,
  "APG_STATUS": "sample string 3",
  "APG_NOTES": "sample string 4",
  "APG_PROGRAM_ID": "sample string 5",
  "APG_CREATED_BY": "sample string 6",
  "APG_CREATED_ON": "2024-05-19T14:07:59.571227+05:30",
  "APG_MODIFIED_BY": "sample string 7",
  "APG_MODIFIED_ON": "2024-05-19T14:07:59.571227+05:30"
}

application/xml, text/xml

Sample:
<Payablecotrolsetup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <APG_CODE>sample string 1</APG_CODE>
  <APG_COMPANY>1</APG_COMPANY>
  <APG_CREATED_BY>sample string 6</APG_CREATED_BY>
  <APG_CREATED_ON>2024-05-19T14:07:59.571227+05:30</APG_CREATED_ON>
  <APG_DESC>sample string 2</APG_DESC>
  <APG_GL_ID>1</APG_GL_ID>
  <APG_ID>1</APG_ID>
  <APG_INT_GL_ID>1</APG_INT_GL_ID>
  <APG_LIMIT_AMT>1.1</APG_LIMIT_AMT>
  <APG_LIMIT_GAIN_GL_ID>1</APG_LIMIT_GAIN_GL_ID>
  <APG_LIMIT_LOSS_GL_ID>1</APG_LIMIT_LOSS_GL_ID>
  <APG_MODIFIED_BY>sample string 7</APG_MODIFIED_BY>
  <APG_MODIFIED_ON>2024-05-19T14:07:59.571227+05:30</APG_MODIFIED_ON>
  <APG_NOTES>sample string 4</APG_NOTES>
  <APG_PROGRAM_ID>sample string 5</APG_PROGRAM_ID>
  <APG_STATUS>sample string 3</APG_STATUS>
</Payablecotrolsetup>

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.