POST api/Note/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": "74d5e141-0636-480f-930b-8772517fbd3c",
    "NoteCommentId": "aca1c2fd-ebb1-4414-b74a-77004f40078c",
    "SourceType": 1
  },
  {
    "NoteId": "74d5e141-0636-480f-930b-8772517fbd3c",
    "NoteCommentId": "aca1c2fd-ebb1-4414-b74a-77004f40078c",
    "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>aca1c2fd-ebb1-4414-b74a-77004f40078c</NoteCommentId>
    <NoteId>74d5e141-0636-480f-930b-8772517fbd3c</NoteId>
    <SourceType>WarehouseReceipt</SourceType>
  </DeleteNoteInputModel>
  <DeleteNoteInputModel>
    <NoteCommentId>aca1c2fd-ebb1-4414-b74a-77004f40078c</NoteCommentId>
    <NoteId>74d5e141-0636-480f-930b-8772517fbd3c</NoteId>
    <SourceType>WarehouseReceipt</SourceType>
  </DeleteNoteInputModel>
</ArrayOfDeleteNoteInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
[{"NoteId":"74d5e141-0636-480f-930b-8772517fbd3c","NoteCommentId":"aca1c2fd-ebb1-4414-b74a-77004f40078c","SourceType":1},{"NoteId":"74d5e141-0636-480f-930b-8772517fbd3c","NoteCommentId":"aca1c2fd-ebb1-4414-b74a-77004f40078c","SourceType":1}]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.