Код: Выделить всё
Message: There was an error deserializing the object of type ContentDirect.CoreService.Contract.Message.SubscriberManagement.SubmitChangeOfServiceOrderRequest. The value '2412053228149000107' cannot be parsed as the type 'Int32'.
Код: Выделить всё
${remove_offer_payload}= Get File RemoveOffer.json
${str_payload}= Replace Variables ${remove_offer_payload}
${payload}= Convert String To Json ${str_payload}
Код: Выделить всё
{
"RemoveItems": [
{
"ProductId": "{{ProductId}}",
"PricingPlanId": "{{PricingPlanId}}"
}
]
}
Как заставить этот JSON обрабатывать эти числа?>
Подробнее: https://stackoverflow.com/questions/799 ... type-int32
Мобильная версия