hey all can someone here help with a postman to g...
# general
v
hey all can someone here help with a postman to get token with Oauth 2.0 M2M using client creds with native Oauth 2.0 in the postman instead of using pre-script for Cert because we want to send cXml to create a purchase order in NS Thanks
b
not an option, must use a script
cxml is also an unusual format for use with netsuite
1
v
@battk i see so in that case i need to use pre-script, and about cxml is that doable
b
the only option available to you is a restlet, and that relies on the input and output pretending to be plaintext
1
v
@battk thanks, but how do I get it to "pretend" to be plaintext
b
the content type of a restlet determines how the input and output work
1
in the case of plaintext, the input and output of a restlet are strings
v
much appreciated