POST api/NoteComment/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of DeleteNoteInputModel
NameDescriptionTypeAdditional information
NoteId

globally unique identifier

None.

NoteCommentId

globally unique identifier

None.

SourceType

WMSMasterTypeEnum

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "NoteId": "3043b81e-774e-44a1-9574-6813fab9be8d",
    "NoteCommentId": "71ff67ce-27c4-469e-b1f4-068a514d56dd",
    "SourceType": 1
  },
  {
    "NoteId": "3043b81e-774e-44a1-9574-6813fab9be8d",
    "NoteCommentId": "71ff67ce-27c4-469e-b1f4-068a514d56dd",
    "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>71ff67ce-27c4-469e-b1f4-068a514d56dd</NoteCommentId>
    <NoteId>3043b81e-774e-44a1-9574-6813fab9be8d</NoteId>
    <SourceType>WarehouseReceipt</SourceType>
  </DeleteNoteInputModel>
  <DeleteNoteInputModel>
    <NoteCommentId>71ff67ce-27c4-469e-b1f4-068a514d56dd</NoteCommentId>
    <NoteId>3043b81e-774e-44a1-9574-6813fab9be8d</NoteId>
    <SourceType>WarehouseReceipt</SourceType>
  </DeleteNoteInputModel>
</ArrayOfDeleteNoteInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
[{"NoteId":"3043b81e-774e-44a1-9574-6813fab9be8d","NoteCommentId":"71ff67ce-27c4-469e-b1f4-068a514d56dd","SourceType":1},{"NoteId":"3043b81e-774e-44a1-9574-6813fab9be8d","NoteCommentId":"71ff67ce-27c4-469e-b1f4-068a514d56dd","SourceType":1}]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.