POST api/supplierDocketEnquiry/cancelInvoice

Request Information

URI Parameters

None.

Body Parameters

CancelSupplierInvoicePaymentRequestDto
NameDescriptionTypeAdditional information
InvPayNo

integer

None.

Version

integer

None.

Status

string

None.

BatchStatus

string

None.

PaymentMethod

string

None.

SupplierCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "InvPayNo": 1,
  "Version": 2,
  "Status": "sample string 3",
  "BatchStatus": "sample string 4",
  "PaymentMethod": "sample string 5",
  "SupplierCode": "sample string 6"
}

text/xml

Sample:
<CancelSupplierInvoicePaymentRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Peercore.Transport.AppService.DTOs.Requests">
  <BatchStatus>sample string 4</BatchStatus>
  <InvPayNo>1</InvPayNo>
  <PaymentMethod>sample string 5</PaymentMethod>
  <Status>sample string 3</Status>
  <SupplierCode>sample string 6</SupplierCode>
  <Version>2</Version>
</CancelSupplierInvoicePaymentRequestDto>

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.