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": "3db5f806-caf5-4454-837e-09ef673b271d",
"SystemUserId": "6a11875c-5da3-4afb-b505-b7d5e9ed1ccc",
"CustomerId": "eaa18cac-408c-4ab5-babd-090520003010",
"ProductId": "219dbfb5-adcf-456e-b083-6e4832936c5f",
"PackagingId": "36080b5f-d272-48e0-9709-066893a97d48",
"AdjustmentDate": "2026-06-25T16:08:18.5284268+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