Set Single Day Override
Set Single Day Override
The Set Single Day Override API enables setting a one day limit (which expires at the end of the day), which is different (and higher) than the one defined for the entity.
Input Parameters:
Name
Required
Definition
Comments
SDOAmount
Y
Format: Numeric, 1-9
TargetEntityName
Y
Format: Alphanumeric, 60
TargetEntityType
Y
Format:Alphanumeric, 20 ORGANZATION STORE USER TERMINAL
Output Parameters:
XML Samples
Input XML
<?xml version="1.0"?>
<PraxellXMLRequest>
<AuthenticationDetails>
<UserName>Avinadav</UserName>
<UserPassword>1q2w3e4r</UserPassword>
<ClientSourceIP></ClientSourceIP>
</AuthenticationDetails>;
<ServiceDetails>
<UniqueRequestId>473589</UniqueRequestId>
<ServiceName>SetSingleDayOverride</ServiceName>
</ServiceDetails>
<Origin>
<OriginType>ExtAPI</OriginType>
</Origin>
<ServiceParams>
<TargetEntityType>ORGANIZATION</TargetEntityType>
<TargetEntityName>ZZ_QA_Test1</TargetEntityName>
<SDOAmount>100</SDOAmount>
</ServiceParams>
</PraxellXMLRequest>Last updated