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": "88961704-e3c9-4bff-8bbe-6f474557cf10",
    "NoteCommentId": "252e73bb-7a33-4c4a-ad00-c67f3a1121c6",
    "SourceType": 1
  },
  {
    "NoteId": "88961704-e3c9-4bff-8bbe-6f474557cf10",
    "NoteCommentId": "252e73bb-7a33-4c4a-ad00-c67f3a1121c6",
    "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>252e73bb-7a33-4c4a-ad00-c67f3a1121c6</NoteCommentId>
    <NoteId>88961704-e3c9-4bff-8bbe-6f474557cf10</NoteId>
    <SourceType>WarehouseReceipt</SourceType>
  </DeleteNoteInputModel>
  <DeleteNoteInputModel>
    <NoteCommentId>252e73bb-7a33-4c4a-ad00-c67f3a1121c6</NoteCommentId>
    <NoteId>88961704-e3c9-4bff-8bbe-6f474557cf10</NoteId>
    <SourceType>WarehouseReceipt</SourceType>
  </DeleteNoteInputModel>
</ArrayOfDeleteNoteInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
[{"NoteId":"88961704-e3c9-4bff-8bbe-6f474557cf10","NoteCommentId":"252e73bb-7a33-4c4a-ad00-c67f3a1121c6","SourceType":1},{"NoteId":"88961704-e3c9-4bff-8bbe-6f474557cf10","NoteCommentId":"252e73bb-7a33-4c4a-ad00-c67f3a1121c6","SourceType":1}]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.