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": "40245a8e-d62c-449b-94b3-5d9a5f0ef858",
"SystemUserId": "d0e126e2-e55c-47de-a69f-8e211be48d18",
"CustomerId": "6d1a293d-23b5-4bae-a7c5-e470242a3d33",
"ProductId": "d6a2c7c4-d0ff-4149-a057-0ae1cd6a06dd",
"PackagingId": "b9db23bf-1724-4491-9735-4714353c6090",
"AdjustmentDate": "2026-06-25T16:09:16.3137104+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