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": "d2713156-62da-43c0-bf7f-23f82d5c2698",
"SystemUserId": "cb19e81a-27fe-42a6-98aa-5ecdd341ea2c",
"CustomerId": "deb04e50-8336-47fc-b1ca-6e72a06395dd",
"ProductId": "88d99ed8-c0a1-4b0a-9b3e-5b76ac910cb8",
"PackagingId": "4b402424-e90c-4c9d-85ce-2c8f8d93a1a4",
"AdjustmentDate": "2026-08-24T14:32:51.2574939+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