POST api/Inv_Sub_ToSf/W?pcid={pcid}&State={State}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pcid

integer

Required

State

string

Required

Body Parameters

Collection of Inv_Sub
NameDescriptionTypeAdditional information
id

integer

None.

proc_id

integer

None.

proc_type

integer

None.

currency_from

integer

None.

unit

integer

None.

val

decimal number

None.

val1

decimal number

None.

exchange_price

decimal number

None.

expire_date

date

None.

taxperc

decimal number

None.

taxval

decimal number

None.

discount

decimal number

None.

new_val

decimal number

None.

new_val1

decimal number

None.

new_exchange_price

decimal number

None.

new_expire_date

date

None.

new_taxperc

decimal number

None.

new_taxval

decimal number

None.

new_discount

decimal number

None.

all_exchange_price

decimal number

None.

expense

decimal number

None.

notes

string

None.

DiscPers

decimal number

None.

new_DiscPers

decimal number

None.

barcode

string

None.

sub_center

integer

None.

sub_branch

integer

None.

sub_BKproc_id

string

None.

sub_post

integer

None.

switch_amount

decimal number

None.

switch_amount2

decimal number

None.

item_thickness

decimal number

None.

item_lenght

decimal number

None.

item_width

decimal number

None.

srl

integer

None.

sale_price

decimal number

None.

vat_type

integer

None.

tab3Val

decimal number

None.

notes2

string

None.

relication_code

string

None.

CarModel

string

None.

CarYear

string

None.

CarType

string

None.

CarStructure

string

None.

CarVactor

string

None.

CarColor

string

None.

item_sizeness

decimal number

None.

total_thickness_dtl

decimal number

None.

tab3val_sub

decimal number

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "proc_id": 1,
    "proc_type": 1,
    "currency_from": 1,
    "unit": 1,
    "val": 1.1,
    "val1": 1.1,
    "exchange_price": 1.1,
    "expire_date": "2025-11-09T14:11:11.8244218+03:00",
    "taxperc": 1.1,
    "taxval": 1.1,
    "discount": 1.1,
    "new_val": 1.1,
    "new_val1": 1.1,
    "new_exchange_price": 1.1,
    "new_expire_date": "2025-11-09T14:11:11.8244218+03:00",
    "new_taxperc": 1.1,
    "new_taxval": 1.1,
    "new_discount": 1.1,
    "all_exchange_price": 1.1,
    "expense": 1.1,
    "notes": "sample string 2",
    "DiscPers": 1.1,
    "new_DiscPers": 1.1,
    "barcode": "sample string 3",
    "sub_center": 1,
    "sub_branch": 1,
    "sub_BKproc_id": "sample string 4",
    "sub_post": 1,
    "switch_amount": 1.1,
    "switch_amount2": 1.1,
    "item_thickness": 1.1,
    "item_lenght": 1.1,
    "item_width": 1.1,
    "srl": 1,
    "sale_price": 1.1,
    "vat_type": 1,
    "tab3Val": 1.1,
    "notes2": "sample string 5",
    "relication_code": "sample string 6",
    "CarModel": "sample string 7",
    "CarYear": "sample string 8",
    "CarType": "sample string 9",
    "CarStructure": "sample string 10",
    "CarVactor": "sample string 11",
    "CarColor": "sample string 12",
    "item_sizeness": 1.1,
    "total_thickness_dtl": 1.1,
    "tab3val_sub": 1.1
  },
  {
    "id": 1,
    "proc_id": 1,
    "proc_type": 1,
    "currency_from": 1,
    "unit": 1,
    "val": 1.1,
    "val1": 1.1,
    "exchange_price": 1.1,
    "expire_date": "2025-11-09T14:11:11.8244218+03:00",
    "taxperc": 1.1,
    "taxval": 1.1,
    "discount": 1.1,
    "new_val": 1.1,
    "new_val1": 1.1,
    "new_exchange_price": 1.1,
    "new_expire_date": "2025-11-09T14:11:11.8244218+03:00",
    "new_taxperc": 1.1,
    "new_taxval": 1.1,
    "new_discount": 1.1,
    "all_exchange_price": 1.1,
    "expense": 1.1,
    "notes": "sample string 2",
    "DiscPers": 1.1,
    "new_DiscPers": 1.1,
    "barcode": "sample string 3",
    "sub_center": 1,
    "sub_branch": 1,
    "sub_BKproc_id": "sample string 4",
    "sub_post": 1,
    "switch_amount": 1.1,
    "switch_amount2": 1.1,
    "item_thickness": 1.1,
    "item_lenght": 1.1,
    "item_width": 1.1,
    "srl": 1,
    "sale_price": 1.1,
    "vat_type": 1,
    "tab3Val": 1.1,
    "notes2": "sample string 5",
    "relication_code": "sample string 6",
    "CarModel": "sample string 7",
    "CarYear": "sample string 8",
    "CarType": "sample string 9",
    "CarStructure": "sample string 10",
    "CarVactor": "sample string 11",
    "CarColor": "sample string 12",
    "item_sizeness": 1.1,
    "total_thickness_dtl": 1.1,
    "tab3val_sub": 1.1
  }
]

