POST v6/materialnote/save
Create or Update an Existing MaterialNote
Request Information
URI Parameters
None.
Body Parameters
MaterialNoteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MaterialNoteId |
MaterialNoteId |
integer |
None. |
| MaterialNote |
MaterialNote |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"materialNoteId": 1,
"materialNote": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.