> For the complete documentation index, see [llms.txt](https://apidocs.juicefin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.juicefin.com/apis/administration/set-single-day-override.md).

# 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        | <p>Format:Alphanumeric, 20<br>ORGANZATION<br>STORE<br>USER<br>TERMINAL</p> |          |

## Output Parameters:

## XML Samples

### Input XML

```json
<?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>
```

```json
<PraxellXMLResponse> 
<ResponseDetails>
  <ServiceName>SetSingleDayOverride</ServiceName>
  <SessionId>29840404200821030</SessionId>
  <StatusCode>0</StatusCode>
  <StatusName>StatusOK</StatusName>
  <StatusDescription>NA</StatusDescription>
  <ServiceDate>2008-03-12 04:21:04</ServiceDate>
  <ServiceId>29840404200821030</ServiceId>
</ResponseDetails>
<ResponseParams />
</PraxellXMLResponse>
```

```json
<?xml version="1.0"?>
<PraxellXMLResponse>
  <ResponseDetails>
    <ServiceName>SetSingleDayOverride</ServiceName>
    <SessionId>07071612200737105</SessionId>
    <StatusCode>70012</StatusCode>
    <StatusName>ServiceNotAllowed</StatusName>
    <StatusDescription>ServiceNotAllowed</StatusDescription>
    <ServiceDate>2021-10-01 12:37:50</ServiceDate>
    <ServiceId>07071612200737105</ServiceId>
  </ResponseDetails>
  <ResponseParams>
  </ResponseParams>
</PraxellXMLResponse>
```
