{
"type": "Subscription",
"title": "<string>",
"commitment": {
"type": "<string>",
"owner": {
"id": 123,
"pictureHref": "<string>"
},
"purchase": {
"id": 123,
"type": "Subscription"
},
"attachments": [
{
"id": 123,
"file": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"href": "<string>",
"name": "<string>",
"displayHref": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"pages": {
"displayHrefTemplate": "<string>",
"count": 123
}
}
],
"comment": "<string>",
"paymentMethod": "BankTransfer",
"state": "Created",
"startDate": "2023-12-25",
"firstInvoiceDate": "2023-12-25",
"invoicingFrequency": {
"value": 123,
"unit": "Day"
},
"subscriptionDuration": {
"value": 123,
"unit": "Day"
},
"contractualObligation": {
"value": 123,
"unit": "Day"
},
"terminationNotice": {
"value": 123,
"unit": "Day"
},
"amountIncludingTaxesPerPeriod": {
"base": {
"excludingTaxes": {
"value": 123,
"currency": "Invalid"
},
"taxes": [
{
"rateTypeId": 123,
"value": 123,
"currency": "Invalid"
}
],
"includingTaxes": {
"value": 123,
"currency": "Invalid"
}
},
"counter": {
"excludingTaxes": {
"value": 123,
"currency": "Invalid"
},
"taxes": [
{
"rateTypeId": 123,
"value": 123,
"currency": "Invalid"
}
],
"includingTaxes": {
"value": 123,
"currency": "Invalid"
}
},
"rate": 123
},
"amountIncludingTaxes": {
"base": {
"excludingTaxes": {
"value": 123,
"currency": "Invalid"
},
"taxes": [
{
"rateTypeId": 123,
"value": 123,
"currency": "Invalid"
}
],
"includingTaxes": {
"value": 123,
"currency": "Invalid"
}
},
"counter": {
"excludingTaxes": {
"value": 123,
"currency": "Invalid"
},
"taxes": [
{
"rateTypeId": 123,
"value": 123,
"currency": "Invalid"
}
],
"includingTaxes": {
"value": 123,
"currency": "Invalid"
}
},
"rate": 123
},
"subscriptionEndDate": "2023-12-25",
"periodsCount": 123,
"contractualEndDate": "2023-12-25",
"author": {
"id": 123,
"pictureHref": "<string>"
},
"modifier": {
"id": 123,
"pictureHref": "<string>"
}
},
"ownerId": 123,
"owner": {
"id": 123,
"pictureHref": "<string>"
},
"natureId": 123,
"costCenterId": 123,
"costCenter": {
"id": 123
},
"establishmentId": 123,
"establishment": {
"id": 123
},
"departmentId": 123,
"department": {
"id": 123
},
"supplier": {
"name": "<string>",
"territoryId": "<string>",
"territory": {
"id": 123
}
},
"availableAmount": {
"base": {
"value": 123,
"currency": "Invalid"
},
"counter": {
"value": 123,
"currency": "Invalid"
},
"rate": 123
},
"billedAmount": {
"base": {
"value": 123,
"currency": "Invalid"
},
"counter": {
"value": 123,
"currency": "Invalid"
},
"rate": 123
},
"committedAmount": {
"base": {
"value": 123,
"currency": "Invalid"
},
"counter": {
"value": 123,
"currency": "Invalid"
},
"rate": 123
},
"confirmedAmount": {
"base": {
"value": 123,
"currency": "Invalid"
},
"counter": {
"value": 123,
"currency": "Invalid"
},
"rate": 123
},
"requestedAmount": {
"base": {
"value": 123,
"currency": "Invalid"
},
"counter": {
"value": 123,
"currency": "Invalid"
},
"rate": 123
},
"axisSectionIds": [
123
],
"author": {
"id": 123,
"pictureHref": "<string>"
},
"modifier": {
"id": 123,
"pictureHref": "<string>"
}
}Purchase.
Type of purchase.
Subscription, OneTime Title of the purchase.
Read-only. Commitment of the purchase. readOnly: true
Show child attributes
ID of the user who is the owner of the purchase.
Owner of the purchase.
Show child attributes
ID of the nature to which the purchase belongs.
ID of the cost-center to which the purchase belongs.
Read-only. Cost-center to which the purchase belongs.
Show child attributes
ID of the establishment to which the purchase belongs.
Read-only. Establishment to which the purchase belongs.
Show child attributes
ID of the department to which the purchase belongs.
Read-only. Department to which the purchase belongs.
Show child attributes
Supplier of the purchase.
Show child attributes
Read-only. Available amount of the purchase.
Show child attributes
Read-only. Billed amount of the purchase.
Show child attributes
Read-only. Committed amount of the purchase.
Show child attributes
Read-only. Confirmed amount of the purchase.
Show child attributes
Read-only. Requested amount of the purchase.
Show child attributes
Write-only. IDs of the axis-sections to which the purchase belongs.
Read-only. User ID who is the author of the purchase.
Show child attributes
Read-only. User ID who is the modifier of the purchase.
Show child attributes
Was this page helpful?