POST api/StockSummary/Sync

Request Information

URI Parameters

None.

Body Parameters

Collection of Xenia_StockSummary
NameDescriptionTypeAdditional information
STS_Uid

string

String length: inclusive between 0 and 255

Product_Uid

string

String length: inclusive between 0 and 255

Last_Purchase_Rate

decimal number

None.

Last_Sales_Rate

decimal number

None.

Last_MRP

decimal number

None.

Last_Cost

decimal number

None.

Company_Uid

string

String length: inclusive between 0 and 255

Unit_Id

string

String length: inclusive between 0 and 255

STS_ModifiedOn

date

None.

STS_ModifiedBy

string

String length: inclusive between 0 and 255

STS_CreatedOn

date

None.

STS_CreatedBy

string

String length: inclusive between 0 and 255

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "STS_Uid": "sample string 1",
    "Product_Uid": "sample string 2",
    "Last_Purchase_Rate": 1.1,
    "Last_Sales_Rate": 1.1,
    "Last_MRP": 1.1,
    "Last_Cost": 1.1,
    "Company_Uid": "sample string 3",
    "Unit_Id": "sample string 4",
    "STS_ModifiedOn": "2025-12-06T09:18:46.0115649+05:30",
    "STS_ModifiedBy": "sample string 5",
    "STS_CreatedOn": "2025-12-06T09:18:46.0115649+05:30",
    "STS_CreatedBy": "sample string 6"
  },
  {
    "$ref": "1"
  }
]

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.