{ "operationId": "createPrepaymentHistory", "method": "PUT", "path": "/Prepayments/{PrepaymentID}/History", "summary": "Xero Creates a history record for a specific prepayment", "requestExamples": [], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": " { \"ErrorNumber\": 10, \"Type\": \"ValidationException\", \"Message\": \"A validation exception occurred\", \"Elements\": [ { \"DateUTCString\": \"2019-03-14T00:15:35\", \"DateUTC\": \"/Date(1552522535440)/\", \"Details\": \"Hello World\", \"ValidationErrors\": [ { \"Message\": \"The document with the supplied id was not found for this endpoint.\" } ] } ] }" } ] }