Skip to main content

Solved

16404 Topics
Send POReceiptNbr and PoReceipt Line columns values to Bill via Rest request

Hi,I need to send these values for new Bill, which I am creating via such request{  "entity": {    "VendorRef": {      "value": "Test"    },    "DueDate": {      "value": "05/15/2022"    },    "Vendor": {      "value": "0000000018"    },    "Date": {      "value": "10/3/2022"    },    "Description": {      "value": "docID \"1004\""    },    "ReleaseBill": {      "value": "True"    },    "PostPeriod": {      "value": "10-2022"    },    "Details": [      {        "InventoryID": {          "value": "3050"        },        "Description": {          "value": "Landed Cost Accrual"        },        "UOM": {          "value": "EACH"        },        "Project": {          "value": "X"        },        "Branch": {          "value": "4011"        },        "ExtendedCost": {          "value": "829"        },        "POReceiptNbr": {          "value": "R0662"        },        "POReceiptLine": {          "value": "1"        },        "Subaccount": {          "value": "000-00"        },        "Accou

Badge winners

Show all badges