Allowed data type combinations
This table shows the allowed data type combinations for BOD Patch document:
| From Patch | To Output XML | To Output JSON | 
|---|---|---|
| string | string | string | 
| 
              decimal  | 
            string, decimal | string, number | 
| 
              integer  | 
            string, decimal | string, number | 
| 
              boolean  | 
            string, boolean | string, boolean | 
| 
              date  | 
            string, date | string | 
| 
              time  | 
            string, time | string | 
| 
              datetime  | 
            string, datetime | string | 
This table shows the allowed data type combinations for JSON Conventional Patch document:
| From Patch | To Output XML | To Output JSON | 
|---|---|---|
| string | string | string | 
| 
              integer  | 
            string, decimal | string, number | 
| number | string, decimal | string, number | 
| 
              boolean  | 
            string, boolean | string, boolean |