POST api/ECMS/DeleteInvoiceInfo

Request Information

URI Parameters

None.

Body Parameters

DeletePaymentInfo
NameDescriptionTypeAdditional information
EstimateId

integer

Required

Matching regular expression pattern: ^[1-9]\d*$

EstimateRefId

integer

Required

Matching regular expression pattern: ^[1-9]\d*$

UserId

integer

Required

Matching regular expression pattern: ^[1-9]\d*$

IsInvoice

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "EstimateId": 1,
  "EstimateRefId": 2,
  "UserId": 3,
  "IsInvoice": true
}

application/xml, text/xml

Sample:
<DeletePaymentInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.ECMS">
  <EstimateId>1</EstimateId>
  <EstimateRefId>2</EstimateRefId>
  <IsInvoice>true</IsInvoice>
  <UserId>3</UserId>
</DeletePaymentInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.