application/xml, text/xml

Sample:
<ArrayOfInv_Sub xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">
  <Inv_Sub>
    <CarColor>sample string 12</CarColor>
    <CarModel>sample string 7</CarModel>
    <CarStructure>sample string 10</CarStructure>
    <CarType>sample string 9</CarType>
    <CarVactor>sample string 11</CarVactor>
    <CarYear>sample string 8</CarYear>
    <DiscPers>1.1</DiscPers>
    <all_exchange_price>1.1</all_exchange_price>
    <barcode>sample string 3</barcode>
    <currency_from>1</currency_from>
    <discount>1.1</discount>
    <exchange_price>1.1</exchange_price>
    <expense>1.1</expense>
    <expire_date>2025-11-09T14:11:11.8244218+03:00</expire_date>
    <id>1</id>
    <item_lenght>1.1</item_lenght>
    <item_sizeness>1.1</item_sizeness>
    <item_thickness>1.1</item_thickness>
    <item_width>1.1</item_width>
    <new_DiscPers>1.1</new_DiscPers>
    <new_discount>1.1</new_discount>
    <new_exchange_price>1.1</new_exchange_price>
    <new_expire_date>2025-11-09T14:11:11.8244218+03:00</new_expire_date>
    <new_taxperc>1.1</new_taxperc>
    <new_taxval>1.1</new_taxval>
    <new_val>1.1</new_val>
    <new_val1>1.1</new_val1>
    <notes>sample string 2</notes>
    <notes2>sample string 5</notes2>
    <proc_id>1</proc_id>
    <proc_type>1</proc_type>
    <relication_code>sample string 6</relication_code>
    <sale_price>1.1</sale_price>
    <srl>1</srl>
    <sub_BKproc_id>sample string 4</sub_BKproc_id>
    <sub_branch>1</sub_branch>
    <sub_center>1</sub_center>
    <sub_post>1</sub_post>
    <switch_amount>1.1</switch_amount>
    <switch_amount2>1.1</switch_amount2>
    <tab3Val>1.1</tab3Val>
    <tab3val_sub>1.1</tab3val_sub>
    <taxperc>1.1</taxperc>
    <taxval>1.1</taxval>
    <total_thickness_dtl>1.1</total_thickness_dtl>
    <unit>1</unit>
    <val>1.1</val>
    <val1>1.1</val1>
    <vat_type>1</vat_type>
  </Inv_Sub>
  <Inv_Sub>
    <CarColor>sample string 12</CarColor>
    <CarModel>sample string 7</CarModel>
    <CarStructure>sample string 10</CarStructure>
    <CarType>sample string 9</CarType>
    <CarVactor>sample string 11</CarVactor>
    <CarYear>sample string 8</CarYear>
    <DiscPers>1.1</DiscPers>
    <all_exchange_price>1.1</all_exchange_price>
    <barcode>sample string 3</barcode>
    <currency_from>1</currency_from>
    <discount>1.1</discount>
    <exchange_price>1.1</exchange_price>
    <expense>1.1</expense>
    <expire_date>2025-11-09T14:11:11.8244218+03:00</expire_date>
    <id>1</id>
    <item_lenght>1.1</item_lenght>
    <item_sizeness>1.1</item_sizeness>
    <item_thickness>1.1</item_thickness>
    <item_width>1.1</item_width>
    <new_DiscPers>1.1</new_DiscPers>
    <new_discount>1.1</new_discount>
    <new_exchange_price>1.1</new_exchange_price>
    <new_expire_date>2025-11-09T14:11:11.8244218+03:00</new_expire_date>
    <new_taxperc>1.1</new_taxperc>
    <new_taxval>1.1</new_taxval>
    <new_val>1.1</new_val>
    <new_val1>1.1</new_val1>
    <notes>sample string 2</notes>
    <notes2>sample string 5</notes2>
    <proc_id>1</proc_id>
    <proc_type>1</proc_type>
    <relication_code>sample string 6</relication_code>
    <sale_price>1.1</sale_price>
    <srl>1</srl>
    <sub_BKproc_id>sample string 4</sub_BKproc_id>
    <sub_branch>1</sub_branch>
    <sub_center>1</sub_center>
    <sub_post>1</sub_post>
    <switch_amount>1.1</switch_amount>
    <switch_amount2>1.1</switch_amount2>
    <tab3Val>1.1</tab3Val>
    <tab3val_sub>1.1</tab3val_sub>
    <taxperc>1.1</taxperc>
    <taxval>1.1</taxval>
    <total_thickness_dtl>1.1</total_thickness_dtl>
    <unit>1</unit>
    <val>1.1</val>
    <val1>1.1</val1>
    <vat_type>1</vat_type>
  </Inv_Sub>
</ArrayOfInv_Sub>

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.