POST api/Product/SyncAllProduct

Request Information

URI Parameters

None.

Body Parameters

Collection of Product
NameDescriptionTypeAdditional information
PRD_Uid

string

None.

PRD_Id

integer

None.

PRD_Code

string

None.

PRD_Name

string

None.

PRD_CategoryId

integer

None.

PRD_SaleTax

decimal number

None.

PRD_PurchaseTax

decimal number

None.

PRD_SaleTaxIncl

decimal number

None.

PRD_PurchaseTaxIncl

decimal number

None.

PRD_ManufacturerId

integer

None.

PRD_MainUnit

string

None.

PRD_Rack

string

None.

PRD_PurchaseRate

decimal number

None.

PRD_SaleRate

decimal number

None.

PRD_MRP

decimal number

None.

PRD_IgstPer

decimal number

None.

PRD_Remarks

string

None.

PRD_RegionalName

string

None.

PRD_HsnCode

string

None.

PRD_Batch

string

None.

PRD_ItemClass

string

None.

PRD_LicenceKey

string

None.

PRD_CreatedOn

date

None.

PRD_Createdby

string

None.

PRD_ModifiedOn

date

None.

PRD_ModifiedBy

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "PRD_Uid": "sample string 1",
    "PRD_Id": 2,
    "PRD_Code": "sample string 3",
    "PRD_Name": "sample string 4",
    "PRD_CategoryId": 5,
    "PRD_SaleTax": 6.1,
    "PRD_PurchaseTax": 7.1,
    "PRD_SaleTaxIncl": 8.1,
    "PRD_PurchaseTaxIncl": 9.1,
    "PRD_ManufacturerId": 10,
    "PRD_MainUnit": "sample string 11",
    "PRD_Rack": "sample string 12",
    "PRD_PurchaseRate": 13.1,
    "PRD_SaleRate": 14.1,
    "PRD_MRP": 15.1,
    "PRD_IgstPer": 16.1,
    "PRD_Remarks": "sample string 17",
    "PRD_RegionalName": "sample string 18",
    "PRD_HsnCode": "sample string 19",
    "PRD_Batch": "sample string 20",
    "PRD_ItemClass": "sample string 21",
    "PRD_LicenceKey": "sample string 22",
    "PRD_CreatedOn": "2025-12-26T01:29:00.260557+05:30",
    "PRD_Createdby": "sample string 24",
    "PRD_ModifiedOn": "2025-12-26T01:29:00.260557+05:30",
    "PRD_ModifiedBy": "sample string 26"
  },
  {
    "PRD_Uid": "sample string 1",
    "PRD_Id": 2,
    "PRD_Code": "sample string 3",
    "PRD_Name": "sample string 4",
    "PRD_CategoryId": 5,
    "PRD_SaleTax": 6.1,
    "PRD_PurchaseTax": 7.1,
    "PRD_SaleTaxIncl": 8.1,
    "PRD_PurchaseTaxIncl": 9.1,
    "PRD_ManufacturerId": 10,
    "PRD_MainUnit": "sample string 11",
    "PRD_Rack": "sample string 12",
    "PRD_PurchaseRate": 13.1,
    "PRD_SaleRate": 14.1,
    "PRD_MRP": 15.1,
    "PRD_IgstPer": 16.1,
    "PRD_Remarks": "sample string 17",
    "PRD_RegionalName": "sample string 18",
    "PRD_HsnCode": "sample string 19",
    "PRD_Batch": "sample string 20",
    "PRD_ItemClass": "sample string 21",
    "PRD_LicenceKey": "sample string 22",
    "PRD_CreatedOn": "2025-12-26T01:29:00.260557+05:30",
    "PRD_Createdby": "sample string 24",
    "PRD_ModifiedOn": "2025-12-26T01:29:00.260557+05:30",
    "PRD_ModifiedBy": "sample string 26"
  }
]

application/xml, text/xml

