POST insertLDDraw

Request Information

URI Parameters

None.

Body Parameters

LD_DRAW
NameDescriptionTypeAdditional information
LD_DrawId

integer

None.

LD_UserId

integer

None.

LD_DrawNumber

integer

None.

LD_DrawOrder

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LD_DrawId": 1,
  "LD_UserId": 2,
  "LD_DrawNumber": 3,
  "LD_DrawOrder": 4
}

application/xml, text/xml

Sample:
<LD_DRAW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XeniaImageUpload.Models">
  <LD_DrawId>1</LD_DrawId>
  <LD_DrawNumber>3</LD_DrawNumber>
  <LD_DrawOrder>4</LD_DrawOrder>
  <LD_UserId>2</LD_UserId>
</LD_DRAW>

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

Sample:

Sample not available.