İşçilik bedeli tutarını iletmek için bu servis kullanılmalıdır.
| Parametre Ad | Açıklama |
|---|---|
| orderitemid | İşçilik bedeli gönderilecek ilgili ürünün id'sidir. |
| laborCostAmount | İlgili orderitem için işçilik bedeli gönderilecek tutardır. |
{
"laborCostAmountItemRequests": [
{
"orderItemId": 2147483647,
"laborCostAmount": 0
}
]
}
{
"laborCostAmountItemRequests": [
{
"orderItemId": 2147483647,
"laborCostAmount": 0
}
],
"laborCostAmountData": [
"string"
]
}