web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

Unable to use HTTP Patch operation for CustomersV3 in Postman.

(0) ShareShare
ReportReport
Posted on by 10

Hi,

I am unable to perform patch operation on CustomersV3, Customer Postal Address and Bank Account.

Below is the url and json that I used.

Method :

Urlhttps://trial-dsq5km.sandbox.operations.dynamics.com/data/CustomersV3?$filter=CustomerAccount eq 'test1'

Json :

{

"OrganizationName" : "test"

}

Error :

"message": "More than one resource was found when selecting for update.",

"type": "Microsoft.Dynamics.Platform.Integration.Services.OData.ODataArgumentException".

when tried Get operation using this same url i'm getting only 1 record.

 

Can anyone help me on this.

Thanks in advance.

  • André Arnaud de Calavon Profile Picture
    307,271 Super User 2026 Season 2 on at

    Hi Akhila,

    What exactly do you want to achieve with a 'patch operation'? Does this customer currently exists in the 'DAT' company?

  • Akhila.B Profile Picture
    10 on at

    Hi,

    Yes this customer is present in 'DAT' company and I want to Update the fields of that existing customer.

    Thank you.

  • Suggested answer
    Hector Moreira Profile Picture
    Microsoft Employee on at

    Hi Akhila, usually for "Patch" or "Delete" request, you cannot filter using the "filter" keyword format. That is ok for GET request.

    In this case for PATCH request you need to use the [Your organization's root URL]/data/CustomersV3("[key]") format in this case [Your organization's root URL]/data/CustomersV3(CustomerAccount='xxxx')

  • Akhila.B Profile Picture
    10 on at

    Hi,

    Got this error.

    But there is a record in CustomersV3 having CustomerAccount value as 'APR Test'.

    pastedimage1618378232856v1.png

    Thank you.

  • AnithaEswaran Profile Picture
    2,032 on at

    Hi,

    Can you try this

    D365FOURL/.../CustomersV3(dataAreaId='USMF',CustomerAccount='00493')

    Note that USMF is the default company for the user configured.

  • Community Member Profile Picture
    on at

    Hi AnithaEswaran,

    Got the same error message, that No HTTP resource was found that matches the Request URI.

    and Update is working fine with this URI " https://trial-dsq5km.sandbox.operations.dynamics.com/data/CustomersV3?$filter=CustomerAccount eq 'test1'"

    when there's only one record present in the target entity.

    Any other way to resolve this issue?

    Thank you. 

  • AnithaEswaran Profile Picture
    2,032 on at

    Try passing filter expressions

    pyaarey.wordpress.com/.../

    alexdmeyer.com/.../

    I have seen this behaviour in Postman where it works when we use different filter expressions .

  • Hector Moreira Profile Picture
    Microsoft Employee on at

    Hi Akhila, try adding the dataAreadId as Anitha recommended

    /CustomersV3(dataAreaId='xxx',CustomerAccount='xxxx')

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the August Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Martin Dráb Profile Picture

Martin Dráb 523 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 408 Super User 2026 Season 2

#3
CU10121822-0 Profile Picture

CU10121822-0 354

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans