POST api/Inventory/SaveOrdersCompany

Request Information

URI Parameters

None.

Body Parameters

post_CompanyOrder
NameDescriptionTypeAdditional information
OrderID

integer

None.

CustomerID

integer

None.

Phone

string

None.

Notes

string

None.

Date

date

None.

IsAccounting

boolean

None.

IsMangment

boolean

None.

IsPos

boolean

None.

IsSchool

boolean

None.

IsGym

boolean

None.

IsHr

boolean

None.

IsPDAAndroid

boolean

None.

IsCaptinOrder

boolean

None.

IsResturant

boolean

None.

IsResturantAndroid

boolean

None.

image1

string

None.

image2

string

None.

image3

string

None.

Userid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderID": 1,
  "CustomerID": 2,
  "Phone": "sample string 3",
  "Notes": "sample string 4",
  "Date": "2024-05-16T05:15:58.116953+02:00",
  "IsAccounting": true,
  "IsMangment": true,
  "IsPos": true,
  "IsSchool": true,
  "IsGym": true,
  "IsHr": true,
  "IsPDAAndroid": true,
  "IsCaptinOrder": true,
  "IsResturant": true,
  "IsResturantAndroid": true,
  "image1": "sample string 16",
  "image2": "sample string 17",
  "image3": "sample string 18",
  "Userid": 19
}

application/xml, text/xml

Sample:
<post_CompanyOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inventory.Models">
  <CustomerID>2</CustomerID>
  <Date>2024-05-16T05:15:58.116953+02:00</Date>
  <IsAccounting>true</IsAccounting>
  <IsCaptinOrder>true</IsCaptinOrder>
  <IsGym>true</IsGym>
  <IsHr>true</IsHr>
  <IsMangment>true</IsMangment>
  <IsPDAAndroid>true</IsPDAAndroid>
  <IsPos>true</IsPos>
  <IsResturant>true</IsResturant>
  <IsResturantAndroid>true</IsResturantAndroid>
  <IsSchool>true</IsSchool>
  <Notes>sample string 4</Notes>
  <OrderID>1</OrderID>
  <Phone>sample string 3</Phone>
  <Userid>19</Userid>
  <image1>sample string 16</image1>
  <image2>sample string 17</image2>
  <image3>sample string 18</image3>
</post_CompanyOrder>

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.