A purchasing document contains information about purchasing transactions.
Returns a collection with a key, ID, and link for each purchasing document. This operation is mostly for use in testing; use query to find objects that meet certain criteria and to specify properties that are returned.
OK
Bad Request
{- "ia::result": [
- {
- "key": "12345",
- "id": "ID123",
- "href": "/objects/<application>/<name>/12345"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": 101,
- "previous": null
}
}
Returns detailed information for a specified purchasing document.
key required | string |
OK
Bad Request
{- "ia::result": {
- "key": "string",
- "id": "string",
- "href": "string",
- "documentNumber": "string",
- "sourceDocumentId": "string",
- "state": "submitted",
- "audit": {
- "createdDateTime": "2014-01-08T11:28:12Z",
- "modifiedDateTime": "2022-04-20T16:20:00Z",
- "createdBy": "1",
- "modifiedBy": "95"
}, - "createdDate": "2019-08-24",
- "dueDate": "2019-08-24",
- "referenceNumber": "string",
- "txnName": "string",
- "txnDefinition": {
- "key": "string",
- "id": "string",
- "documentType": "string",
- "href": "string"
}, - "notes": "string",
- "warehouseLocation": "string",
- "shippingMethod": {
- "key": "string",
- "id": "string",
- "href": "string"
}, - "printedByUser": {
- "id": "string",
- "name": "string"
}, - "contacts": {
- "primary": {
- "key": "string",
- "id": "string",
- "href": "string"
}, - "shipTo": {
- "key": "string",
- "id": "string",
- "href": "string"
}, - "billTo": {
- "key": "string",
- "id": "string",
- "href": "string"
}, - "deliverTo": {
- "key": "string",
- "id": "string",
- "href": "string"
}
}, - "memo": "string",
- "isBackordered": true,
- "subTotal": "string",
- "total": "string",
- "baseCurrency": "string",
- "subTotalInTxnCurrency": "string",
- "totalInTxnCurrency": "string",
- "txnCurrency": "string",
- "exchangeRate": {
- "date": "2019-08-24",
- "id": "string",
- "name": "string",
- "rate": 0
}, - "salesContract": "string",
- "usedAsContract": "string",
- "isSystemGeneratedDocument": true,
- "postingDate": "2019-08-24",
- "taxsolution": {
- "key": "string",
- "id": "string",
- "href": "string",
- "taxCalculationMethod": null,
- "showMultilineTax": true
}, - "requestedDeliveryDate": "2019-08-24",
- "canCancelAfterDate": "2019-08-24",
- "doNotShipBeforeDate": "2019-08-24",
- "doNotShipAfterDate": "2019-08-24",
- "retainagePercent": 0,
- "scope": "string",
- "inclusions": "string",
- "exclusions": "string",
- "terms": "string",
- "scheduledStartDate": "2019-08-24",
- "scheduledCompletionDate": "2019-08-24",
- "actualStartDate": "2019-08-24",
- "actualCompletionDate": "2019-08-24",
- "revisedCompletionDate": "2019-08-24",
- "substantialCompletionDate": "2019-08-24",
- "noticeToProceedDate": "2019-08-24",
- "responseDueDate": "2019-08-24",
- "executedOnDate": "2019-08-24",
- "scheduleImpactNotes": "string",
- "internalReference": {
- "referenceNumber": "INT-01",
- "initiatedBy": {
- "key": "2",
- "id": "dhatchet",
- "name": "David Hatcher",
- "href": "/objects/company-config/employee/2"
}, - "verbalApprovalBy": {
- "key": "2",
- "id": "sdye",
- "name": "Sara Dye",
- "href": "/objects/company-config/employee/2"
}, - "issuedBy": {
- "key": "25",
- "id": "amarquess",
- "name": "Adam Marquess",
- "href": "/objects/company-config/employee/25"
}, - "issuedOnDate": "2021-05-30",
- "approvedBy": {
- "key": "1",
- "id": "treser",
- "name": "Tim Reser",
- "href": "/objects/company-config/employee/1"
}, - "approvedOnDate": "2021-10-02",
- "signedBy": {
- "key": "32",
- "id": "broberts",
- "name": "Bob Roberts",
- "href": "/objects/company-config/employee/32"
}, - "signedOnDate": "2021-05-31",
- "source": "Internal",
- "sourceReferenceNumber": "REF-INT-01"
}, - "externalReference": {
- "referenceNumber": "A23",
- "verbalApprovalBy": {
- "key": "6",
- "id": "Johnson",
- "href": "/objects/company-config/contact/6"
}, - "approvedBy": {
- "key": "51",
- "id": "Jagadish",
- "href": "/objects/company-config/contact/51"
}, - "approvedOnDate": "2021-11-03",
- "signedBy": {
- "key": "200",
- "id": "Modulus Industries",
- "href": "/objects/company-config/contact/200"
}, - "signedOnDate": "2021-12-01"
}, - "performanceBond": {
- "required": true,
- "received": true,
- "amount": "string",
- "company": {
- "key": "string",
- "id": "string",
- "name": "string"
}
}, - "paymentBond": {
- "required": true,
- "received": true,
- "amount": "string",
- "company": {
- "key": "string",
- "id": "string",
- "name": "string"
}
}, - "revision": {
- "documentHasChanged": true,
- "revisedTotal": "string",
- "revistedSubTotal": "string",
- "revisedTotalInTxnCurrency": "string",
- "revistedSubTotalInTxnCurrency": "string",
- "changeLogNumber": 0
}, - "enableDocumentChange": "no",
- "vendor": {
- "key": "string",
- "id": "string",
- "name": "string",
- "href": "string"
}, - "INVOICERUNKEY": 0,
- "deliveryDuedate": "2019-08-24",
- "contractStartDate": "2019-08-24",
- "contractEndDate": "2019-08-24",
- "lines": [
- {
- "key": "string",
- "id": "string",
- "href": "string",
- "documentType": "string",
- "bundleNumber": "string",
- "lineNumber": 0,
- "item": {
- "key": "string",
- "id": "string",
- "name": "string",
- "description": "string",
- "href": "string"
}, - "warehouse": {
- "key": "string",
- "id": "string",
- "name": "string",
- "href": "string"
}, - "memo": "string",
- "priceCalculationMemo": "string",
- "unit": "string",
- "quantity": 0,
- "unitQuantity": 0,
- "unitPrice": 0,
- "price": 0,
- "totalPrice": 0,
- "convertedQuantity": 0,
- "retailPrice": 0,
- "state": true,
- "audit": {
- "createdDateTime": "2022-04-20T16:20:00Z",
- "modifiedDateTime": "2022-04-20T16:20:00Z",
- "createdBy": "1",
- "modifiedBy": "95"
}, - "status": "active",
- "cost": 0,
- "costMethod": "string",
- "discountPercent": 0,
- "multiplier": 0,
- "sourceDocument": {
- "key": "string",
- "id": "string",
- "href": "string"
}, - "adjustmentDocument": {
- "key": "string",
- "lineKey": 0,
- "href": "string"
}, - "isPriceProrated": true,
- "deferRevenue": "string",
- "discountMemo": "string",
- "baseCurrency": "string",
- "txnCurrency": "string",
- "priceInTxnCurrency": "string",
- "exchangeRate": {
- "date": "string",
- "id": "string",
- "name": "string",
- "rate": 0
}, - "isBillable": true,
- "isBilled": true,
- "form1099": {
- "nameOn1099": "string",
- "type": "string",
- "box": "string"
}, - "taxRate": 0,
- "tax": "string",
- "taxInTxnCurrency": 0,
- "taxableAmount": 0,
- "totalAmount": 0,
- "totalAmountInTxnCurrency": 0,
- "discount": 0,
- "taxOverride": false,
- "totalAmountConverted": 0,
- "totatAmountRemaining": 0,
- "quantityRemaining": 0,
- "convertedPrice": 0,
- "conversionType": "string",
- "dimensions": {
- "location": {
- "key": "22",
- "id": "LOC-22",
- "name": "California",
- "href": "/objects/company-config/location/22"
}, - "department": {
- "key": "11",
- "id": "DEP-11",
- "name": "Sales and Marketing",
- "href": "/objects/company-config/department/11"
}, - "employee": {
- "key": "10",
- "id": "EMP-10",
- "name": "Thomas, Glenn",
- "href": "/objects/company-config/employee/10"
}, - "project": {
- "key": "2",
- "id": "NET-XML30-2",
- "name": "Talcomp training",
- "href": "/objects/projects/project/2"
}, - "customer": {
- "key": "13",
- "id": "CUST-13",
- "name": "Jack In the Box",
- "href": "/objects/accounts-receivable/customer/13"
}, - "vendor": {
- "key": "357",
- "id": "1605212096809",
- "name": "GenLab",
- "href": "/objects/accounts-payable/vendor/357"
}, - "item": {
- "key": "13",
- "id": "Case 13",
- "name": "Platform pack",
- "href": "/objects/inventory-control/item/13"
}, - "warehouse": {
- "key": "6",
- "id": "WH01",
- "name": "WH01",
- "href": "/objects/inventory-control/warehouse/6"
}, - "class": {
- "key": "731",
- "id": "REST_CLS_001",
- "name": "Enterprises",
- "href": "/objects/company-config/class/731"
}, - "task": {
- "id": "1",
- "key": "1",
- "name": "Project Task",
- "href": "/objects/projects/task/1"
}, - "costType": {
- "id": "2",
- "key": "2",
- "name": "Project Expense",
- "href": "/objects/construction/cost-type/2"
}, - "asset": {
- "id": "A001",
- "key": "1",
- "name": "Laptop 1"
}, - "contract": {
- "id": "CON-0045-1",
- "key": "12",
- "name": "ACME Widgets - Service",
- "href": "/objects/contracts/contract/12"
}
}, - "requestedDate": "2019-08-24",
- "shipByDate": "2019-08-24",
- "canCancelAfterDate": "2019-08-24",
- "doNotShipBeforeDate": "2019-08-24",
- "doNotShipAfterDate": "2019-08-24",
- "retainage": {
- "percentage": 0,
- "baseAmountRetained": 0,
- "txnAmountRetained": 0
}, - "revision": {
- "unitQuantity": 0,
- "quantity": 0,
- "unitValue": "string",
- "value": "string",
- "valueInTxnCurrency": 0,
- "price": 0,
- "unitPrice": 0,
- "priceInTxnCurrency": 0
}, - "draft": {
- "unitQuantity": 0,
- "quantity": 0,
- "price": 0
}, - "posted": {
- "quantity": 0,
- "price": 0,
- "basePrice": 0
}, - "contacts": {
- "deliverTo": {
- "key": "string",
- "id": "string",
- "href": "string"
}
}, - "deliveryDueDate": "2019-08-24",
- "orderConfirmationDate": "2019-08-24",
- "shippedDate": "string",
- "partialExempt": false,
- "priceToleranceVariance": 0,
- "quantityToleranceVariance": 0,
- "fixedAsset": {
- "nameOfAcquiredAsset": "ergonomic chair",
- "includeTaxInAssetCost": true
}, - "documentHeader": {
- "key": "string",
- "id": "string",
- "documentType": "string",
- "href": "string"
}
}
]
}, - "ia::meta": {
- "totalCount": 3,
- "totalSuccess": 2,
- "totalError": 1
}
}
Returns a collection with a key, ID, and link for each purchasing document with the specified name. This operation is mostly for use in testing; use query to find objects that meet certain criteria and to specify properties that are returned.
documentName required | string Document Name |
OK
Bad Request
{- "ia::result": [
- {
- "key": "12345",
- "id": "ID123",
- "href": "/objects/<application>/<name>/12345"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": 101,
- "previous": null
}
}
Creates a new purchasing document.
documentName required | string Document Name |
documentNumber | string Number for the purchasing document. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sourceDocumentId | string The source from which the purchasing document was created. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
state | string State of the purchase. Valid Values
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
createdDate | string <date> Date the purchasing document was created. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
dueDate | string <date> Due date for the purchasing document. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
referenceNumber | string Reference number for the purchasing document. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
txnName | string Type of the associated transaction. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Associated transaction definition. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
notes | string Notes about the purchasing document. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
warehouseLocation | string Location of the associated warehouse. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Shipping method for the order. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object User who printed the document. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Contacts for the order entry document. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
memo | string Free text printed on document | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
baseCurrency | string Base currency | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
txnCurrency | string Transaction currency | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
salesContract | string Sales contract?? Is it a reference to contracts?? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
usedAsContract | string Used as contract ??? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
postingDate | string <date> GL posting date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
requestedDeliveryDate | string <date> Need by date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
canCancelAfterDate | string <date> Cancel After date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
doNotShipBeforeDate | string <date> Do not ship before date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
doNotShipAfterDate | string <date> Do Not Ship after date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
retainagePercent | number Default retainage percent | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
scope | string Scope ??? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
inclusions | string Inclusions | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
exclusions | string Inclusions | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
terms | string Terms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
scheduledStartDate | string <date> Scheduled start date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
scheduledCompletionDate | string <date> Scheduled completion date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
actualStartDate | string <date> Actual Start date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
actualCompletionDate | string <date> Actual completion date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
revisedCompletionDate | string <date> Revised completion date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
substantialCompletionDate | string <date> Substantial completion date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
noticeToProceedDate | string <date> Notice to proceeed date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
responseDueDate | string <date> Response due date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
executedOnDate | string <date> Executed on date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
scheduleImpactNotes | string Schedule Impact details | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
enableDocumentChange | string Allow changes to document ** Valid values **
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
INVOICERUNKEY | integer Invoicerunkey ???? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
deliveryDuedate | string <date> Promised by date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
contractStartDate | string <date> Contract start date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
contractEndDate | string <date> Contract end date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
Created
Bad Request
{- "documentNumber": "string",
- "sourceDocumentId": "string",
- "state": "submitted",
- "createdDate": "2019-08-24",
- "dueDate": "2019-08-24",
- "referenceNumber": "string",
- "txnName": "string",
- "txnDefinition": {
- "key": "string",
- "id": "string",
- "documentType": "string"
}, - "notes": "string",
- "warehouseLocation": "string",
- "shippingMethod": {
- "key": "string",
- "id": "string",
- "href": "string"
}, - "printedByUser": {
- "id": "string",
- "name": "string"
}, - "contacts": {
- "primary": {
- "key": "string",
- "id": "string"
}, - "shipTo": {
- "key": "string",
- "id": "string"
}, - "billTo": {
- "key": "string",
- "id": "string"
}, - "deliverTo": {
- "key": "string",
- "id": "string"
}
}, - "memo": "string",
- "baseCurrency": "string",
- "txnCurrency": "string",
- "exchangeRate": {
- "date": "2019-08-24",
- "id": "string",
- "name": "string",
- "rate": 0
}, - "salesContract": "string",
- "usedAsContract": "string",
- "postingDate": "2019-08-24",
- "taxsolution": {
- "key": "string",
- "id": "string",
- "taxCalculationMethod": null,
- "showMultilineTax": true
}, - "requestedDeliveryDate": "2019-08-24",
- "canCancelAfterDate": "2019-08-24",
- "doNotShipBeforeDate": "2019-08-24",
- "doNotShipAfterDate": "2019-08-24",
- "retainagePercent": 0,
- "scope": "string",
- "inclusions": "string",
- "exclusions": "string",
- "terms": "string",
- "scheduledStartDate": "2019-08-24",
- "scheduledCompletionDate": "2019-08-24",
- "actualStartDate": "2019-08-24",
- "actualCompletionDate": "2019-08-24",
- "revisedCompletionDate": "2019-08-24",
- "substantialCompletionDate": "2019-08-24",
- "noticeToProceedDate": "2019-08-24",
- "responseDueDate": "2019-08-24",
- "executedOnDate": "2019-08-24",
- "scheduleImpactNotes": "string",
- "internalReference": {
- "referenceNumber": "INT-01",
- "initiatedBy": {
- "key": "2",
- "id": "dhatchet"
}, - "verbalApprovalBy": {
- "key": "2",
- "id": "sdye"
}, - "issuedBy": {
- "key": "25",
- "id": "amarquess"
}, - "issuedOnDate": "2021-05-30",
- "approvedBy": {
- "key": "1",
- "id": "treser"
}, - "approvedOnDate": "2021-10-02",
- "signedBy": {
- "key": "32",
- "id": "broberts"
}, - "signedOnDate": "2021-05-31",
- "source": "Internal",
- "sourceReferenceNumber": "REF-INT-01"
}, - "externalReference": {
- "referenceNumber": "A23",
- "verbalApprovalBy": {
- "key": "6",
- "id": "Johnson"
}, - "approvedBy": {
- "key": "51",
- "id": "Jagadish"
}, - "approvedOnDate": "2021-11-03",
- "signedBy": {
- "key": "200",
- "id": "Modulus Industries"
}, - "signedOnDate": "2021-12-01"
}, - "performanceBond": {
- "required": true,
- "received": true,
- "amount": "string",
- "company": {
- "key": "string",
- "id": "string",
- "name": "string"
}
}, - "paymentBond": {
- "required": true,
- "received": true,
- "amount": "string",
- "company": {
- "key": "string",
- "id": "string",
- "name": "string"
}
}, - "revision": {
- "revisedTotal": "string",
- "revistedSubTotal": "string",
- "revisedTotalInTxnCurrency": "string",
- "revistedSubTotalInTxnCurrency": "string",
- "changeLogNumber": 0
}, - "enableDocumentChange": "no",
- "vendor": {
- "key": "string",
- "id": "string",
- "name": "string"
}, - "INVOICERUNKEY": 0,
- "deliveryDuedate": "2019-08-24",
- "contractStartDate": "2019-08-24",
- "contractEndDate": "2019-08-24",
- "lines": [
- {
- "bundleNumber": "string",
- "lineNumber": 0,
- "item": {
- "key": "string",
- "id": "string"
}, - "warehouse": {
- "key": "string",
- "id": "string"
}, - "memo": "string",
- "priceCalculationMemo": "string",
- "unit": "string",
- "quantity": 0,
- "unitQuantity": 0,
- "unitPrice": 0,
- "price": 0,
- "totalPrice": 0,
- "convertedQuantity": 0,
- "retailPrice": 0,
- "state": true,
- "status": "active",
- "cost": 0,
- "costMethod": "string",
- "discountPercent": 0,
- "multiplier": 0,
- "sourceDocument": {
- "key": "string",
- "id": "string"
}, - "adjustmentDocument": {
- "key": "string",
- "lineKey": 0
}, - "isPriceProrated": true,
- "deferRevenue": "string",
- "discountMemo": "string",
- "baseCurrency": "string",
- "txnCurrency": "string",
- "exchangeRate": {
- "date": "string",
- "id": "string",
- "name": "string",
- "rate": 0
}, - "isBillable": true,
- "isBilled": true,
- "form1099": {
- "nameOn1099": "string",
- "type": "string",
- "box": "string"
}, - "taxRate": 0,
- "tax": "string",
- "taxInTxnCurrency": 0,
- "taxableAmount": 0,
- "totalAmount": 0,
- "totalAmountInTxnCurrency": 0,
- "discount": 0,
- "taxOverride": false,
- "totalAmountConverted": 0,
- "totatAmountRemaining": 0,
- "quantityRemaining": 0,
- "convertedPrice": 0,
- "conversionType": "string",
- "dimensions": {
- "location": {
- "key": "22",
- "id": "LOC-22"
}, - "department": {
- "key": "11",
- "id": "DEP-11"
}, - "employee": {
- "key": "10",
- "id": "EMP-10"
}, - "project": {
- "key": "2",
- "id": "NET-XML30-2"
}, - "customer": {
- "key": "13",
- "id": "CUST-13"
}, - "vendor": {
- "key": "357",
- "id": "1605212096809"
}, - "item": {
- "key": "13",
- "id": "Case 13"
}, - "warehouse": {
- "key": "6",
- "id": "WH01"
}, - "class": {
- "key": "731",
- "id": "REST_CLS_001"
}, - "task": {
- "id": "1",
- "key": "1"
}, - "costType": {
- "id": "2",
- "key": "2"
}, - "asset": {
- "id": "A001",
- "key": "1"
}, - "contract": {
- "id": "CON-0045-1",
- "key": "12"
}
}, - "requestedDate": "2019-08-24",
- "shipByDate": "2019-08-24",
- "canCancelAfterDate": "2019-08-24",
- "doNotShipBeforeDate": "2019-08-24",
- "doNotShipAfterDate": "2019-08-24",
- "retainage": { },
- "revision": {
- "unitQuantity": 0,
- "quantity": 0,
- "unitValue": "string",
- "value": "string",
- "valueInTxnCurrency": 0,
- "price": 0,
- "unitPrice": 0,
- "priceInTxnCurrency": 0
}, - "draft": {
- "unitQuantity": 0,
- "quantity": 0,
- "price": 0
}, - "posted": {
- "quantity": 0,
- "price": 0,
- "basePrice": 0
}, - "contacts": {
- "deliverTo": {
- "key": "string",
- "id": "string"
}
}, - "deliveryDueDate": "2019-08-24",
- "orderConfirmationDate": "2019-08-24",
- "shippedDate": "string",
- "partialExempt": false,
- "priceToleranceVariance": 0,
- "quantityToleranceVariance": 0,
- "fixedAsset": {
- "nameOfAcquiredAsset": "ergonomic chair",
- "includeTaxInAssetCost": true
}, - "documentHeader": {
- "key": "string",
- "id": "string"
}
}
]
}
{- "ia::result": {
- "key": "12345",
- "id": "ID123",
- "href": "/objects/<application>/<name>/12345"
}, - "ia::meta": {
- "totalCount": 3,
- "totalSuccess": 2,
- "totalError": 1
}
}
Returns detailed information for a specified purchasing document.
key required | string System-assigned unique key for the document. |
documentName required | string Document Name |
OK
Bad Request
{- "ia::result": {
- "key": "string",
- "id": "string",
- "href": "string",
- "documentNumber": "string",
- "sourceDocumentId": "string",
- "state": "approved",
- "audit": {
- "createdDateTime": "2014-01-08T11:28:12Z",
- "modifiedDateTime": "2022-04-20T16:20:00Z",
- "createdBy": "1",
- "modifiedBy": "95"
}, - "createdDate": "2019-08-24",
- "dueDate": "2019-08-24",
- "referenceNumber": "string",
- "txnName": "string",
- "txnDefinition": {
- "key": "string",
- "id": "string",
- "documentType": "string",
- "href": "string"
}, - "notes": "string",
- "warehouseLocation": "string",
- "shippingMethod": {
- "key": "string",
- "id": "string",
- "href": "string"
}, - "printedByUser": {
- "id": "string",
- "name": "string"
}, - "contacts": {
- "primary": {
- "key": "string",
- "id": "string",
- "href": "string"
}, - "shipTo": {
- "key": "string",
- "id": "string",
- "href": "string"
}, - "billTo": {
- "key": "string",
- "id": "string",
- "href": "string"
}, - "deliverTo": {
- "key": "string",
- "id": "string",
- "href": "string"
}
}, - "memo": "string",
- "isBackordered": false,
- "subTotal": "string",
- "total": "string",
- "baseCurrency": "string",
- "subTotalInTxnCurrency": "string",
- "totalInTxnCurrency": "string",
- "txnCurrency": "string",
- "exchangeRate": {
- "date": "2019-08-24",
- "id": "string",
- "name": "string",
- "rate": 0
}, - "salesContract": "string",
- "usedAsContract": "string",
- "isSystemGeneratedDocument": true,
- "postingDate": "2019-08-24",
- "taxsolution": {
- "key": "string",
- "id": "string",
- "href": "string",
- "taxCalculationMethod": "VAT",
- "showMultilineTax": true
}, - "requestedDeliveryDate": "2019-08-24",
- "canCancelAfterDate": "2019-08-24",
- "doNotShipBeforeDate": "2019-08-24",
- "doNotShipAfterDate": "2019-08-24",
- "retainagePercent": 0,
- "scope": "string",
- "inclusions": "string",
- "exclusions": "string",
- "terms": "string",
- "scheduledStartDate": "2019-08-24",
- "scheduledCompletionDate": "2019-08-24",
- "actualStartDate": "2019-08-24",
- "actualCompletionDate": "2019-08-24",
- "revisedCompletionDate": "2019-08-24",
- "substantialCompletionDate": "2019-08-24",
- "noticeToProceedDate": "2019-08-24",
- "responseDueDate": "2019-08-24",
- "executedOnDate": "2019-08-24",
- "scheduleImpactNotes": "string",
- "internalReference": {
- "referenceNumber": "INT-01",
- "initiatedBy": {
- "key": "2",
- "id": "dhatchet",
- "name": "David Hatcher",
- "href": "/objects/company-config/employee/2"
}, - "verbalApprovalBy": {
- "key": "2",
- "id": "sdye",
- "name": "Sara Dye",
- "href": "/objects/company-config/employee/2"
}, - "issuedBy": {
- "key": "25",
- "id": "amarquess",
- "name": "Adam Marquess",
- "href": "/objects/company-config/employee/25"
}, - "issuedOnDate": "2021-05-30",
- "approvedBy": {
- "key": "1",
- "id": "treser",
- "name": "Tim Reser",
- "href": "/objects/company-config/employee/1"
}, - "approvedOnDate": "2021-10-02",
- "signedBy": {
- "key": "32",
- "id": "broberts",
- "name": "Bob Roberts",
- "href": "/objects/company-config/employee/32"
}, - "signedOnDate": "2021-05-31",
- "source": "Internal",
- "sourceReferenceNumber": "REF-INT-01"
}, - "externalReference": {
- "referenceNumber": "A23",
- "verbalApprovalBy": {
- "key": "6",
- "id": "Johnson",
- "href": "/objects/company-config/contact/6"
}, - "approvedBy": {
- "key": "51",
- "id": "Jagadish",
- "href": "/objects/company-config/contact/51"
}, - "approvedOnDate": "2021-11-03",
- "signedBy": {
- "key": "200",
- "id": "Modulus Industries",
- "href": "/objects/company-config/contact/200"
}, - "signedOnDate": "2021-12-01"
}, - "performanceBond": {
- "required": true,
- "received": true,
- "amount": "string",
- "company": {
- "key": "string",
- "id": "string",
- "name": "string"
}
}, - "paymentBond": {
- "required": true,
- "received": true,
- "amount": "string",
- "company": {
- "key": "string",
- "id": "string",
- "name": "string"
}
}, - "revision": {
- "documentHasChanged": true,
- "revisedTotal": "string",
- "revistedSubTotal": "string",
- "revisedTotalInTxnCurrency": "string",
- "revistedSubTotalInTxnCurrency": "string",
- "changeLogNumber": 0
}, - "enableDocumentChange": "changeOrder",
- "vendor": {
- "key": "string",
- "id": "string",
- "name": "string",
- "href": "string"
}, - "INVOICERUNKEY": 0,
- "deliveryDuedate": "2019-08-24",
- "contractStartDate": "2019-08-24",
- "contractEndDate": "2019-08-24",
- "lines": [
- {
- "key": "string",
- "id": "string",
- "href": "string",
- "documentType": "string",
- "bundleNumber": "string",
- "lineNumber": 0,
- "item": {
- "key": "string",
- "id": "string",
- "name": "string",
- "description": "string",
- "href": "string"
}, - "warehouse": {
- "key": "string",
- "id": "string",
- "name": "string",
- "href": "string"
}, - "memo": "string",
- "priceCalculationMemo": "string",
- "unit": "string",
- "quantity": 0,
- "unitQuantity": 0,
- "unitPrice": 0,
- "price": 0,
- "totalPrice": 0,
- "convertedQuantity": 0,
- "retailPrice": 0,
- "state": true,
- "audit": {
- "createdDateTime": "2022-04-20T16:20:00Z",
- "modifiedDateTime": "2022-04-20T16:20:00Z",
- "createdBy": "1",
- "modifiedBy": "95"
}, - "status": "active",
- "cost": 0,
- "costMethod": "string",
- "discountPercent": 0,
- "multiplier": 0,
- "sourceDocument": {
- "key": "string",
- "id": "string",
- "href": "string"
}, - "adjustmentDocument": {
- "key": "string",
- "lineKey": 0,
- "href": "string"
}, - "isPriceProrated": true,
- "deferRevenue": "string",
- "discountMemo": "string",
- "baseCurrency": "string",
- "txnCurrency": "string",
- "priceInTxnCurrency": "string",
- "exchangeRate": {
- "date": "string",
- "id": "string",
- "name": "string",
- "rate": 0
}, - "isBillable": true,
- "isBilled": true,
- "form1099": {
- "nameOn1099": "string",
- "type": "string",
- "box": "string"
}, - "taxRate": 0,
- "tax": "string",
- "taxInTxnCurrency": 0,
- "taxableAmount": 0,
- "totalAmount": 0,
- "totalAmountInTxnCurrency": 0,
- "discount": 0,
- "taxOverride": false,
- "totalAmountConverted": 0,
- "totatAmountRemaining": 0,
- "quantityRemaining": 0,
- "convertedPrice": 0,
- "conversionType": "string",
- "dimensions": {
- "location": {
- "key": "22",
- "id": "LOC-22",
- "name": "California",
- "href": "/objects/company-config/location/22"
}, - "department": {
- "key": "11",
- "id": "DEP-11",
- "name": "Sales and Marketing",
- "href": "/objects/company-config/department/11"
}, - "employee": {
- "key": "10",
- "id": "EMP-10",
- "name": "Thomas, Glenn",
- "href": "/objects/company-config/employee/10"
}, - "project": {
- "key": "2",
- "id": "NET-XML30-2",
- "name": "Talcomp training",
- "href": "/objects/projects/project/2"
}, - "customer": {
- "key": "13",
- "id": "CUST-13",
- "name": "Jack In the Box",
- "href": "/objects/accounts-receivable/customer/13"
}, - "vendor": {
- "key": "357",
- "id": "1605212096809",
- "name": "GenLab",
- "href": "/objects/accounts-payable/vendor/357"
}, - "item": {
- "key": "13",
- "id": "Case 13",
- "name": "Platform pack",
- "href": "/objects/inventory-control/item/13"
}, - "warehouse": {
- "key": "6",
- "id": "WH01",
- "name": "WH01",
- "href": "/objects/inventory-control/warehouse/6"
}, - "class": {
- "key": "731",
- "id": "REST_CLS_001",
- "name": "Enterprises",
- "href": "/objects/company-config/class/731"
}, - "task": {
- "id": "1",
- "key": "1",
- "name": "Project Task",
- "href": "/objects/projects/task/1"
}, - "costType": {
- "id": "2",
- "key": "2",
- "name": "Project Expense",
- "href": "/objects/construction/cost-type/2"
}, - "asset": {
- "id": "A001",
- "key": "1",
- "name": "Laptop 1"
}, - "contract": {
- "id": "CON-0045-1",
- "key": "12",
- "name": "ACME Widgets - Service",
- "href": "/objects/contracts/contract/12"
}
}, - "requestedDate": "2019-08-24",
- "shipByDate": "2019-08-24",
- "canCancelAfterDate": "2019-08-24",
- "doNotShipBeforeDate": "2019-08-24",
- "doNotShipAfterDate": "2019-08-24",
- "retainage": {
- "percentage": 0,
- "baseAmountRetained": 0,
- "txnAmountRetained": 0
}, - "revision": {
- "unitQuantity": 0,
- "quantity": 0,
- "unitValue": "string",
- "value": "string",
- "valueInTxnCurrency": 0,
- "price": 0,
- "unitPrice": 0,
- "priceInTxnCurrency": 0
}, - "draft": {
- "unitQuantity": 0,
- "quantity": 0,
- "price": 0
}, - "posted": {
- "quantity": 0,
- "price": 0,
- "basePrice": 0
}, - "contacts": {
- "deliverTo": {
- "key": "string",
- "id": "string",
- "href": "string"
}
}, - "deliveryDueDate": "2019-08-24",
- "orderConfirmationDate": "2019-08-24",
- "shippedDate": "string",
- "partialExempt": false,
- "priceToleranceVariance": 0,
- "quantityToleranceVariance": 0,
- "fixedAsset": {
- "nameOfAcquiredAsset": "ergonomic chair",
- "includeTaxInAssetCost": true
}, - "documentHeader": {
- "key": "string",
- "id": "string",
- "documentType": "string",
- "href": "string"
}
}
]
}, - "ia::meta": {
- "totalCount": 3,
- "totalSuccess": 2,
- "totalError": 1
}
}
Updates an existing purchasing document by setting field values. Any fields not provided remain unchanged.
key required | string System-assigned unique key for the document. |
documentName required | string Document Name |
documentNumber | string Number for the purchasing document. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sourceDocumentId | string The source from which the purchasing document was created. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
state | string State of the purchase. Valid Values
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
createdDate | string <date> Date the purchasing document was created. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
dueDate | string <date> Due date for the purchasing document. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
referenceNumber | string Reference number for the purchasing document. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
txnName | string Type of the associated transaction. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Associated transaction definition. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
notes | string Notes about the purchasing document. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
warehouseLocation | string Location of the associated warehouse. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Shipping method for the order. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object User who printed the document. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Contacts for the order entry document. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
memo | string Free text printed on document | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
baseCurrency | string Base currency | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
txnCurrency | string Transaction currency | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
salesContract | string Sales contract?? Is it a reference to contracts?? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
usedAsContract | string Used as contract ??? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
postingDate | string <date> GL posting date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
requestedDeliveryDate | string <date> Need by date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
canCancelAfterDate | string <date> Cancel After date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
doNotShipBeforeDate | string <date> Do not ship before date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
doNotShipAfterDate | string <date> Do Not Ship after date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
retainagePercent | number Default retainage percent | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
scope | string Scope ??? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
inclusions | string Inclusions | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
exclusions | string Inclusions | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
terms | string Terms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
scheduledStartDate | string <date> Scheduled start date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
scheduledCompletionDate | string <date> Scheduled completion date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
actualStartDate | string <date> Actual Start date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
actualCompletionDate | string <date> Actual completion date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
revisedCompletionDate | string <date> Revised completion date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
substantialCompletionDate | string <date> Substantial completion date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
noticeToProceedDate | string <date> Notice to proceeed date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
responseDueDate | string <date> Response due date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
executedOnDate | string <date> Executed on date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
scheduleImpactNotes | string Schedule Impact details | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
enableDocumentChange | string Allow changes to document ** Valid values **
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
INVOICERUNKEY | integer Invoicerunkey ???? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
deliveryDuedate | string <date> Promised by date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
contractStartDate | string <date> Contract start date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
contractEndDate | string <date> Contract end date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
OK
Bad Request
{- "documentNumber": "string",
- "sourceDocumentId": "string",
- "state": "submitted",
- "createdDate": "2019-08-24",
- "dueDate": "2019-08-24",
- "referenceNumber": "string",
- "txnName": "string",
- "txnDefinition": {
- "key": "string",
- "id": "string",
- "documentType": "string"
}, - "notes": "string",
- "warehouseLocation": "string",
- "shippingMethod": {
- "key": "string",
- "id": "string",
- "href": "string"
}, - "printedByUser": {
- "id": "string",
- "name": "string"
}, - "contacts": {
- "primary": {
- "key": "string",
- "id": "string"
}, - "shipTo": {
- "key": "string",
- "id": "string"
}, - "billTo": {
- "key": "string",
- "id": "string"
}, - "deliverTo": {
- "key": "string",
- "id": "string"
}
}, - "memo": "string",
- "baseCurrency": "string",
- "txnCurrency": "string",
- "exchangeRate": {
- "date": "2019-08-24",
- "id": "string",
- "name": "string",
- "rate": 0
}, - "salesContract": "string",
- "usedAsContract": "string",
- "postingDate": "2019-08-24",
- "taxsolution": {
- "key": "string",
- "id": "string",
- "taxCalculationMethod": null,
- "showMultilineTax": true
}, - "requestedDeliveryDate": "2019-08-24",
- "canCancelAfterDate": "2019-08-24",
- "doNotShipBeforeDate": "2019-08-24",
- "doNotShipAfterDate": "2019-08-24",
- "retainagePercent": 0,
- "scope": "string",
- "inclusions": "string",
- "exclusions": "string",
- "terms": "string",
- "scheduledStartDate": "2019-08-24",
- "scheduledCompletionDate": "2019-08-24",
- "actualStartDate": "2019-08-24",
- "actualCompletionDate": "2019-08-24",
- "revisedCompletionDate": "2019-08-24",
- "substantialCompletionDate": "2019-08-24",
- "noticeToProceedDate": "2019-08-24",
- "responseDueDate": "2019-08-24",
- "executedOnDate": "2019-08-24",
- "scheduleImpactNotes": "string",
- "internalReference": {
- "referenceNumber": "INT-01",
- "initiatedBy": {
- "key": "2",
- "id": "dhatchet"
}, - "verbalApprovalBy": {
- "key": "2",
- "id": "sdye"
}, - "issuedBy": {
- "key": "25",
- "id": "amarquess"
}, - "issuedOnDate": "2021-05-30",
- "approvedBy": {
- "key": "1",
- "id": "treser"
}, - "approvedOnDate": "2021-10-02",
- "signedBy": {
- "key": "32",
- "id": "broberts"
}, - "signedOnDate": "2021-05-31",
- "source": "Internal",
- "sourceReferenceNumber": "REF-INT-01"
}, - "externalReference": {
- "referenceNumber": "A23",
- "verbalApprovalBy": {
- "key": "6",
- "id": "Johnson"
}, - "approvedBy": {
- "key": "51",
- "id": "Jagadish"
}, - "approvedOnDate": "2021-11-03",
- "signedBy": {
- "key": "200",
- "id": "Modulus Industries"
}, - "signedOnDate": "2021-12-01"
}, - "performanceBond": {
- "required": true,
- "received": true,
- "amount": "string",
- "company": {
- "key": "string",
- "id": "string",
- "name": "string"
}
}, - "paymentBond": {
- "required": true,
- "received": true,
- "amount": "string",
- "company": {
- "key": "string",
- "id": "string",
- "name": "string"
}
}, - "revision": {
- "revisedTotal": "string",
- "revistedSubTotal": "string",
- "revisedTotalInTxnCurrency": "string",
- "revistedSubTotalInTxnCurrency": "string",
- "changeLogNumber": 0
}, - "enableDocumentChange": "no",
- "vendor": {
- "key": "string",
- "id": "string",
- "name": "string"
}, - "INVOICERUNKEY": 0,
- "deliveryDuedate": "2019-08-24",
- "contractStartDate": "2019-08-24",
- "contractEndDate": "2019-08-24",
- "lines": [
- {
- "bundleNumber": "string",
- "lineNumber": 0,
- "item": {
- "key": "string",
- "id": "string"
}, - "warehouse": {
- "key": "string",
- "id": "string"
}, - "memo": "string",
- "priceCalculationMemo": "string",
- "unit": "string",
- "quantity": 0,
- "unitQuantity": 0,
- "unitPrice": 0,
- "price": 0,
- "totalPrice": 0,
- "convertedQuantity": 0,
- "retailPrice": 0,
- "state": true,
- "status": "active",
- "cost": 0,
- "costMethod": "string",
- "discountPercent": 0,
- "multiplier": 0,
- "sourceDocument": {
- "key": "string",
- "id": "string"
}, - "adjustmentDocument": {
- "key": "string",
- "lineKey": 0
}, - "isPriceProrated": true,
- "deferRevenue": "string",
- "discountMemo": "string",
- "baseCurrency": "string",
- "txnCurrency": "string",
- "exchangeRate": {
- "date": "string",
- "id": "string",
- "name": "string",
- "rate": 0
}, - "isBillable": true,
- "isBilled": true,
- "form1099": {
- "nameOn1099": "string",
- "type": "string",
- "box": "string"
}, - "taxRate": 0,
- "tax": "string",
- "taxInTxnCurrency": 0,
- "taxableAmount": 0,
- "totalAmount": 0,
- "totalAmountInTxnCurrency": 0,
- "discount": 0,
- "taxOverride": false,
- "totalAmountConverted": 0,
- "totatAmountRemaining": 0,
- "quantityRemaining": 0,
- "convertedPrice": 0,
- "conversionType": "string",
- "dimensions": {
- "location": {
- "key": "22",
- "id": "LOC-22"
}, - "department": {
- "key": "11",
- "id": "DEP-11"
}, - "employee": {
- "key": "10",
- "id": "EMP-10"
}, - "project": {
- "key": "2",
- "id": "NET-XML30-2"
}, - "customer": {
- "key": "13",
- "id": "CUST-13"
}, - "vendor": {
- "key": "357",
- "id": "1605212096809"
}, - "item": {
- "key": "13",
- "id": "Case 13"
}, - "warehouse": {
- "key": "6",
- "id": "WH01"
}, - "class": {
- "key": "731",
- "id": "REST_CLS_001"
}, - "task": {
- "id": "1",
- "key": "1"
}, - "costType": {
- "id": "2",
- "key": "2"
}, - "asset": {
- "id": "A001",
- "key": "1"
}, - "contract": {
- "id": "CON-0045-1",
- "key": "12"
}
}, - "requestedDate": "2019-08-24",
- "shipByDate": "2019-08-24",
- "canCancelAfterDate": "2019-08-24",
- "doNotShipBeforeDate": "2019-08-24",
- "doNotShipAfterDate": "2019-08-24",
- "retainage": { },
- "revision": {
- "unitQuantity": 0,
- "quantity": 0,
- "unitValue": "string",
- "value": "string",
- "valueInTxnCurrency": 0,
- "price": 0,
- "unitPrice": 0,
- "priceInTxnCurrency": 0
}, - "draft": {
- "unitQuantity": 0,
- "quantity": 0,
- "price": 0
}, - "posted": {
- "quantity": 0,
- "price": 0,
- "basePrice": 0
}, - "contacts": {
- "deliverTo": {
- "key": "string",
- "id": "string"
}
}, - "deliveryDueDate": "2019-08-24",
- "orderConfirmationDate": "2019-08-24",
- "shippedDate": "string",
- "partialExempt": false,
- "priceToleranceVariance": 0,
- "quantityToleranceVariance": 0,
- "fixedAsset": {
- "nameOfAcquiredAsset": "ergonomic chair",
- "includeTaxInAssetCost": true
}, - "documentHeader": {
- "key": "string",
- "id": "string"
}
}
]
}
{- "ia::result": {
- "key": "12345",
- "id": "ID123",
- "href": "/objects/<application>/<name>/12345"
}, - "ia::meta": {
- "totalCount": 3,
- "totalSuccess": 2,
- "totalError": 1
}
}
Deletes a purchasing document.
key required | string System-assigned unique key for the document. |
documentName required | string Document Name |
No Content
Bad Request
{- "ia::error": {
- "code": "invalidRequest",
- "message": "Malformed URL",
- "supportId": "sQrM9%7EYdh5oDEWVb80mrn9xuHjoAAAABBQ",
- "details": [
- {
- "code": "invalidRequest",
- "message": "The content type is not valid",
- "correction": "TODO"
}
]
}
}
Queries an object for filtered data.
object | string Object type to query, in the form Example: "purchasing/document" | ||||||||
fields | Array of strings List of fields to include in the response. Can be any combination of these:
Example: ["key","id","max:vendor.creditLimit"] | ||||||||
Array of equal (object) or not equal (object) or less than (object) or (less than or equal (object)) or greater than (object) or (greater than or equal (object)) or in (object) or not in (object) or between (object) or not between (object) or contains (object) or does not contain (object) or starts with (object) or does not start with (object) or ends with (object) or does not end with (object) Filter conditions to select the objects to return based on their field values. You use operators and conditions to build your filter, such as Example: [{"$eq":{"status":"active"}},{"$gt":{"totalDue":"1000"}},{"$contains":{"name":"Acme"}}] | |||||||||
Array Any of: Field value must be equal to this specified value. For date fields, you can use these macro values that are relative to the current date or the
These are most useful for queries that you want to save and use repeatedly, such as for views or reports. Just change the For example,
| |||||||||
filterExpression | string Default: "and" Logical operators to apply when there are multiple filter conditions. The conditions in the Shortcuts:
Example: "(1 and 2) or 3" | ||||||||
| |||||||||
Array of objects Set the order of the results by specifying field names to sort by and whether they should be in ascending or descending order. Example: [{"totalDue":"asc"},{"lastPaymentMadeDate":"desc"}] | |||||||||
Array
| |||||||||
start | integer First record of the result set to include in the response. Example: 1 | ||||||||
size | integer Number of records to include in the response. Example: 100 |
OK
Bad Request
{- "object": "accounts-payable/vendor",
- "fields": [
- "id",
- "name",
- "status",
- "href"
], - "filters": [
- {
- "$eq": {
- "status": "active"
}
}, - {
- "$eq": {
- "billingType": "openItem"
}
}
], - "filterExpression": "1 and 2",
- "orderBy": [
- {
- "id": "asc"
}
]
}
{- "ia::result": [
- {
- "id": "Vend-00002",
- "name": "Test vendor",
- "status": "active",
- "href": "/objects/accounts-payable/vendor/85"
}, - {
- "id": "VEND-00010",
- "name": "Design Works",
- "status": "active",
- "href": "/objects/accounts-payable/vendor/111"
}
], - "ia::meta": {
- "totalCount": 2,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}