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

Notifications

Announcements

No record found.

Community site session details

Community site session details

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

How to get data in JSON format in postman.

(0) ShareShare
ReportReport
Posted on by 5

I am working on calling custom web service from postman. During postman post request I am getting data in text format not in JSON. How to get data in JSON Format.  

Code - 

Web service  method

public str getCustomer(str strDataAreaId, str strAccountNum)
{
CustTable custTable;
changecompany(strDataAreaId)
{
select * from custTable where custTable.AccountNum == strAccountNum;

}
return custTable.AccountNum + " - " + custTable.name();
}

output - 

"US-001 - Contoso Retail San Diego"
I have the same question (0)
  • Martin Dráb Profile Picture
    237,801 Most Valuable Professional on at

    First of all, let me report your code in the right way, to make it easier to read. Please alrways use Insert > Code (in the rich-formatting view).

    public str getCustomer(str strDataAreaId, str strAccountNum)
    {
    	CustTable custTable;
    	
    	changecompany(strDataAreaId)
    	{
    		select * from custTable
    			where custTable.AccountNum == strAccountNum;
    	}
    	return custTable.AccountNum   " - "   custTable.name();
    }

    I see that your method is indeed written to reeturn a single string. What would you like to get instead?

  • Suggested answer
    huijij Profile Picture
    19,811 on at

    Hi,

    You can click on raw and select format type as JSON,and you can start with the link to custom service development:

    docs.microsoft.com/.../custom-services

    dynamics365musings.com/.../

  • AnithaEswaran Profile Picture
    2,032 on at

    Hi,

    You have an option to select 'Json' in Postman body

    pastedimage1655887659281v1.png

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
Martin Dráb Profile Picture

Martin Dráb 660 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 549 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 307 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans