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": "b6f56751-2cd3-4a82-97bc-f469f03bd9b5",
"NoteCommentId": "3d830062-eb84-463d-b154-e73e01e94aa5",
"SourceType": 1
},
{
"NoteId": "b6f56751-2cd3-4a82-97bc-f469f03bd9b5",
"NoteCommentId": "3d830062-eb84-463d-b154-e73e01e94aa5",
"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>3d830062-eb84-463d-b154-e73e01e94aa5</NoteCommentId>
<NoteId>b6f56751-2cd3-4a82-97bc-f469f03bd9b5</NoteId>
<SourceType>WarehouseReceipt</SourceType>
</DeleteNoteInputModel>
<DeleteNoteInputModel>
<NoteCommentId>3d830062-eb84-463d-b154-e73e01e94aa5</NoteCommentId>
<NoteId>b6f56751-2cd3-4a82-97bc-f469f03bd9b5</NoteId>
<SourceType>WarehouseReceipt</SourceType>
</DeleteNoteInputModel>
</ArrayOfDeleteNoteInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
[{"NoteId":"b6f56751-2cd3-4a82-97bc-f469f03bd9b5","NoteCommentId":"3d830062-eb84-463d-b154-e73e01e94aa5","SourceType":1},{"NoteId":"b6f56751-2cd3-4a82-97bc-f469f03bd9b5","NoteCommentId":"3d830062-eb84-463d-b154-e73e01e94aa5","SourceType":1}]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.