POST api/Master/GetVendorPaymentApproval

Request Information

URI Parameters

None.

Body Parameters

GetVendorPaymentApprovalInputs
NameDescriptionTypeAdditional information
VPA_CP_ID

integer

None.

VPA_AP_ID

integer

None.

VPA_DOC_NUM

string

None.

VPA_FROM_DATE

date

None.

VPA_TO_DATE

date

None.

VPA_APPROVAL

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VPA_CP_ID": 1,
  "VPA_AP_ID": 1,
  "VPA_DOC_NUM": "sample string 1",
  "VPA_FROM_DATE": "2025-12-06T05:22:58.7013331+00:00",
  "VPA_TO_DATE": "2025-12-06T05:22:58.7013331+00:00",
  "VPA_APPROVAL": "sample string 2"
}

application/xml, text/xml

Sample:
<GetVendorPaymentApprovalInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <VPA_APPROVAL>sample string 2</VPA_APPROVAL>
  <VPA_AP_ID>1</VPA_AP_ID>
  <VPA_CP_ID>1</VPA_CP_ID>
  <VPA_DOC_NUM>sample string 1</VPA_DOC_NUM>
  <VPA_FROM_DATE>2025-12-06T05:22:58.7013331+00:00</VPA_FROM_DATE>
  <VPA_TO_DATE>2025-12-06T05:22:58.7013331+00:00</VPA_TO_DATE>
</GetVendorPaymentApprovalInputs>

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.