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

Announcements

News and Announcements icon
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
    239,684 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,813 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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

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

#1
Abhilash Warrier Profile Picture

Abhilash Warrier 681 Super User 2026 Season 1

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 551 Super User 2026 Season 1

#3
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 471

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans