Skip to main content

Patch Request Unprocessable Entity Error In Postman

  • January 27, 2023
  • 1 reply
  • 10 views

Forum|alt.badge.img

Hi,

I'm trying to test a Patch request in Postman but getting an error.  I cannot find the semantics error.  Anyone see what's wrong?  I'm fairly positive my headers are correct because they work on all my other Postman tests for Airtable.  This is my json body:

 

{
    "typecast":true,
    "records": [
        {
            "fields": {
                "Closing Date""2022-05-09",
                "Closing Purchase Price"68000000
            },
            "id""reckfGpmIQ62GPoim"
        },
        {
            "fields": {
                "Closing Date""2022-05-09",
                "Closing Purchase Price"68000000
            },
            "id""rec9FMOPJyvk71mam"
        }
    ]
}

1 reply

TheTimeSavingCo
Forum|alt.badge.img+31

Could you post the error as well as a screenshot of the table with the fields you're modifying please?