Exercício 504 - Criar uma Ordem de Vendas (POST)

Crie uma Ordem de Vendas com o template abaixo.

{
    "SalesOrderType": "OT",
    "SalesOrganization": "1410",
    "DistributionChannel": "10",
    "OrganizationDivision": "00",
    "SalesGroup": "",
    "SalesOffice": "",
    "SalesDistrict": "",
    "SoldToParty": "14100003",
    "PurchaseOrderByCustomer": "Aula 03 Workshop",
    "TransactionCurrency": "",
    "SDDocumentReason": "",
    "ShippingCondition": "",
    "ShippingType": "",
    "HeaderBillingBlockReason": "",
    "DeliveryBlockReason": "",
    "IncotermsClassification": "",
    "IncotermsTransferLocation": "",
    "IncotermsLocation1": "",
    "IncotermsLocation2": "",
    "IncotermsVersion": "",
    "CustomerPaymentTerms": "",
    "PaymentMethod": "",
    "AssignmentReference": "",
    "ReferenceSDDocument": "",
    "to_Item": {
        "results": [
            {
                "SalesOrderItem": "10",
                "Material": "TG11",
                "MaterialByCustomer": "",
                "RequestedQuantity": "1",
                "ProductionPlant": "1410"
        }
    ]
}

}