POST api/CreditApproval/Create
Create new credit approval
Request Information
URI Parameters
None.
Body Parameters
CreditApprovalInputParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | globally unique identifier |
None. |
|
| SystemUserId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| PackagingId | globally unique identifier |
None. |
|
| AdjustmentDate | date |
None. |
|
| AdjustmentQuantity | decimal number |
None. |
|
| AdjustmentPrice | decimal number |
None. |
|
| OriginSystem | string |
None. |
|
| CreditDeviationType | integer |
None. |
|
| AdjustmentRef | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyId": "f2a03a96-72dc-4167-9b93-278c27ed547f",
"SystemUserId": "f3b45e06-a43c-4d2e-9cca-7da75447069e",
"CustomerId": "d7dc6747-5072-41ca-952f-aa26077766c6",
"ProductId": "5a7d7437-5d15-40cc-af5d-97e597664558",
"PackagingId": "65aab9cc-05f5-4ad5-9bbe-8b57c544e9b9",
"AdjustmentDate": "2026-06-25T16:08:28.6088546+02:00",
"AdjustmentQuantity": 7.0,
"AdjustmentPrice": 8.0,
"OriginSystem": "sample string 9",
"CreditDeviationType": 10,
"AdjustmentRef": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
true if successful
booleanResponse Formats
application/json, text/json
Sample:
true