Skip to main content

Hi,

I am using application that generates json request for creating new Bill item

New bill is successfully created, but filed Owner does not contain my value, which I sent, it contains some default value

I checked endpoint configuration and checked Owner value availability in system and I can’t figure out why Acumatica does not set my value to this field.

I there some specific configuration should be done to achieve this ?

Here is my request :

URL : https://ccgijkhlm.acumatica.com/entity/DocEndpoint/20.200.001/Bill

BODY : 

{

 

  "Date": {

    "value": "01/20/2022"

  },

  "VendorRef": {

    "value": "byIvan"

  },

  "Vendor": {

    "value": "V00032346"

  },

  "Branch": {

    "value": "CCG234MAIN"

  },

  "Description": {

    "value": "PO0002342345246"

  },

  "DueDate": {

    "value": "9/14/2023"

  },

  "Terms": {

    "value": "NET30"

  },

  "Owner": {

    "value": "Lehr"

  },

  "WorkgruopID": {

    "value": "AP Processor"

  }

 

 

 

 

}

Closing this one as duplicate


@Ivan, duplicate thread?
How to pass 'Owner' field value into Bill | Community (acumatica.com)

 


Hi @Ivan ,

Are you able to assign and save the same ownerID on the screen?

Hi @jinin 

Yes, its fully workable, if I do same via Acumatica interface

You can try with ownerID instead of the name and check. It's working for me.


Hi @Ivan ,

Are you able to assign and save the same ownerID on the screen?

Hi @jinin 

Yes, its fully workable, if I do same via Acumatica interface


Hi @Ivan ,

Are you able to assign and save the same ownerID on the screen?