{
"settings": {
"operation": "NoImport",
"updateTitle": true
},
"paymentMethods": [
{
"paymentMethodId": "string",
"code": "string",
"name": "string",
"status": "Draft",
"insertedAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}curl --location 'https://platform.shopranos.eu/api/payment-methods/import/with-settings' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"settings": {
"operation": "NoImport",
"updateTitle": true
},
"paymentMethods": [
{
"paymentMethodId": "string",
"code": "string",
"name": "string",
"status": "Draft",
"insertedAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}'