SPA Render Data
SPA: Updates a Render Data
Updates an existing render data.
PATCH
/api/spa/render-data/{id}Authorizations
X-AUTH-TOKEN
stringheaderrequired
Value for the X-AUTH-TOKEN header parameter.
Path Parameters
id
stringrequired
RenderData identifier
Request Body
application/json
required
The updated RenderData resource
{
"value": {
"contract": {
"email": "john.doe@output.rocks"
},
"invoiceNumber": "123456",
"invoiceDate": "12 March 2022",
"items": [
{
"qty": "3",
"ItemName": "ACP101 Accounting Package",
"amt": "1350.00"
},
{
"qty": "4.5",
"ItemName": "ACP101S Standard Support",
"amt": "450.00"
},
{
"qty": "10",
"ItemName": "ACP101T Online Training",
"amt": "1200.00"
}
]
},
"subClient": {}
}Response
200
RenderData resource updated
id
integer
RenderData ID generated by Output.Rocks.
value
object
Data Object
createdBy
string
User, created this entry
updatedBy
string
User, updated this entry
createdAt
string<date-time>
UTC date time of entry creation
updatedAt
string<date-time>
UTC date time of last entry update
subClientId
integer
SubClient ID. Provided on instances with enabled sub-client module only.
subClientDescription
string
SubClient description. Provided on instances with enabled sub-client module only.