POST ParametricSettings/Refresh
Request Information
URI Parameters
None.
Body Parameters
ParametersCrud| Name | Description | Type | Additional information |
|---|---|---|---|
| CMP_CreateEmptyPackage | Collection of integer |
None. |
|
| CMP_CourierCantChangePackageLocation | Collection of integer |
None. |
|
| CMP_CourierToCourierAssignment | Collection of integer |
None. |
|
| CMP_DynamicEtaCourierToCustomer | Collection of integer |
None. |
|
| CMP_DynamicEtaCourierToRestaurant | Collection of integer |
None. |
|
| CMP_ExecuteAutoShiftStart | Collection of integer |
None. |
|
| CMP_ExecuteAutoShiftExit | Collection of integer |
None. |
|
| CMP_LongDistanceFeature | Collection of integer |
None. |
|
| CMP_LongDistanceEditAfterDeliveryFeature | Collection of integer |
None. |
|
| CMP_ManualCourierArrivalDateFeature | Collection of integer |
None. |
|
| CMP_ManualOrderCreditCardPriority | Collection of integer |
None. |
|
| CMP_ManualOrderOnlyOnlinePayment | Collection of integer |
None. |
|
| CMP_PaymentChangeOnlyOneTime | Collection of integer |
None. |
|
| CMP_PolygonBasedAssignment | Collection of integer |
None. |
|
| CMP_PoolAccessOnDelivery | Collection of integer |
None. |
|
| CMP_PoolAccessWithoutPackage | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CMP_CreateEmptyPackage": [
1,
2
],
"CMP_CourierCantChangePackageLocation": [
1,
2
],
"CMP_CourierToCourierAssignment": [
1,
2
],
"CMP_DynamicEtaCourierToCustomer": [
1,
2
],
"CMP_DynamicEtaCourierToRestaurant": [
1,
2
],
"CMP_ExecuteAutoShiftStart": [
1,
2
],
"CMP_ExecuteAutoShiftExit": [
1,
2
],
"CMP_LongDistanceFeature": [
1,
2
],
"CMP_LongDistanceEditAfterDeliveryFeature": [
1,
2
],
"CMP_ManualCourierArrivalDateFeature": [
1,
2
],
"CMP_ManualOrderCreditCardPriority": [
1,
2
],
"CMP_ManualOrderOnlyOnlinePayment": [
1,
2
],
"CMP_PaymentChangeOnlyOneTime": [
1,
2
],
"CMP_PolygonBasedAssignment": [
1,
2
],
"CMP_PoolAccessOnDelivery": [
1,
2
],
"CMP_PoolAccessWithoutPackage": [
1,
2
]
}
application/xml, text/xml
Sample:
<ParametricSettings.ParametersCrud xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLogicLayer">
<CMP_CourierCantChangePackageLocation xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</CMP_CourierCantChangePackageLocation>
<CMP_CourierToCourierAssignment xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</CMP_CourierToCourierAssignment>
<CMP_CreateEmptyPackage xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</CMP_CreateEmptyPackage>
<CMP_DynamicEtaCourierToCustomer xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</CMP_DynamicEtaCourierToCustomer>
<CMP_DynamicEtaCourierToRestaurant xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</CMP_DynamicEtaCourierToRestaurant>
<CMP_ExecuteAutoShiftExit xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</CMP_ExecuteAutoShiftExit>
<CMP_ExecuteAutoShiftStart xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</CMP_ExecuteAutoShiftStart>
<CMP_LongDistanceEditAfterDeliveryFeature xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</CMP_LongDistanceEditAfterDeliveryFeature>
<CMP_LongDistanceFeature xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</CMP_LongDistanceFeature>
<CMP_ManualCourierArrivalDateFeature xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</CMP_ManualCourierArrivalDateFeature>
<CMP_ManualOrderCreditCardPriority xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</CMP_ManualOrderCreditCardPriority>
<CMP_ManualOrderOnlyOnlinePayment xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</CMP_ManualOrderOnlyOnlinePayment>
<CMP_PaymentChangeOnlyOneTime xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</CMP_PaymentChangeOnlyOneTime>
<CMP_PolygonBasedAssignment xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</CMP_PolygonBasedAssignment>
<CMP_PoolAccessOnDelivery xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</CMP_PoolAccessOnDelivery>
<CMP_PoolAccessWithoutPackage xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</CMP_PoolAccessWithoutPackage>
</ParametricSettings.ParametersCrud>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>