POST api/items/InsertToImporterServerDb
Request Information
URI Parameters
None.
Body Parameters
ItemsModelName | Description | Type | Additional information |
---|---|---|---|
ImporterGUID | string |
None. |
|
Idguid | string |
None. |
|
Number | decimal number |
None. |
|
Code | string |
None. |
|
Codedcode | string |
None. |
|
Name1 | string |
None. |
|
Name | string |
None. |
|
FullName | string |
None. |
|
totalcount | string |
None. |
|
Latinname | string |
None. |
|
Groupguid | string |
None. |
|
Groupguid_Fk | ItemgroupsModel |
None. |
|
Company | string |
None. |
|
Provenance | string |
None. |
|
Provenancelabel | string |
None. |
|
Provenance_Fk | List_items_labelModel |
None. |
|
Type_wsd | integer |
None. |
|
Weight | string |
None. |
|
Weightunity | string |
None. |
|
Weightunity_Fk | List_items_labelModel |
None. |
|
Brandname | string |
None. |
|
Snflag | boolean |
None. |
|
Productionflag | boolean |
None. |
|
Expireflag | boolean |
None. |
|
Unity | string |
None. |
|
Weightflag | boolean |
None. |
|
Sizeflag | boolean |
None. |
|
Dimflag | boolean |
None. |
|
Picturepath | string |
None. |
|
Barcode | string |
None. |
|
Barcode2 | string |
None. |
|
Barcode3 | string |
None. |
|
Color | string |
None. |
|
Spec | string |
None. |
|
Model | string |
None. |
|
Testperiodbyday | integer |
None. |
|
States | integer |
None. |
|
Filterdtext | string |
None. |
|
Remarks | string |
None. |
|
Inserted_by | string |
None. |
|
Inserted_on | string |
None. |
|
InserOn | date |
None. |
|
Last_updated_by | string |
None. |
|
Last_updated_on | string |
None. |
|
LUp | date |
None. |
|
Syn | boolean |
None. |
|
Updated | integer |
None. |
|
Tempidguid | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ImporterGUID": "sample string 1", "Idguid": "sample string 2", "Number": 3.0, "Code": "sample string 4", "Codedcode": "sample string 5", "Name1": "sample string 6", "Name": "sample string 7", "FullName": "sample string 8", "totalcount": "sample string 9", "Latinname": "sample string 10", "Groupguid": "sample string 11", "Groupguid_Fk": { "Idguid": "sample string 1", "Code": "sample string 2", "Name": "sample string 3", "States": 4, "StandardGuid": "sample string 5", "OldStandardGuid": "sample string 6", "LAST_UPDATED_BY": "sample string 7" }, "Company": "sample string 12", "Provenance": "sample string 13", "Provenancelabel": "sample string 14", "Provenance_Fk": { "List_name": "sample string 1", "Item_value": "sample string 2", "Item_order": 3, "Label": "sample string 4", "Inserted_on": "2025-04-04T06:58:38.1208549+03:00", "Last_updated_on": "2025-04-04T06:58:38.1208549+03:00" }, "Type_wsd": 15, "Weight": "sample string 16", "Weightunity": "sample string 17", "Weightunity_Fk": { "List_name": "sample string 1", "Item_value": "sample string 2", "Item_order": 3, "Label": "sample string 4", "Inserted_on": "2025-04-04T06:58:38.1208549+03:00", "Last_updated_on": "2025-04-04T06:58:38.1208549+03:00" }, "Brandname": "sample string 18", "Snflag": true, "Productionflag": true, "Expireflag": true, "Unity": "sample string 22", "Weightflag": true, "Sizeflag": true, "Dimflag": true, "Picturepath": "sample string 26", "Barcode": "sample string 27", "Barcode2": "sample string 28", "Barcode3": "sample string 29", "Color": "sample string 30", "Spec": "sample string 31", "Model": "sample string 32", "Testperiodbyday": 33, "States": 34, "Filterdtext": "sample string 35", "Remarks": "sample string 36", "Inserted_by": "sample string 37", "Inserted_on": "sample string 38", "InserOn": "2025-04-04T06:58:38.1208549+03:00", "Last_updated_by": "sample string 40", "Last_updated_on": "sample string 41", "LUp": "2025-04-04T06:58:38.1208549+03:00", "Syn": true, "Updated": 44, "Tempidguid": "sample string 45" }
application/xml, text/xml
Sample:
<ItemsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YsmoWebApis.Models"> <Barcode>sample string 27</Barcode> <Barcode2>sample string 28</Barcode2> <Barcode3>sample string 29</Barcode3> <Brandname>sample string 18</Brandname> <Code>sample string 4</Code> <Codedcode>sample string 5</Codedcode> <Color>sample string 30</Color> <Company>sample string 12</Company> <Dimflag>true</Dimflag> <Expireflag>true</Expireflag> <Filterdtext>sample string 35</Filterdtext> <FullName>sample string 8</FullName> <Groupguid>sample string 11</Groupguid> <Groupguid_Fk> <Code>sample string 2</Code> <Idguid>sample string 1</Idguid> <LAST_UPDATED_BY>sample string 7</LAST_UPDATED_BY> <Name>sample string 3</Name> <OldStandardGuid>sample string 6</OldStandardGuid> <StandardGuid>sample string 5</StandardGuid> <States>4</States> </Groupguid_Fk> <Idguid>sample string 2</Idguid> <ImporterGUID>sample string 1</ImporterGUID> <InserOn>2025-04-04T06:58:38.1208549+03:00</InserOn> <Inserted_by>sample string 37</Inserted_by> <Inserted_on>sample string 38</Inserted_on> <LUp>2025-04-04T06:58:38.1208549+03:00</LUp> <Last_updated_by>sample string 40</Last_updated_by> <Last_updated_on>sample string 41</Last_updated_on> <Latinname>sample string 10</Latinname> <Model>sample string 32</Model> <Name>sample string 7</Name> <Name1>sample string 6</Name1> <Number>3</Number> <Picturepath>sample string 26</Picturepath> <Productionflag>true</Productionflag> <Provenance>sample string 13</Provenance> <Provenance_Fk> <Inserted_on>2025-04-04T06:58:38.1208549+03:00</Inserted_on> <Item_order>3</Item_order> <Item_value>sample string 2</Item_value> <Label>sample string 4</Label> <Last_updated_on>2025-04-04T06:58:38.1208549+03:00</Last_updated_on> <List_name>sample string 1</List_name> </Provenance_Fk> <Provenancelabel>sample string 14</Provenancelabel> <Remarks>sample string 36</Remarks> <Sizeflag>true</Sizeflag> <Snflag>true</Snflag> <Spec>sample string 31</Spec> <States>34</States> <Syn>true</Syn> <Tempidguid>sample string 45</Tempidguid> <Testperiodbyday>33</Testperiodbyday> <Type_wsd>15</Type_wsd> <Unity>sample string 22</Unity> <Updated>44</Updated> <Weight>sample string 16</Weight> <Weightflag>true</Weightflag> <Weightunity>sample string 17</Weightunity> <Weightunity_Fk> <Inserted_on>2025-04-04T06:58:38.1208549+03:00</Inserted_on> <Item_order>3</Item_order> <Item_value>sample string 2</Item_value> <Label>sample string 4</Label> <Last_updated_on>2025-04-04T06:58:38.1208549+03:00</Last_updated_on> <List_name>sample string 1</List_name> </Weightunity_Fk> <totalcount>sample string 9</totalcount> </ItemsModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.