While creating a new line through API, the response is coming with entire transaction data instead o
Summary:
We have created a new line by using the API in postman, its returning the entire transaction data in response. User wants to have only the data related to newly created line in response
Content (required):
Payload-
{
"documents": {
"_price_book_var_name": "_default_price_book",
"transactionLine": {
"items": [
{
"_part_number": "BI-TDOT-3.8",
"_price_quantity": "1",
"_price_book_var_name": "_default_price_book"
}
]
}
}
}
Version (include the version you are using, if applicable):
Rest14
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0