POST api/order/{id}/detail/{pluGuid}/receive

Post an image for an order detail

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Order identifier

globally unique identifier

Required

pluGuid

Product identifier

globally unique identifier

Required

Body Parameters

Order receive detail image to save

OrderDetailReceive
NameDescriptionTypeAdditional information
ID

integer

None.

OrderGuid

Collection of byte

None.

OrderIdentifier

globally unique identifier

None.

PLUG_UID

Collection of byte

None.

PluGuid

globally unique identifier

None.

Image

string

None.

Taken

date

None.

Extension

string

Relation. This field may not always be loaded or used for updates.

ImageEncodedString

string

Relation. This field may not always be loaded or used for updates.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "orderGuid": "IJMHUNNIn029kZ/k2s/Ndg==",
  "orderIdentifier": "50079320-48d3-4d9f-bd91-9fe4dacfcd76",
  "pluG_UID": "yd6/vyo4z0W8mlpzYCutdA==",
  "pluGuid": "bfbfdec9-382a-45cf-bc9a-5a73602bad74",
  "image": "sample string 1",
  "taken": "2025-08-02T23:23:54.8323535",
  "extension": "sample string 2",
  "imageEncodedString": "sample string 3"
}

application/xml, text/xml

Sample:
<OrderDetailReceive xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Orders">
  <Extension>sample string 2</Extension>
  <ID>1</ID>
  <Image>sample string 1</Image>
  <ImageEncodedString>sample string 3</ImageEncodedString>
  <OrderGuid>IJMHUNNIn029kZ/k2s/Ndg==</OrderGuid>
  <OrderIdentifier>50079320-48d3-4d9f-bd91-9fe4dacfcd76</OrderIdentifier>
  <PLUG_UID>yd6/vyo4z0W8mlpzYCutdA==</PLUG_UID>
  <PluGuid>bfbfdec9-382a-45cf-bc9a-5a73602bad74</PluGuid>
  <Taken>2025-08-02T23:23:54.8323535+00:00</Taken>
</OrderDetailReceive>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.