Comunidade

Ask a Question
Back to all

Mensagem de erro na API V1

Como a API v2, ainda não está retornando valores, estou realizando testes pra ver se a v1 ainda está funcionando. Este é o body da requisição e a seguinte mensagem retorna:

"Message": "Object reference not set to an instance of an object."

Mas a principio a requisição está correta

{

"OriginZipCode": "89895000",

"OriginCityId": 8658,

"DestinationZipCode": "89870000",

"DestinationCityId": 8609,

"TotalWeight": 10,

"EletronicInvoiceValue": 10.05,

"CustomerTaxIdRegistration": "23918943000101",

"Packs": [

{

"AmountPackages": 1,

"Weight": 10,

"Weight": 10,

"Weight": 10,

"Width": 15

}

]

}