POST api/SalersPOS

Request Information

URI Parameters

None.

Body Parameters

SalerClass
NameDescriptionTypeAdditional information
id

integer

None.

id_saler_branch

integer

None.

saler_currency

integer

None.

ready_time

integer

None.

description

string

None.

saler_branch

string

None.

address

string

None.

phone

string

None.

main_image

string

None.

str_category

string

None.

main_image_mini

string

None.

promo_text

string

None.

str_minimo

string

None.

str_distance

string

None.

distance

decimal number

None.

minimo

decimal number

None.

latitude

decimal number

None.

price

decimal number

None.

longitude

decimal number

None.

branch_url

string

None.

exchange_rate

decimal number

None.

ahita_category

string

None.

IsOpen

boolean

None.

page_type

integer

None.

ServerWeekDay

integer

None.

IsFavourite

boolean

None.

bit_wd1

boolean

None.

hora1_wd1

date

None.

hora2_wd1

date

None.

bit_wd2

boolean

None.

hora1_wd2

date

None.

hora2_wd2

date

None.

bit_wd3

boolean

None.

hora1_wd3

date

None.

hora2_wd3

date

None.

bit_wd4

boolean

None.

hora1_wd4

date

None.

hora2_wd4

date

None.

bit_wd5

boolean

None.

hora1_wd5

date

None.

hora2_wd5

date

None.

bit_wd6

boolean

None.

hora1_wd6

date

None.

hora2_wd6

date

None.

bit_wd7

boolean

None.

hora1_wd7

date

None.

hora2_wd7

date

None.

str_tiempo

string

None.

allow_delivery

boolean

None.

allow_pickup

boolean

None.

bit_cash

boolean

None.

bit_credit_card

boolean

None.

bit_bank_tranfer

boolean

None.

str_bank_account

string

None.

private_saler

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "id_saler_branch": 2,
  "saler_currency": 3,
  "ready_time": 4,
  "description": "sample string 5",
  "saler_branch": "sample string 6",
  "address": "sample string 7",
  "phone": "sample string 8",
  "main_image": "sample string 9",
  "str_category": "sample string 10",
  "main_image_mini": "sample string 11",
  "promo_text": "sample string 12",
  "str_minimo": "sample string 13",
  "str_distance": "15.10 Kms",
  "distance": 15.1,
  "minimo": 16.1,
  "latitude": 17.1,
  "price": 18.1,
  "longitude": 19.1,
  "branch_url": "sample string 20",
  "exchange_rate": 21.1,
  "ahita_category": "sample string 22",
  "IsOpen": true,
  "page_type": 24,
  "ServerWeekDay": 25,
  "IsFavourite": true,
  "bit_wd1": true,
  "hora1_wd1": "2025-12-13T11:26:59.4741092-06:00",
  "hora2_wd1": "2025-12-13T11:26:59.4741092-06:00",
  "bit_wd2": true,
  "hora1_wd2": "2025-12-13T11:26:59.4741092-06:00",
  "hora2_wd2": "2025-12-13T11:26:59.4741092-06:00",
  "bit_wd3": true,
  "hora1_wd3": "2025-12-13T11:26:59.4751231-06:00",
  "hora2_wd3": "2025-12-13T11:26:59.4751231-06:00",
  "bit_wd4": true,
  "hora1_wd4": "2025-12-13T11:26:59.4751231-06:00",
  "hora2_wd4": "2025-12-13T11:26:59.4751231-06:00",
  "bit_wd5": true,
  "hora1_wd5": "2025-12-13T11:26:59.4751231-06:00",
  "hora2_wd5": "2025-12-13T11:26:59.4751231-06:00",
  "bit_wd6": true,
  "hora1_wd6": "2025-12-13T11:26:59.4751231-06:00",
  "hora2_wd6": "2025-12-13T11:26:59.4751231-06:00",
  "bit_wd7": true,
  "hora1_wd7": "2025-12-13T11:26:59.4751231-06:00",
  "hora2_wd7": "2025-12-13T11:26:59.4751231-06:00",
  "str_tiempo": "sample string 48",
  "allow_delivery": true,
  "allow_pickup": true,
  "bit_cash": true,
  "bit_credit_card": true,
  "bit_bank_tranfer": true,
  "str_bank_account": "sample string 54",
  "private_saler": true
}

application/xml, text/xml

Sample:
<SalerClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineSalesServer.Models">
  <IsFavourite>true</IsFavourite>
  <IsOpen>true</IsOpen>
  <ServerWeekDay>25</ServerWeekDay>
  <address>sample string 7</address>
  <ahita_category>sample string 22</ahita_category>
  <allow_delivery>true</allow_delivery>
  <allow_pickup>true</allow_pickup>
  <bit_bank_tranfer>true</bit_bank_tranfer>
  <bit_cash>true</bit_cash>
  <bit_credit_card>true</bit_credit_card>
  <bit_wd1>true</bit_wd1>
  <bit_wd2>true</bit_wd2>
  <bit_wd3>true</bit_wd3>
  <bit_wd4>true</bit_wd4>
  <bit_wd5>true</bit_wd5>
  <bit_wd6>true</bit_wd6>
  <bit_wd7>true</bit_wd7>
  <branch_url>sample string 20</branch_url>
  <description>sample string 5</description>
  <distance>15.1</distance>
  <exchange_rate>21.1</exchange_rate>
  <hora1_wd1>2025-12-13T11:26:59.4741092-06:00</hora1_wd1>
  <hora1_wd2>2025-12-13T11:26:59.4741092-06:00</hora1_wd2>
  <hora1_wd3>2025-12-13T11:26:59.4751231-06:00</hora1_wd3>
  <hora1_wd4>2025-12-13T11:26:59.4751231-06:00</hora1_wd4>
  <hora1_wd5>2025-12-13T11:26:59.4751231-06:00</hora1_wd5>
  <hora1_wd6>2025-12-13T11:26:59.4751231-06:00</hora1_wd6>
  <hora1_wd7>2025-12-13T11:26:59.4751231-06:00</hora1_wd7>
  <hora2_wd1>2025-12-13T11:26:59.4741092-06:00</hora2_wd1>
  <hora2_wd2>2025-12-13T11:26:59.4741092-06:00</hora2_wd2>
  <hora2_wd3>2025-12-13T11:26:59.4751231-06:00</hora2_wd3>
  <hora2_wd4>2025-12-13T11:26:59.4751231-06:00</hora2_wd4>
  <hora2_wd5>2025-12-13T11:26:59.4751231-06:00</hora2_wd5>
  <hora2_wd6>2025-12-13T11:26:59.4751231-06:00</hora2_wd6>
  <hora2_wd7>2025-12-13T11:26:59.4751231-06:00</hora2_wd7>
  <id>1</id>
  <id_saler_branch>2</id_saler_branch>
  <latitude>17.1</latitude>
  <longitude>19.1</longitude>
  <main_image>sample string 9</main_image>
  <main_image_mini>sample string 11</main_image_mini>
  <minimo>16.1</minimo>
  <page_type>24</page_type>
  <phone>sample string 8</phone>
  <price>18.1</price>
  <private_saler>true</private_saler>
  <promo_text>sample string 12</promo_text>
  <ready_time>4</ready_time>
  <saler_branch>sample string 6</saler_branch>
  <saler_currency>3</saler_currency>
  <str_bank_account>sample string 54</str_bank_account>
  <str_category>sample string 10</str_category>
  <str_distance>15.10 Kms</str_distance>
  <str_minimo>sample string 13</str_minimo>
  <str_tiempo>sample string 48</str_tiempo>
</SalerClass>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.