POST api/Note/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of DeleteNoteInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| NoteId | globally unique identifier |
None. |
|
| NoteCommentId | globally unique identifier |
None. |
|
| SourceType | WMSMasterTypeEnum |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"NoteId": "060a094a-b1a1-4fa1-a76f-cdf8686492e0",
"NoteCommentId": "223a08c5-174d-40c7-8b29-a1d0bf605353",
"SourceType": 1
},
{
"NoteId": "060a094a-b1a1-4fa1-a76f-cdf8686492e0",
"NoteCommentId": "223a08c5-174d-40c7-8b29-a1d0bf605353",
"SourceType": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfDeleteNoteInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels">
<DeleteNoteInputModel>
<NoteCommentId>223a08c5-174d-40c7-8b29-a1d0bf605353</NoteCommentId>
<NoteId>060a094a-b1a1-4fa1-a76f-cdf8686492e0</NoteId>
<SourceType>WarehouseReceipt</SourceType>
</DeleteNoteInputModel>
<DeleteNoteInputModel>
<NoteCommentId>223a08c5-174d-40c7-8b29-a1d0bf605353</NoteCommentId>
<NoteId>060a094a-b1a1-4fa1-a76f-cdf8686492e0</NoteId>
<SourceType>WarehouseReceipt</SourceType>
</DeleteNoteInputModel>
</ArrayOfDeleteNoteInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
[{"NoteId":"060a094a-b1a1-4fa1-a76f-cdf8686492e0","NoteCommentId":"223a08c5-174d-40c7-8b29-a1d0bf605353","SourceType":1},{"NoteId":"060a094a-b1a1-4fa1-a76f-cdf8686492e0","NoteCommentId":"223a08c5-174d-40c7-8b29-a1d0bf605353","SourceType":1}]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.