GET api/SIMS/GetAllContractedPrices?replicationId={replicationId}&companyKey={companyKey}
Gets all Contracted Prices details
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| replicationId |
The minimum replication ID for which to get stock card details |
string |
Default value is |
| companyKey |
The company name if the service is connected to multiple SIMS companies (Optional) |
string |
Default value is |
Body Parameters
N/A
Response Information
Resource Description
List of contracted prices
Collection of ClientSp| Name | Description | Type | Additional information |
|---|---|---|---|
| TranNum | string |
N/A |
|
| Client | string |
N/A |
|
| Cat_Code | string |
N/A |
|
| Stk_Code | string |
N/A |
|
| SPrice1 | decimal number |
N/A |
|
| Discount | decimal number |
N/A |
|
| DateFrom | date |
N/A |
|
| DateTo | date |
N/A |
|
| Replic_Id | string |
N/A |
Response Formats
application/json, text/json
Sample:
[
{
"TranNum": "sample string 1",
"Client": "sample string 2",
"Cat_Code": "sample string 3",
"Stk_Code": "sample string 4",
"SPrice1": 5.0,
"Discount": 6.0,
"DateFrom": "2025-12-26T22:55:13.7587016",
"DateTo": "2025-12-26T22:55:13.7587016",
"Replic_Id": "sample string 7"
},
{
"TranNum": "sample string 1",
"Client": "sample string 2",
"Cat_Code": "sample string 3",
"Stk_Code": "sample string 4",
"SPrice1": 5.0,
"Discount": 6.0,
"DateFrom": "2025-12-26T22:55:13.7587016",
"DateTo": "2025-12-26T22:55:13.7587016",
"Replic_Id": "sample string 7"
}
]