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": "80f26e80-5ae0-4734-8fb0-2cebc3174811",
"NoteCommentId": "f9a1b3b3-9126-400d-9b98-c5c75e752ccd",
"SourceType": 1
},
{
"NoteId": "80f26e80-5ae0-4734-8fb0-2cebc3174811",
"NoteCommentId": "f9a1b3b3-9126-400d-9b98-c5c75e752ccd",
"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>f9a1b3b3-9126-400d-9b98-c5c75e752ccd</NoteCommentId>
<NoteId>80f26e80-5ae0-4734-8fb0-2cebc3174811</NoteId>
<SourceType>WarehouseReceipt</SourceType>
</DeleteNoteInputModel>
<DeleteNoteInputModel>
<NoteCommentId>f9a1b3b3-9126-400d-9b98-c5c75e752ccd</NoteCommentId>
<NoteId>80f26e80-5ae0-4734-8fb0-2cebc3174811</NoteId>
<SourceType>WarehouseReceipt</SourceType>
</DeleteNoteInputModel>
</ArrayOfDeleteNoteInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
[{"NoteId":"80f26e80-5ae0-4734-8fb0-2cebc3174811","NoteCommentId":"f9a1b3b3-9126-400d-9b98-c5c75e752ccd","SourceType":1},{"NoteId":"80f26e80-5ae0-4734-8fb0-2cebc3174811","NoteCommentId":"f9a1b3b3-9126-400d-9b98-c5c75e752ccd","SourceType":1}]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.