POST Api/AccountMOU

Request Information

URI Parameters

None.

Body Parameters

MOUVM
NameDescriptionTypeAdditional information
UserId

integer

None.

AccMouID

integer

None.

Date

string

None.

CustomerId

integer

None.

Subject

string

None.

Notes

string

None.

Active

boolean

None.

ImagePath

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "AccMouID": 1,
  "Date": "sample string 2",
  "CustomerId": 1,
  "Subject": "sample string 3",
  "Notes": "sample string 4",
  "Active": true,
  "ImagePath": "sample string 5"
}

application/xml, text/xml

Sample:
<MOUVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.ViewModel">
  <AccMouID>1</AccMouID>
  <Active>true</Active>
  <CustomerId>1</CustomerId>
  <Date>sample string 2</Date>
  <ImagePath>sample string 5</ImagePath>
  <Notes>sample string 4</Notes>
  <Subject>sample string 3</Subject>
  <UserId>1</UserId>
</MOUVM>

multipart/form-data

Sample:
<MOUVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.ViewModel"><AccMouID>1</AccMouID><Active>true</Active><CustomerId>1</CustomerId><Date>sample string 2</Date><ImagePath>sample string 5</ImagePath><Notes>sample string 4</Notes><Subject>sample string 3</Subject><UserId>1</UserId></MOUVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.