POST api/RequsetOrder/AssignOrder

Request Information

URI Parameters

None.

Body Parameters

RequestOrderModels
NameDescriptionTypeAdditional information
id

integer

None.

slip_no

string

None.

customer_id

integer

None.

customer_name

string

None.

phone_no

string

None.

address

string

None.

created_date

date

None.

assignto

integer

None.

assignto_name

string

None.

status

string

None.

TotalRows

integer

None.

latitude

decimal number

None.

longtitude

decimal number

None.

total_amount

decimal number

None.

paid_amount

decimal number

None.

extra

string

None.

branch_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "slip_no": "sample string 2",
  "customer_id": 3,
  "customer_name": "sample string 4",
  "phone_no": "sample string 5",
  "address": "sample string 6",
  "created_date": "2025-12-18T16:09:58.6001472+05:00",
  "assignto": 8,
  "assignto_name": "sample string 9",
  "status": "sample string 10",
  "TotalRows": 11,
  "latitude": 12.0,
  "longtitude": 13.0,
  "total_amount": 14.0,
  "paid_amount": 15.0,
  "extra": "sample string 16",
  "branch_id": 17
}

application/xml, text/xml

Sample:
<RequestOrderModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SpoonRocket.Models">
  <TotalRows>11</TotalRows>
  <address>sample string 6</address>
  <assignto>8</assignto>
  <assignto_name>sample string 9</assignto_name>
  <branch_id>17</branch_id>
  <created_date>2025-12-18T16:09:58.6001472+05:00</created_date>
  <customer_id>3</customer_id>
  <customer_name>sample string 4</customer_name>
  <extra>sample string 16</extra>
  <id>1</id>
  <latitude>12</latitude>
  <longtitude>13</longtitude>
  <paid_amount>15</paid_amount>
  <phone_no>sample string 5</phone_no>
  <slip_no>sample string 2</slip_no>
  <status>sample string 10</status>
  <total_amount>14</total_amount>
</RequestOrderModels>

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.