POST services/api/v1/Get_VoucherType

Request Information

URI Parameters

None.

Body Parameters

CompanyId_Vtypelevelid_vouchertypeid
NameDescriptionTypeAdditional information
CompanyID

integer

None.

vtypelevelid

integer

None.

vouchertypeid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyID": 1,
  "vtypelevelid": 2,
  "vouchertypeid": 3
}

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.