Sample:
<ArrayOfProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XeniaReport.Models">
  <Product>
    <PRD_Batch>sample string 20</PRD_Batch>
    <PRD_CategoryId>5</PRD_CategoryId>
    <PRD_Code>sample string 3</PRD_Code>
    <PRD_CreatedOn>2025-12-26T01:29:00.260557+05:30</PRD_CreatedOn>
    <PRD_Createdby>sample string 24</PRD_Createdby>
    <PRD_HsnCode>sample string 19</PRD_HsnCode>
    <PRD_Id>2</PRD_Id>
    <PRD_IgstPer>16.1</PRD_IgstPer>
    <PRD_ItemClass>sample string 21</PRD_ItemClass>
    <PRD_LicenceKey>sample string 22</PRD_LicenceKey>
    <PRD_MRP>15.1</PRD_MRP>
    <PRD_MainUnit>sample string 11</PRD_MainUnit>
    <PRD_ManufacturerId>10</PRD_ManufacturerId>
    <PRD_ModifiedBy>sample string 26</PRD_ModifiedBy>
    <PRD_ModifiedOn>2025-12-26T01:29:00.260557+05:30</PRD_ModifiedOn>
    <PRD_Name>sample string 4</PRD_Name>
    <PRD_PurchaseRate>13.1</PRD_PurchaseRate>
    <PRD_PurchaseTax>7.1</PRD_PurchaseTax>
    <PRD_PurchaseTaxIncl>9.1</PRD_PurchaseTaxIncl>
    <PRD_Rack>sample string 12</PRD_Rack>
    <PRD_RegionalName>sample string 18</PRD_RegionalName>
    <PRD_Remarks>sample string 17</PRD_Remarks>
    <PRD_SaleRate>14.1</PRD_SaleRate>
    <PRD_SaleTax>6.1</PRD_SaleTax>
    <PRD_SaleTaxIncl>8.1</PRD_SaleTaxIncl>
    <PRD_Uid>sample string 1</PRD_Uid>
  </Product>
  <Product>
    <PRD_Batch>sample string 20</PRD_Batch>
    <PRD_CategoryId>5</PRD_CategoryId>
    <PRD_Code>sample string 3</PRD_Code>
    <PRD_CreatedOn>2025-12-26T01:29:00.260557+05:30</PRD_CreatedOn>
    <PRD_Createdby>sample string 24</PRD_Createdby>
    <PRD_HsnCode>sample string 19</PRD_HsnCode>
    <PRD_Id>2</PRD_Id>
    <PRD_IgstPer>16.1</PRD_IgstPer>
    <PRD_ItemClass>sample string 21</PRD_ItemClass>
    <PRD_LicenceKey>sample string 22</PRD_LicenceKey>
    <PRD_MRP>15.1</PRD_MRP>
    <PRD_MainUnit>sample string 11</PRD_MainUnit>
    <PRD_ManufacturerId>10</PRD_ManufacturerId>
    <PRD_ModifiedBy>sample string 26</PRD_ModifiedBy>
    <PRD_ModifiedOn>2025-12-26T01:29:00.260557+05:30</PRD_ModifiedOn>
    <PRD_Name>sample string 4</PRD_Name>
    <PRD_PurchaseRate>13.1</PRD_PurchaseRate>
    <PRD_PurchaseTax>7.1</PRD_PurchaseTax>
    <PRD_PurchaseTaxIncl>9.1</PRD_PurchaseTaxIncl>
    <PRD_Rack>sample string 12</PRD_Rack>
    <PRD_RegionalName>sample string 18</PRD_RegionalName>
    <PRD_Remarks>sample string 17</PRD_Remarks>
    <PRD_SaleRate>14.1</PRD_SaleRate>
    <PRD_SaleTax>6.1</PRD_SaleTax>
    <PRD_SaleTaxIncl>8.1</PRD_SaleTaxIncl>
    <PRD_Uid>sample string 1</PRD_Uid>
  </Product>
</ArrayOfProduct>

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.