简体   繁体   English

DocuSign文本字段在不应该共享相同值时

[英]DocuSign text fields are sharing the same values when they should not

I have a custom contract where we have some text fields set in place, but for reasons not immediately known, the text value for these fields is joined -- I alter one field, the other alters as well (you can see the behavior in this video here ). 我有一个自定义合同,其中设置了一些文本字段,但是由于尚未立即得知的原因,这些字段的文本值被合并了-我更改了一个字段,另一个也更改了(您可以在其中看到其行为) 此处的视频)。 There are distinct tags being used for each instance (these are set in the PDF file sent upstream, as the tag #EREM{NUM}). 每个实例都使用不同的标签(这些标签在上游发送的PDF文件中设置为标签#EREM {NUM})。 Am I missing something in my JSON request for these text fields? 我在这些文本字段的JSON请求中缺少某些内容吗?

The JSON request transmitted is posted below. 传输的JSON请求发布在下面。

{
"status": "sent",
"emailSubject": "DocuSign API - Signature Request on Document",
"documents": [{
    "documentId": "1",
    "name": "Signed Contract 2016-11-11 16:27:34"
}],
"recipients": {
    "signers": [{
        "email": "XXX@YYY.com",
        "name": "Sales Agent",
        "recipientId": "1",
        "routingOrder": "1",
        "tabs": {
            "signHereTabs": [{
                "anchorString": "#ESIG0",
                "anchorXOffset": 10,
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels"
            }],
            "initialHereTabs": [{
                "anchorString": "#EINIT0",
                "anchorXOffset": "10",
                "anchorYOffset": "45",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels"
            }],
            "checkBoxTabs": [{
                "anchorString": "#ECHK00",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK00"
            }, {
                "anchorString": "#ECHK01",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK01"
            }, {
                "anchorString": "#ECHK02",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK02"
            }, {
                "anchorString": "#ECHK03",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK03"
            }, {
                "anchorString": "#ECHK04",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK04"
            }, {
                "anchorString": "#ECHK05",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK05"
            }, {
                "anchorString": "#ECHK06",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK06"
            }, {
                "anchorString": "#ECHK07",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK07"
            }, {
                "anchorString": "#ECHK08",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK08"
            }, {
                "anchorString": "#ECHK09",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK09"
            }, {
                "anchorString": "#ECHK10",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK10"
            }, {
                "anchorString": "#ECHK11",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK11"
            }],
            "dateSignedTabs": [{
                "anchorString": "#EDATE_0",
                "anchorXOffset": "20",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels"
            }],
            "textTabs": [],
            "radioGroupTabs": [{
                "documentId": "1",
                "groupName": "Radio Group 0",
                "radios": []
            }]
        }
    }, {
        "email": "JZ@REDFZ.com",
        "name": "Cameron Kilgore",
        "recipientId": "2",
        "routingOrder": "2",
        "tabs": {
            "signHereTabs": [{
                "anchorString": "#ESIG_1",
                "anchorXOffset": 10,
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "false",
                "anchorUnits": "pixels"
            }],
            "initialHereTabs": [{
                "anchorString": "#EINIT_1",
                "anchorXOffset": "10",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "false",
                "anchorUnits": "pixels"
            }],
            "checkBoxTabs": [{
                "anchorString": "#ECHK00",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK00"
            }, {
                "anchorString": "#ECHK01",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK01"
            }, {
                "anchorString": "#ECHK02",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK02"
            }, {
                "anchorString": "#ECHK03",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK03"
            }, {
                "anchorString": "#ECHK04",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK04"
            }, {
                "anchorString": "#ECHK05",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK05"
            }, {
                "anchorString": "#ECHK06",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK06"
            }, {
                "anchorString": "#ECHK07",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK07"
            }, {
                "anchorString": "#ECHK08",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK08"
            }, {
                "anchorString": "#ECHK09",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK09"
            }, {
                "anchorString": "#ECHK10",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK10"
            }, {
                "anchorString": "#ECHK11",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK11"
            }],
            "dateSignedTabs": [{
                "anchorString": "#EDATE_1",
                "anchorXOffset": "10",
                "anchorYOffset": "-5",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels"
            }],
            "textTabs": [{
                "anchorString": "#EREM0",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "false",
                "anchorUnits": "pixels",
                "locked": "false",
                "value": "",
                "required": "false",
                "width": 250
            }, {
                "anchorString": "#EREM1",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "false",
                "anchorUnits": "pixels",
                "locked": "false",
                "required": "false",
                "value": "",
                "width": 250
            }],
            "radioGroupTabs": [{
                "documentId": "1",
                "groupName": "Radio Group 1",
                "radios": [{
                    "anchorString": "#RADIO_1_YES_OWNER_1",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_1_YES_OWNER",
                    "tabLabel": "Explanation0"
                }, {
                    "anchorString": "#RADIO_1_NO_OWNER_1",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_1_NO_OWNER"
                }]
            }, {
                "documentId": "1",
                "groupName": "Radio Group 2",
                "radios": [{
                    "anchorString": "#RADIO_2_YES_OWNER_1",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_2_YES_OWNER"
                }, {
                    "anchorString": "#RADIO_2_NO_OWNER_1",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_2_NO_OWNER"
                }]
            }, {
                "documentId": "1",
                "groupName": "Radio Group 3",
                "radios": [{
                    "anchorString": "#RADIO_3_YES_OWNER_1",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_3_YES_OWNER"
                }, {
                    "anchorString": "#RADIO_3_NO_OWNER_1",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_3_NO_OWNER"
                }]
            }, {
                "documentId": "1",
                "groupName": "Radio Group 4",
                "radios": [{
                    "anchorString": "#RADIO_4_YES_OWNER_1",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_4_YES_OWNER"
                }, {
                    "anchorString": "#RADIO_4_NO_OWNER_1",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_4_NO_OWNER"
                }]
            }, {
                "documentId": "1",
                "groupName": "Radio Group 5",
                "radios": [{
                    "anchorString": "#RADIO_5_YES_OWNER_1",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_5_YES_OWNER"
                }, {
                    "anchorString": "#RADIO_5_NO_OWNER_1",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_5_NO_OWNER"
                }]
            }, {
                "documentId": "1",
                "groupName": "Radio Group 6",
                "radios": [{
                    "anchorString": "#RADIO_6_YES_OWNER_1",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_6_YES_OWNER"
                }, {
                    "anchorString": "#RADIO_6_NO_OWNER_1",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_6_NO_OWNER"
                }]
            }]
        }
    }, {
        "email": "XY@ZZY.com",
        "name": "Cameron Kilgore",
        "recipientId": "3",
        "routingOrder": "3",
        "tabs": {
            "signHereTabs": [{
                "anchorString": "#ESIG_2",
                "anchorXOffset": 10,
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "false",
                "anchorUnits": "pixels"
            }],
            "initialHereTabs": [{
                "anchorString": "#EINIT_2",
                "anchorXOffset": "10",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels"
            }],
            "checkBoxTabs": [{
                "anchorString": "#ECHK12",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK12"
            }, {
                "anchorString": "#ECHK13",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK13"
            }, {
                "anchorString": "#ECHK14",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK14"
            }, {
                "anchorString": "#ECHK15",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK15"
            }, {
                "anchorString": "#ECHK16",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK16"
            }, {
                "anchorString": "#ECHK17",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK17"
            }, {
                "anchorString": "#ECHK18",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK18"
            }, {
                "anchorString": "#ECHK19",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK19"
            }, {
                "anchorString": "#ECHK20",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK20"
            }, {
                "anchorString": "#ECHK21",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK21"
            }, {
                "anchorString": "#ECHK22",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK22"
            }, {
                "anchorString": "#ECHK23",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels",
                "tabLabel": "ECHK23"
            }],
            "dateSignedTabs": [{
                "anchorString": "#EDATE_2",
                "anchorXOffset": "10",
                "anchorYOffset": "-5",
                "anchorIgnoreIfNotPresent": "true",
                "anchorUnits": "pixels"
            }],
            "textTabs": [{
                "anchorString": "#EREM2",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "false",
                "anchorUnits": "pixels",
                "locked": "false",
                "required": "false",
                "width": 250
            }, {
                "anchorString": "#EREM3",
                "anchorXOffset": "0",
                "anchorYOffset": "0",
                "anchorIgnoreIfNotPresent": "false",
                "anchorUnits": "pixels",
                "locked": "false",
                "required": "false",
                "width": 250
            }],
            "radioGroupTabs": [{
                "documentId": "1",
                "groupName": "Radio Group 1",
                "radios": [{
                    "anchorString": "#RADIO_1_YES_OWNER_2",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_1_YES_OWNER",
                    "tabLabel": "Explanation2"
                }, {
                    "anchorString": "#RADIO_1_NO_OWNER_2",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_1_NO_OWNER"
                }]
            }, {
                "documentId": "1",
                "groupName": "Radio Group 2",
                "radios": [{
                    "anchorString": "#RADIO_2_YES_OWNER_2",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_2_YES_OWNER"
                }, {
                    "anchorString": "#RADIO_2_NO_OWNER_2",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_2_NO_OWNER"
                }]
            }, {
                "documentId": "1",
                "groupName": "Radio Group 3",
                "radios": [{
                    "anchorString": "#RADIO_3_YES_OWNER_2",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_3_YES_OWNER"
                }, {
                    "anchorString": "#RADIO_3_NO_OWNER_2",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_3_NO_OWNER"
                }]
            }, {
                "documentId": "1",
                "groupName": "Radio Group 4",
                "radios": [{
                    "anchorString": "#RADIO_4_YES_OWNER_2",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_4_YES_OWNER"
                }, {
                    "anchorString": "#RADIO_4_NO_OWNER_2",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_4_NO_OWNER"
                }]
            }, {
                "documentId": "1",
                "groupName": "Radio Group 5",
                "radios": [{
                    "anchorString": "#RADIO_5_YES_OWNER_2",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_5_YES_OWNER"
                }, {
                    "anchorString": "#RADIO_5_NO_OWNER_2",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_5_NO_OWNER"
                }]
            }, {
                "documentId": "1",
                "groupName": "Radio Group 6",
                "radios": [{
                    "anchorString": "#RADIO_6_YES_OWNER_2",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_6_YES_OWNER"
                }, {
                    "anchorString": "#RADIO_6_NO_OWNER_2",
                    "anchorIgnoreIfNotPresent": "true",
                    "value": "RADIO_6_NO_OWNER"
                }]
            }]
        }
    }]
}

} }

将选项卡的tabId字段设置为具有唯一值,以停止将一个选项卡的值用于所有选项卡。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用自定义字段创建DocuSign信封 - Create DocuSign Envelope with Custom Fields JSON 使用 Jackson 库相同对象的字段,但在必要时打印不同的值 - JSON using Jackson Library same object`s fields but printing different values when nessecary Rest调用应按相同顺序返回对象和内部字段 - Rest call should return objects and internal fields in same sequence 如何在Logstash中过滤具有相同名称的多个字段? - How should I filter multiple fields with the same name in logstash? 使用Docusign REST API的自定义信封字段 - Custom envelope fields using Docusign REST API 反序列化时是否可以将字段保留为原始文本? - Is it possible to leave fields as raw text when deserializing? 如何读取具有共享相同属性名称的多个值的 SUPER 数据类型值? - How to read a SUPER data-type value with multiple values sharing the same property names? 反序列化期间何时应忽略JSON中的额外字段? - When should I ignore extra fields in JSON during deserialization? 手动解析某些字段时的FromJSON / ToJSON - FromJSON / ToJSON when some of the fields should be parsed manually JSON 整数应为值时返回 0 - JSON integers returning as 0 when they should be values
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM