Histórico da Página
...
| /TASKCOSTASSIGNMENTS? | ||
| Parâmetro | Tipo | Obrigatoriedade |
|---|---|---|
| page | INTEGER | OBRIGATÓRIO |
| pageSize | INTEGER | OBRIGATÓRIO |
| order | STRING | OPCIONAL |
| sourceApp | STRING | OBRIGATÓRIO |
| companyId | STRING | OBRIGATÓRIO |
| branchId | STRING | OBRIGATÓRIO |
| companyInternalId | STRING | OBRIGATÓRIO |
| projectInternalId | STRING | OBRIGATÓRIO |
| freightValueExcluded | Boolean | OPCIONAL |
| insuranceValueExcluded | Boolean | OPCIONAL |
| expenseValueExcluded | Boolean | OPCIONAL |
| initialTaskInternalId *** | STRING | OBRIGATÓRIO |
| finishTaskInternalId *** | STRING | OBRIGATÓRIO |
| initialDate | STRING | OPCIONAL * |
| finishDate | STRING | OPCIONAL * |
| datePurchase | STRING | OPCIONAL |
| dateStock | STRING | OPCIONAL |
| datePayment | STRING | OPCIONAL |
| currencyId | STRING | OBRIGATÓRIO |
...
| Bloco de código | ||||
|---|---|---|---|---|
| ||||
{
"total": 10,
"hasNext": true,
"data": {
"accountingClosingDate": "2017-10-30",
"listOfTaskstasks": [
{
"taskInternalId": "01|010101|PRJ0001|01|001.01.01",
"taskCostAssignments": [
{
"companyInternalid": "01|010101",
"itemInternalidproductInternalid": "01|010101|001.01",
"documentType": "NFE",
"recNo": "001",
"numberdocumentNumber": "0001",
"itemNumber": "01",
"itemInternalidapportionmentDate": "01|010101|001.01/01/2017",
"apportionmentDateunitOfMeasureInternalid": "01/01/2017un",
"unitOfMeasureInternalidquantity": "un"1.0000,
"unitPrice": 792.00,
"quantityincrease": "1.0000"50,
"unitPricedecrease": "7921.00"50,
"totalPrice": "792793.00"50,
"customerVendorInternalId": "F;0001|01",
"currencyInternalId": "R$"
},
{
"companyInternalid": "01|010101",
"itemInternalid": "01|010101|001.01",
"documentType": "NFE",
"recNo": "001",
"number": "0001",
"itemNumber": "02",
"itemInternalid": "01|010101|001.01",
"apportionmentDate": "01/01/2017",
"unitOfMeasureInternalid": "un",
"quantity": "2.0000",
"unitPrice": "10.00",
"totalPrice": "20.00",
"customerVendorInternalId": "F;0001|01",
"currencyInternalId": "R$"
}
]
]
}
}
} |
...
Import HTML Content
Visão Geral
Conteúdo das Ferramentas