Creates a journal record.
Journal record resource.
Journal record created.
Location | string <uri> Location of the related resource. Example: "https://api.rebilly.com/example" |
Unauthorized access. Invalid credentials used.
Access forbidden.
Invalid data sent.
{- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF",
- "invoiceId": "string",
- "invoiceItemId": "string",
- "estimatedAmount": 0,
- "recognizedAmount": 0,
- "debitAccountId": "string",
- "creditAccountId": "string"
}
{- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "journalEntryId": "string",
- "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF",
- "invoiceId": "string",
- "invoiceItemId": "string",
- "type": "automated",
- "estimatedAmount": 0,
- "recognizedAmount": 0,
- "debitAccountId": "string",
- "creditAccountId": "string",
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_embedded": {
- "customer": { },
- "invoice": { },
- "invoiceItem": { },
- "debitAccount": { },
- "creditAccount": { }
}, - "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}