Checks wether the credit limit of the specified debtor is reached or not.
Method | /IsMaxCreditReached |
The request body is of type IsMaxCreditReached.
Name | Description | Data Type |
---|---|---|
debtorId | xml:int | |
extraSaleValue | xml:decimal |
|
The response body is of type IsMaxCreditReachedResponse.
Name | Description | Data Type |
---|---|---|
IsMaxCreditReachedResult | xml:boolean |
|