POST api/creditNote/{id}/detail/{guid}/receive
Save a credit detail receive record
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Credit note identifier |
globally unique identifier |
Required |
guid |
Credit detail identifier |
globally unique identifier |
Required |
Body Parameters
Credit detail receive to be saved
CreditDetailReceiveName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
CreditNoteIdentifier | Collection of byte |
None. |
|
CreditNoteIdentifierGuid | globally unique identifier |
None. |
|
CreditDetailIdentifier | Collection of byte |
None. |
|
CreditDetailIdentifierGuid | globally unique identifier |
None. |
|
PLUG_UID | Collection of byte |
None. |
|
PluGuid | globally unique identifier |
None. |
|
Image | string |
None. |
|
Taken | date |
None. |
|
UploadNew |
When true, if extension and picture are provided, will upload and save file |
boolean |
Relation. This field may not always be loaded or used for updates. |
Extension | string |
Relation. This field may not always be loaded or used for updates. |
|
ImageEncodedString |
Base64 Encoded image string |
string |
Relation. This field may not always be loaded or used for updates. |
PictureStream |
Only used for sending credit notes |
Stream |
Relation. This field may not always be loaded or used for updates. |
Notes |
Notes to add to the credit detail line |
string |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{ "id": 1, "creditNoteIdentifier": "ABpY0+pBokGF8hC3xse6TA==", "creditNoteIdentifierGuid": "d3581a00-41ea-41a2-85f2-10b7c6c7ba4c", "creditDetailIdentifier": "pzQGM8JYXk2XQjfaN2+T1Q==", "creditDetailIdentifierGuid": "330634a7-58c2-4d5e-9742-37da376f93d5", "pluG_UID": "pBfHMHe+9kKdCBzdob+Vmg==", "pluGuid": "30c717a4-be77-42f6-9d08-1cdda1bf959a", "image": "sample string 1", "taken": "2025-08-02T23:22:08.5942982", "uploadNew": true, "extension": "sample string 3", "imageEncodedString": "sample string 4", "notes": "sample string 5" }
application/xml, text/xml
<CreditDetailReceive xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.CreditNotes"> <CreditDetailIdentifier>pzQGM8JYXk2XQjfaN2+T1Q==</CreditDetailIdentifier> <CreditDetailIdentifierGuid>330634a7-58c2-4d5e-9742-37da376f93d5</CreditDetailIdentifierGuid> <CreditNoteIdentifier>ABpY0+pBokGF8hC3xse6TA==</CreditNoteIdentifier> <CreditNoteIdentifierGuid>d3581a00-41ea-41a2-85f2-10b7c6c7ba4c</CreditNoteIdentifierGuid> <Extension>sample string 3</Extension> <ID>1</ID> <Image>sample string 1</Image> <ImageEncodedString>sample string 4</ImageEncodedString> <Notes>sample string 5</Notes> <PLUG_UID>pBfHMHe+9kKdCBzdob+Vmg==</PLUG_UID> <PictureStream xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.IO" i:nil="true" /> <PluGuid>30c717a4-be77-42f6-9d08-1cdda1bf959a</PluGuid> <Taken>2025-08-02T23:22:08.5942982+00:00</Taken> <UploadNew>true</UploadNew> </CreditDetailReceive>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.