Create cash-in for specified SO and update it with discount value and return created cash-in code
POST
/v{version}/salesOrders/cash-inCreate cash-in for specified SO and update it with discount value and return created cash-in code...
Request
Path Params
version
string
required
The requested API version
Default:
2.0
Body Params application/x-www-form-urlencoded
id
integer <int32>
optional
Gets or Sets Id
document_code
string
optional
Gets or Sets DocumentCode
paper_number
string
optional
Gets or Sets PaperNumber
customer_id
integer <int32>
optional
Gets or Sets CustomerId
salesPerson_id
integer <int32>
optional
Gets or Sets SalesPersonId
document_date
string <date-time>
optional
Gets or Sets DocumentDate
paid_amount
number <double>
optional
Gets or Sets Paid Amount
related_sales_order_code
string
required
Gets or Sets Related Sales Order Code
cash_account_id
integer <int32>
required
Gets or Sets Cash Accoun tId
code_type_part
string
optional
Gets or Sets Code Type Part
notes
string
optional
Gets or Sets Notes
Request samples
Responses
OK(200)
Bad Request(400)
Unauthorized(401)
Forbidden(403)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
OK
Data Schema
No schema defined
Example
Not configured
Last modified: 5 days ago