POST api/Payment/GetPIAttachments

Request Information

URI Parameters

None.

Body Parameters

GetPIAttachments
NameDescriptionTypeAdditional information
PI_AP_ID

integer

None.

PI_COMP_ID

integer

None.

PI_APG_ID

integer

None.

PI_FROM_DATE

date

None.

PI_TO_DATE

date

None.

PI_DOC_TYPE_ID

integer

None.

PI_ID

integer

None.

PI_CREATED_BY

integer

None.

PI_INV_MODE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PI_AP_ID": 1,
  "PI_COMP_ID": 1,
  "PI_APG_ID": 1,
  "PI_FROM_DATE": "2024-05-19T18:04:00.6022269+05:30",
  "PI_TO_DATE": "2024-05-19T18:04:00.6022269+05:30",
  "PI_DOC_TYPE_ID": 1,
  "PI_ID": 1,
  "PI_CREATED_BY": 1,
  "PI_INV_MODE": "sample string 1"
}

application/xml, text/xml

Sample:
<GetPIAttachments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <PI_APG_ID>1</PI_APG_ID>
  <PI_AP_ID>1</PI_AP_ID>
  <PI_COMP_ID>1</PI_COMP_ID>
  <PI_CREATED_BY>1</PI_CREATED_BY>
  <PI_DOC_TYPE_ID>1</PI_DOC_TYPE_ID>
  <PI_FROM_DATE>2024-05-19T18:04:00.6022269+05:30</PI_FROM_DATE>
  <PI_ID>1</PI_ID>
  <PI_INV_MODE>sample string 1</PI_INV_MODE>
  <PI_TO_DATE>2024-05-19T18:04:00.6022269+05:30</PI_TO_DATE>
</GetPIAttachments>

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.