DELETE api/Attachment

Request Information

URI Parameters

None.

Body Parameters

AttachmentUpdateRequest
NameDescriptionTypeAdditional information
BatchNumber

string

Required

Min length: 10

ReceiptNumber

string

Required

Min length: 10

Identifier

string

Required

IsActive

boolean

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "batchNumber": "sample string 1",
  "receiptNumber": "sample string 2",
  "identifier": "sample string 3",
  "isActive": true
}

application/xml, text/xml

Sample:
<AttachmentUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GivingService.Models">
  <BatchNumber>sample string 1</BatchNumber>
  <Identifier>sample string 3</Identifier>
  <IsActive>true</IsActive>
  <ReceiptNumber>sample string 2</ReceiptNumber>
</AttachmentUpdateRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.