{
"id": 5,
"title": "resultado que eu quero",
"order": 1,
"type": "T",
"template": {
"id": 2,
"name": "teste numero 20",
"fontStyle": "iuqa",
"fontSize": 21,
"orientation": "L",
"info": "aqui info",
"size": "A4",
"headerHeight": 12,
"footerHeight": 12,
"marginTop": 12,
"marginRight": 12,
"marginBottom": 12,
"marginLeft": 12,
"showSign": 0,
"showImage": 0,
"showFields": 0,
"desgin": "gnised",
"status": "A",
"header": 1,
"footer": 2,
"layoutImage": 1,
"userCreated": {
"id": -1
},
"userChanged": {
"id": null
},
"userDeleted": {
"id": null
},
"dateHourCreated": "2018-04-16T18:09:45.000Z",
"dateHourChanged": "2018-04-16T18:09:45.000Z",
"dateHourDeleted": null
},
"userCreated": {
"id": -1
},
"userChanged": {
"id": null
},
"userDeleted": {
"id": null
},
"dateHourCreated": "2018-04-16T18:30:27.000Z",
"dateHourChanged": "2018-04-16T18:30:27.000Z",
"dateHourDeleted": null
}curl --location --request PUT 'https://prod.your-api-server.com/api/v1/field' \
--header 'Authorization: {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 5,
"title": "resultado que eu quero",
"order": 1,
"type": "T",
"template": {
"id": 2,
"name": "teste numero 20",
"fontStyle": "iuqa",
"fontSize": 21,
"orientation": "L",
"info": "aqui info",
"size": "A4",
"headerHeight": 12,
"footerHeight": 12,
"marginTop": 12,
"marginRight": 12,
"marginBottom": 12,
"marginLeft": 12,
"showSign": 0,
"showImage": 0,
"showFields": 0,
"desgin": "gnised",
"status": "A",
"header": 1,
"footer": 2,
"layoutImage": 1,
"userCreated": {
"id": -1
},
"userChanged": {
"id": null
},
"userDeleted": {
"id": null
},
"dateHourCreated": "2018-04-16T18:09:45.000Z",
"dateHourChanged": "2018-04-16T18:09:45.000Z",
"dateHourDeleted": null
},
"userCreated": {
"id": -1
},
"userChanged": {
"id": null
},
"userDeleted": {
"id": null
},
"dateHourCreated": "2018-04-16T18:30:27.000Z",
"dateHourChanged": "2018-04-16T18:30:27.000Z",
"dateHourDeleted": null
}'{}