POST api2/InventoryManagement/Prototype/CLG/PictureAttachment/UpdatePictureAttachment

Request Information

URI Parameters

None.

Body Parameters

PictureAttachmentModel
NameDescriptionTypeAdditional information
PictureId

integer

None.

PictureData

Collection of byte

None.

PictureDescription

string

None.

Void

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "PictureId": 1,
  "PictureData": "QEA=",
  "PictureDescription": "sample string 2",
  "Void": true
}

application/xml, text/xml

Sample:
<PictureAttachmentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JCDHAPI.Controllers.InventoryManagement.Prototype.CLG.Models">
  <PictureData>QEA=</PictureData>
  <PictureDescription>sample string 2</PictureDescription>
  <PictureId>1</PictureId>
  <Void>true</Void>
</PictureAttachmentModel>

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.