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": "14d887a6-5809-4474-826e-ade6d896fe53",
"SystemUserId": "30d78cc0-aed4-4e11-b0f5-cc0137b1d689",
"CustomerId": "8496a198-d689-40c4-823f-9d96532f9ac3",
"ProductId": "0081962a-7b3a-4e72-a2db-7bd91ffbb9f6",
"PackagingId": "bd734ebf-09e3-4cdf-9672-44a47bce7fe3",
"AdjustmentDate": "2026-06-25T11:36:59.7053568+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