POST api/order/{id}/detail/{pluGuid}/receive
Post an image for an order detail
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Order identifier |
globally unique identifier |
Required |
pluGuid |
Product identifier |
globally unique identifier |
Required |
Body Parameters
Order receive detail image to save
OrderDetailReceiveName | Description | Type | Additional 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": "XUVvpTDIrE+Pm4CqInKcdw==", "orderIdentifier": "a56f455d-c830-4fac-8f9b-80aa22729c77", "pluG_UID": "Fava/FIgKkKWffhl7kMDHw==", "pluGuid": "fcdaab15-2052-422a-967d-f865ee43031f", "image": "sample string 1", "taken": "2025-10-05T00:02:42.1150352", "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>XUVvpTDIrE+Pm4CqInKcdw==</OrderGuid> <OrderIdentifier>a56f455d-c830-4fac-8f9b-80aa22729c77</OrderIdentifier> <PLUG_UID>Fava/FIgKkKWffhl7kMDHw==</PLUG_UID> <PluGuid>fcdaab15-2052-422a-967d-f865ee43031f</PluGuid> <Taken>2025-10-05T00:02:42.1150352+00:00</Taken> </OrderDetailReceive>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.