POST api/Tms/Notes
Request Information
URI Parameters
None.
Body Parameters
NoteTmsPostViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Body | string |
Required |
|
| CategoryId | integer |
None. |
|
| GroupId | integer |
None. |
|
| ShipmentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Body": "sample string 1",
"CategoryId": 1,
"GroupId": 1,
"ShipmentId": 2
}
application/xml, text/xml
Sample:
<NoteTmsPostViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.Notes"> <Body>sample string 1</Body> <CategoryId>1</CategoryId> <GroupId>1</GroupId> <ShipmentId>2</ShipmentId> </NoteTmsPostViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.