POST api/LoadReceipt/GetArticleTypeMaster

Request Information

URI Parameters

None.

Body Parameters

GetArtType
NameDescriptionTypeAdditional information
lr_from_ar_id

integer

None.

lr_to_ar_id

integer

None.

lr_type

string

None.

lr_bill_type

string

None.

lr_charge_type

string

None.

gm_id

integer

None.

gm_code

string

None.

gm_code_f

string

None.

gm_name

string

None.

gm_status

string

None.

gm_reference_code

string

None.

gm_key_value

string

None.

gm_created_by

integer

None.

gm_remarks

string

None.

gm_comp_id

integer

None.

gm_order

integer

None.

start

integer

None.

length

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "lr_from_ar_id": 1,
  "lr_to_ar_id": 1,
  "lr_type": "sample string 1",
  "lr_bill_type": "sample string 2",
  "lr_charge_type": "sample string 3",
  "gm_id": 1,
  "gm_code": "sample string 4",
  "gm_code_f": "sample string 5",
  "gm_name": "sample string 6",
  "gm_status": "sample string 7",
  "gm_reference_code": "sample string 8",
  "gm_key_value": "sample string 9",
  "gm_created_by": 1,
  "gm_remarks": "sample string 10",
  "gm_comp_id": 1,
  "gm_order": 1,
  "start": 1,
  "length": 1
}

application/xml, text/xml

Sample:
<GetArtType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <gm_code>sample string 4</gm_code>
  <gm_code_f>sample string 5</gm_code_f>
  <gm_comp_id>1</gm_comp_id>
  <gm_created_by>1</gm_created_by>
  <gm_id>1</gm_id>
  <gm_key_value>sample string 9</gm_key_value>
  <gm_name>sample string 6</gm_name>
  <gm_order>1</gm_order>
  <gm_reference_code>sample string 8</gm_reference_code>
  <gm_remarks>sample string 10</gm_remarks>
  <gm_status>sample string 7</gm_status>
  <length>1</length>
  <lr_bill_type>sample string 2</lr_bill_type>
  <lr_charge_type>sample string 3</lr_charge_type>
  <lr_from_ar_id>1</lr_from_ar_id>
  <lr_to_ar_id>1</lr_to_ar_id>
  <lr_type>sample string 1</lr_type>
  <start>1</start>
</GetArtType>

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.