Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Invalid POST /api/contacts response #3

Open
emersion opened this issue Mar 19, 2016 · 0 comments
Open

Invalid POST /api/contacts response #3

emersion opened this issue Mar 19, 2016 · 0 comments

Comments

@emersion
Copy link
Owner

When creating contacts, a BatchResp is returned. Not the excepted behaviour.

{
    "Code": 1001,
    "Responses": [
        {
            "Name": "Sauce",
            "Email": "mdr@sauce.lol",
            "Response": {
                "Contact": {
                    "ID": "93pX_VKTJLQmTF5kGEiswkepD3y_RXb701pI5OVDdj4qMYMuWwYX7dV1HjjUKI0wFNYUK3mDNVvy8XcDunGMSg==",
                    "Name": "Sauce",
                    "Email": "mdr@sauce.lol"
                },
                "Code": 1000
            }
        }
    ]
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant