POST UserAttachment?databaseKey={databaseKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
databaseKey

string

Required

Body Parameters

UserAttachmentBo
NameDescriptionTypeAdditional information
MdlId

string

None.

ID

string

None.

Location

string

None.

Count

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MdlId": "sample string 1",
  "ID": "sample string 2",
  "Location": "sample string 3",
  "Count": "sample string 4"
}

application/xml, text/xml

Sample:
<UserAttachmentBo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rx2025_Api.Controllers">
  <Count>sample string 4</Count>
  <ID>sample string 2</ID>
  <Location>sample string 3</Location>
  <MdlId>sample string 1</MdlId>
</UserAttachmentBo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserAttachmentBo'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.