Allocations |
AccountingApi.createCreditNoteAllocation(String accessToken,
String xeroTenantId,
UUID creditNoteID,
Allocations allocations,
Boolean summarizeErrors) |
Creates allocation for a specific credit note
|
com.google.api.client.http.HttpResponse |
AccountingApi.createCreditNoteAllocationForHttpResponse(String accessToken,
String xeroTenantId,
UUID creditNoteID,
Allocations allocations,
Boolean summarizeErrors) |
Creates allocation for a specific credit note
|
Allocations |
AccountingApi.createOverpaymentAllocations(String accessToken,
String xeroTenantId,
UUID overpaymentID,
Allocations allocations,
Boolean summarizeErrors) |
Creates a single allocation for a specific overpayment
|
com.google.api.client.http.HttpResponse |
AccountingApi.createOverpaymentAllocationsForHttpResponse(String accessToken,
String xeroTenantId,
UUID overpaymentID,
Allocations allocations,
Boolean summarizeErrors) |
Creates a single allocation for a specific overpayment
|
Allocations |
AccountingApi.createPrepaymentAllocations(String accessToken,
String xeroTenantId,
UUID prepaymentID,
Allocations allocations,
Boolean summarizeErrors) |
Allows you to create an Allocation for prepayments
|
com.google.api.client.http.HttpResponse |
AccountingApi.createPrepaymentAllocationsForHttpResponse(String accessToken,
String xeroTenantId,
UUID prepaymentID,
Allocations allocations,
Boolean summarizeErrors) |
Allows you to create an Allocation for prepayments
|