When we tried to remove all the address line by giving this path /address/0/line are getting 202 but according to YAML file the post town should not be erasable for amendment transaction, in this case could you please confirm we should get 202 or 400.
{
"nhsNumber": "9999999999",
"gpCode": "2750922,295",
"gpTradingPartnerCode": "TES5",
"healthcarePartyCode": "XX1",
"freeText": "NOW AT THE ARTHUR ANDREWS CENTRE",
"patches": [
{
"op": "remove",
"path": "/address/0/line"
}
]
}
When we tried to remove all the address line by giving this path /address/0/line are getting 202 but according to YAML file the post town should not be erasable for amendment transaction, in this case could you please confirm we should get 202 or 400.
{ "nhsNumber": "9999999999", "gpCode": "2750922,295", "gpTradingPartnerCode": "TES5", "healthcarePartyCode": "XX1", "freeText": "NOW AT THE ARTHUR ANDREWS CENTRE", "patches": [ { "op": "remove", "path": "/address/0/line" } ] }