POST projects/AutoRefreshPriceMaster
Request Information
URI Parameters
None.
Body Parameters
PriceMasterAutoRefreshDto| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordType | string |
None. |
|
| ShowKey | integer |
None. |
|
| InventoryNo | string |
None. |
|
| KeyVal | integer |
None. |
|
| EffDate | integer |
None. |
|
| PMType | integer |
None. |
|
| MinQty | integer |
None. |
|
| TaxableInd | string |
None. |
|
| AltDescription | string |
None. |
|
| OosInd | string |
None. |
|
| SupvLaborAvalInd | string |
None. |
|
| NaOosInd | string |
None. |
|
| StdKitInd | string |
None. |
|
| Price | decimal number |
None. |
|
| LastUpdatedDate | integer |
None. |
|
| recordId | globally unique identifier |
None. |
|
| OperationType | string |
None. |
|
| CustomBomInd | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RecordType": "sample string 1",
"ShowKey": 2,
"InventoryNo": "sample string 3",
"KeyVal": 1,
"EffDate": 1,
"PMType": 4,
"MinQty": 1,
"TaxableInd": "sample string 5",
"AltDescription": "sample string 6",
"OosInd": "sample string 7",
"SupvLaborAvalInd": "sample string 8",
"NaOosInd": "sample string 9",
"StdKitInd": "sample string 10",
"Price": 1.0,
"LastUpdatedDate": 1,
"recordId": "ffca7bc3-1256-41fa-90f9-71e9708cdfad",
"OperationType": "sample string 11",
"CustomBomInd": "sample string 12"
}
Response Information
Resource Description
PriceMasterAutoRefreshReturnDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Sucess | boolean |
None. |
|
| Error | string |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Sucess": true,
"Error": "sample string 2"
}