POST api/NoteComment/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": "6351f7ab-8485-4da2-bc13-d33c3dc6d807",
"NoteCommentId": "6abf2797-85d5-4d9b-b0c8-ed5bf155f697",
"SourceType": 1
},
{
"NoteId": "6351f7ab-8485-4da2-bc13-d33c3dc6d807",
"NoteCommentId": "6abf2797-85d5-4d9b-b0c8-ed5bf155f697",
"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>6abf2797-85d5-4d9b-b0c8-ed5bf155f697</NoteCommentId>
<NoteId>6351f7ab-8485-4da2-bc13-d33c3dc6d807</NoteId>
<SourceType>WarehouseReceipt</SourceType>
</DeleteNoteInputModel>
<DeleteNoteInputModel>
<NoteCommentId>6abf2797-85d5-4d9b-b0c8-ed5bf155f697</NoteCommentId>
<NoteId>6351f7ab-8485-4da2-bc13-d33c3dc6d807</NoteId>
<SourceType>WarehouseReceipt</SourceType>
</DeleteNoteInputModel>
</ArrayOfDeleteNoteInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
[{"NoteId":"6351f7ab-8485-4da2-bc13-d33c3dc6d807","NoteCommentId":"6abf2797-85d5-4d9b-b0c8-ed5bf155f697","SourceType":1},{"NoteId":"6351f7ab-8485-4da2-bc13-d33c3dc6d807","NoteCommentId":"6abf2797-85d5-4d9b-b0c8-ed5bf155f697","SourceType":1}]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.