Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2021-09-24 19:59:05.740 INFO 97733 --- [nio-8081-exec-1] t.i.a.o.a.s.impl.AmoCrmServiceImpl : {
- "id": 28433860,
- "name": "ТЕСТ НЕ ЗВОНИТЬ",
- "price": 123,
- "responsible_user_id": 2873617,
- "group_id": 0,
- "status_id": 42508695,
- "pipeline_id": 4627251,
- "loss_reason_id": null,
- "created_by": 2873617,
- "updated_by": 2873617,
- "created_at": 1632488108,
- "updated_at": 1632488108,
- "closed_at": null,
- "closest_task_at": null,
- "is_deleted": false,
- "custom_fields_values": null,
- "score": null,
- "account_id": 22324900,
- "_links": {
- "self": {
- "href": "https://marlennsk.amocrm.ru/api/v4/leads/28433860"
- }
- },
- "_embedded": {
- "tags": [],
- "companies": [],
- "contacts": [
- {
- "id": 42015703,
- "is_main": true,
- "_links": {
- "self": {
- "href": "https://marlennsk.amocrm.ru/api/v4/contacts/42015703"
- }
- }
- }
- ]
- }
- }
- 2021-09-24 19:59:05.749 INFO 97733 --- [nio-8081-exec-1] t.i.a.o.a.s.impl.AmoCrmServiceImpl : Modified lead(in request):
- 2021-09-24 19:59:05.749 INFO 97733 --- [nio-8081-exec-1] t.i.a.o.a.s.impl.AmoCrmServiceImpl : {
- "id": 28433860,
- "name": "ТЕСТ НЕ ЗВОНИТЬ",
- "price": 123,
- "responsible_user_id": 2873617,
- "group_id": 0,
- "status_id": 42508695,
- "pipeline_id": 4627251,
- "created_by": 2873617,
- "updated_by": 2873617,
- "created_at": 1632488108,
- "updated_at": 1632488108,
- "is_deleted": false,
- "account_id": 22324900,
- "_links": {
- "self": {
- "href": "https://marlennsk.amocrm.ru/api/v4/leads/28433860"
- }
- },
- "_embedded": {
- "tags": [
- {
- "id": 0,
- "name": "I-voice good"
- }
- ],
- "companies": [],
- "contacts": [
- {
- "id": 42015703,
- "is_main": true,
- "_links": {
- "self": {
- "href": "https://marlennsk.amocrm.ru/api/v4/contacts/42015703"
- }
- }
- }
- ]
- }
- }
- 2021-09-24 19:59:06.091 INFO 97733 --- [nio-8081-exec-1] t.i.a.o.a.s.impl.AmoCrmServiceImpl : {"validation-errors":[{"request_id":"0","errors":[{"code":"FieldNotExpected","path":"_embedded.contacts.0._links","detail":"This field was not expected."}]}],"title":"Bad Request","type":"https://httpstatus.es/400","status":400,"detail":"Request validation failed"}
- 2021-09-24 19:59:06.092 INFO 97733 --- [nio-8081-exec-1] t.i.a.o.a.s.impl.AmoCrmServiceImpl : Lead after update:
- 2021-09-24 19:59:06.492 INFO 97733 --- [nio-8081-exec-1] t.i.a.o.a.s.impl.AmoCrmServiceImpl : {
- "id": 28433860,
- "name": "ТЕСТ НЕ ЗВОНИТЬ",
- "price": 123,
- "responsible_user_id": 2873617,
- "group_id": 0,
- "status_id": 42508695,
- "pipeline_id": 4627251,
- "loss_reason_id": null,
- "created_by": 2873617,
- "updated_by": 2873617,
- "created_at": 1632488108,
- "updated_at": 1632488108,
- "closed_at": null,
- "closest_task_at": null,
- "is_deleted": false,
- "custom_fields_values": null,
- "score": null,
- "account_id": 22324900,
- "_links": {
- "self": {
- "href": "https://marlennsk.amocrm.ru/api/v4/leads/28433860"
- }
- },
- "_embedded": {
- "tags": [],
- "companies": [],
- "contacts": [
- {
- "id": 42015703,
- "is_main": true,
- "_links": {
- "self": {
- "href": "https://marlennsk.amocrm.ru/api/v4/contacts/42015703"
- }
- }
- }
- ]
- }
- }
- 2021-09-24 19:59:06.494 ERROR 97733 --- [nio-8081-exec-1] t.i.a.o.a.s.impl.AmoCrmServiceImpl : bridge status update failed for lead 28433860 with code 400
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement