Last active
February 19, 2019 11:24
-
-
Save viniciusgati/1609319604e5e9490955d5c948b1819e to your computer and use it in GitHub Desktop.
validation 1 salesforce
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "request":[ | |
| { | |
| "name":"", | |
| "codigoProtheus":"389e112c-a7a4-4000-914F-2c90feb4376d", | |
| "accountCode":"0203 0548720105", | |
| "propriedadeCode":"020310", | |
| "numeroCotacao":"", | |
| "numeroConfiguracaoJDQuote":"", | |
| "closeDate":"20190228", | |
| "stageName":"0d823174-291c-4000-8F12-e612d0124d0c", | |
| "motivoPerda":"", | |
| "descricaoMotivoPerda":"", | |
| "lineItems":[ | |
| { | |
| "Product2Code":"a56c05a8-bb28-4000-9615-049815a865fc", | |
| "Cor":"VD", | |
| "CodigoProtheus":"7700066f-df22-4000-9899-23f0e2de9762", | |
| "Quantity":1, | |
| "OpportunityCode":"389e112c-a7a4-4000-914F-2c90feb4376d", | |
| "DataLimite":"2019/02/28", | |
| "DataInteresse":"2019/02/18", | |
| "Marca":"a12896f5-e000-4000-8006-f52e4004b113", | |
| "UnitPrice":1000000 | |
| } | |
| ] | |
| } | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "Status":"ERROR", | |
| "ErrorMsg":[ | |
| "Could't find an \"Account\" with this CodigoProtheus: \"0203 0548720105\"", | |
| "Could't find a \"Propriedade__c\" with this CodigoProtheus: \"020310\"" | |
| ], | |
| "CodigoProtheus":"389e112c-a7a4-4000-914F-2c90feb4376d", | |
| "lineItems":[ | |
| ] | |
| }, | |
| { | |
| "Status":"ERROR", | |
| "ErrorMsg":[ | |
| "Could't find an \"Account\" with this CodigoProtheus: \"0203 0548720105\"", | |
| "Could't find a \"Propriedade__c\" with this CodigoProtheus: \"020310\"" | |
| ], | |
| "CodigoProtheus":"389e112c-a7a4-4000-914F-2c90feb4376d", | |
| "lineItems":[ | |
| ] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment