POST api/Values/SyncData

Request Information

URI Parameters

None.

Body Parameters

Invbody_tbl
NameDescriptionTypeAdditional information
pkid

integer

None.

item_id

integer

None.

item_name

string

None.

initem_qny

decimal number

None.

outitem_qny

decimal number

None.

item_qnytabe

decimal number

None.

item_totals

decimal number

None.

outitem_totals

decimal number

None.

item_type

integer

None.

Item_expiration

date

None.

Aden_id

integer

None.

item_takeprice

decimal number

None.

item_buyprice

decimal number

None.

item_cat

string

None.

item_company

string

None.

Store_name

string

None.

inv_type

integer

None.

users

string

None.

inv_date

date

None.

Inv_datetime

time interval

None.

Reasons

string

None.

item_totals_return_sal

decimal number

None.

item_totals_return_Buy

decimal number

None.

Apply_Expire

integer

None.

item_help

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "pkid": 1,
  "item_id": 1,
  "item_name": "sample string 2",
  "initem_qny": 1.1,
  "outitem_qny": 1.1,
  "item_qnytabe": 1.1,
  "item_totals": 1.1,
  "outitem_totals": 1.1,
  "item_type": 1,
  "Item_expiration": "2025-08-22T16:07:05.4405065+02:00",
  "Aden_id": 1,
  "item_takeprice": 1.1,
  "item_buyprice": 1.1,
  "item_cat": "sample string 3",
  "item_company": "sample string 4",
  "Store_name": "sample string 5",
  "inv_type": 1,
  "users": "sample string 6",
  "inv_date": "2025-08-22T16:07:05.4405065+02:00",
  "Inv_datetime": "00:00:00.1234567",
  "Reasons": "sample string 7",
  "item_totals_return_sal": 1.1,
  "item_totals_return_Buy": 1.1,
  "Apply_Expire": 1,
  "item_help": 1.1
}

text/html

Sample:
{"pkid":1,"item_id":1,"item_name":"sample string 2","initem_qny":1.1,"outitem_qny":1.1,"item_qnytabe":1.1,"item_totals":1.1,"outitem_totals":1.1,"item_type":1,"Item_expiration":"2025-08-22T16:07:05.4405065+02:00","Aden_id":1,"item_takeprice":1.1,"item_buyprice":1.1,"item_cat":"sample string 3","item_company":"sample string 4","Store_name":"sample string 5","inv_type":1,"users":"sample string 6","inv_date":"2025-08-22T16:07:05.4405065+02:00","Inv_datetime":"00:00:00.1234567","Reasons":"sample string 7","item_totals_return_sal":1.1,"item_totals_return_Buy":1.1,"Apply_Expire":1,"item_help":1.1}

application/xml, text/xml

Sample:
<Invbody_tbl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goldsoft.Model">
  <Aden_id>1</Aden_id>
  <Apply_Expire>1</Apply_Expire>
  <Inv_datetime>PT0.1234567S</Inv_datetime>
  <Item_expiration>2025-08-22T16:07:05.4405065+02:00</Item_expiration>
  <Reasons>sample string 7</Reasons>
  <Store_name>sample string 5</Store_name>
  <initem_qny>1.1</initem_qny>
  <inv_date>2025-08-22T16:07:05.4405065+02:00</inv_date>
  <inv_type>1</inv_type>
  <item_buyprice>1.1</item_buyprice>
  <item_cat>sample string 3</item_cat>
  <item_company>sample string 4</item_company>
  <item_help>1.1</item_help>
  <item_id>1</item_id>
  <item_name>sample string 2</item_name>
  <item_qnytabe>1.1</item_qnytabe>
  <item_takeprice>1.1</item_takeprice>
  <item_totals>1.1</item_totals>
  <item_totals_return_Buy>1.1</item_totals_return_Buy>
  <item_totals_return_sal>1.1</item_totals_return_sal>
  <item_type>1</item_type>
  <outitem_qny>1.1</outitem_qny>
  <outitem_totals>1.1</outitem_totals>
  <pkid>1</pkid>
  <users>sample string 6</users>
</Invbody_tbl>

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.