POST api/Shipments/ImportNotes
Request Information
URI Parameters
None.
Body Parameters
Collection of ImportNotesViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| NoteType | string |
None. |
|
| TransactionId | integer |
None. |
|
| CustomerId | string |
None. |
|
| UserId | string |
None. |
|
| NoteDate | string |
None. |
|
| NoteTime | string |
None. |
|
| Note | string |
None. |
|
| Hot | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"NoteType": "sample string 2",
"TransactionId": 3,
"CustomerId": "sample string 4",
"UserId": "sample string 5",
"NoteDate": "sample string 6",
"NoteTime": "sample string 7",
"Note": "sample string 8",
"Hot": 1
},
{
"Id": 1,
"NoteType": "sample string 2",
"TransactionId": 3,
"CustomerId": "sample string 4",
"UserId": "sample string 5",
"NoteDate": "sample string 6",
"NoteTime": "sample string 7",
"Note": "sample string 8",
"Hot": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfImportNotesViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.TransloadShipment">
<ImportNotesViewModel>
<CustomerId>sample string 4</CustomerId>
<Hot>1</Hot>
<Id>1</Id>
<Note>sample string 8</Note>
<NoteDate>sample string 6</NoteDate>
<NoteTime>sample string 7</NoteTime>
<NoteType>sample string 2</NoteType>
<TransactionId>3</TransactionId>
<UserId>sample string 5</UserId>
</ImportNotesViewModel>
<ImportNotesViewModel>
<CustomerId>sample string 4</CustomerId>
<Hot>1</Hot>
<Id>1</Id>
<Note>sample string 8</Note>
<NoteDate>sample string 6</NoteDate>
<NoteTime>sample string 7</NoteTime>
<NoteType>sample string 2</NoteType>
<TransactionId>3</TransactionId>
<UserId>sample string 5</UserId>
</ImportNotesViewModel>
</ArrayOfImportNotesViewModel>
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.