POST api/Accounts/GetReceivablecontrolsetupList

Request Information

URI Parameters

None.

Body Parameters

Receivablecotrolsetup
NameDescriptionTypeAdditional information
ARG_ID

integer

None.

ARG_COMPANY

integer

None.

ARG_CODE

string

None.

ARG_DESC

string

None.

ARG_GL_ID

integer

None.

ARG_INT_GL_ID

integer

None.

ARG_STATUS

string

None.

ARG_NOTES

string

None.

ARG_LIMIT_AMT

decimal number

None.

ARG_LIMIT_GAIN_GL_ID

integer

None.

ARG_LIMIT_LOSS_GL_ID

integer

None.

ARG_CREATED_BY

string

None.

ARG_CREATED_ON

date

None.

ARG_MODIFIED_BY

string

None.

ARG_MODIFIED_ON

date

None.

ARG_PROGRAM_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ARG_ID": 1,
  "ARG_COMPANY": 1,
  "ARG_CODE": "sample string 1",
  "ARG_DESC": "sample string 2",
  "ARG_GL_ID": 1,
  "ARG_INT_GL_ID": 1,
  "ARG_STATUS": "sample string 3",
  "ARG_NOTES": "sample string 4",
  "ARG_LIMIT_AMT": 1.1,
  "ARG_LIMIT_GAIN_GL_ID": 1,
  "ARG_LIMIT_LOSS_GL_ID": 1,
  "ARG_CREATED_BY": "sample string 5",
  "ARG_CREATED_ON": "2024-05-19T17:51:57.5612243+05:30",
  "ARG_MODIFIED_BY": "sample string 6",
  "ARG_MODIFIED_ON": "2024-05-19T17:51:57.5612243+05:30",
  "ARG_PROGRAM_ID": "sample string 7"
}

application/xml, text/xml

Sample:
<Receivablecotrolsetup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <ARG_CODE>sample string 1</ARG_CODE>
  <ARG_COMPANY>1</ARG_COMPANY>
  <ARG_CREATED_BY>sample string 5</ARG_CREATED_BY>
  <ARG_CREATED_ON>2024-05-19T17:51:57.5612243+05:30</ARG_CREATED_ON>
  <ARG_DESC>sample string 2</ARG_DESC>
  <ARG_GL_ID>1</ARG_GL_ID>
  <ARG_ID>1</ARG_ID>
  <ARG_INT_GL_ID>1</ARG_INT_GL_ID>
  <ARG_LIMIT_AMT>1.1</ARG_LIMIT_AMT>
  <ARG_LIMIT_GAIN_GL_ID>1</ARG_LIMIT_GAIN_GL_ID>
  <ARG_LIMIT_LOSS_GL_ID>1</ARG_LIMIT_LOSS_GL_ID>
  <ARG_MODIFIED_BY>sample string 6</ARG_MODIFIED_BY>
  <ARG_MODIFIED_ON>2024-05-19T17:51:57.5612243+05:30</ARG_MODIFIED_ON>
  <ARG_NOTES>sample string 4</ARG_NOTES>
  <ARG_PROGRAM_ID>sample string 7</ARG_PROGRAM_ID>
  <ARG_STATUS>sample string 3</ARG_STATUS>
</Receivablecotrolsetup>

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.