'Send Body as x-www-form-urlencoded
I need to send the following json as x-www-form-urlencoded, I don't have much experience or knowledge with x-www-form-urlencoded. Thank you for your help in advance.
{
"Type": "SoftwareHouse.NextGen.Common.SecurityObjects.Personnel",
"PropertyNames": [
"FirstName",
"LastName"
],
"Propertyvalues": [
"Mike",
"Logan"
],
"Children": [
{
"Type": "SoftwareHouse.NextGen.Common.SecurityObjects.Credential",
"PropertyNames": [
"Name",
"CHUID",
"CardNumber",
"FacilityCode"
],
"Propertyvalues": [
"iPhone",
"IPhone",
"oneCard's user id",
"facility code coming from oneCard"
]
}
]
}
This is what I have in postman, is this correct or am I missing something?

Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
