Update an existing internal credit limits

put

/service/internalcreditlimits/{lineId}

This endpoint is used to update an existing internal credit limits.

Request

Supported Media Types
Path Parameters
Header Parameters
Body ()
Request body contains data required to update an existing account
Root Schema : VamTmInternalCreditLimitServiceDTO
Type: object
Match All
Show Source
Nested Schema : VamTmInternalCreditLimitServiceDTO-allOf[0]
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Returns updated accounts
Body ()
Root Schema : VamTmInternalCreditLimitServiceWrapperDTO
Type: object
Show Source
Nested Schema : VamTmInternalCreditLimitServiceDTO
Type: object
Match All
Show Source
Nested Schema : VamTmInternalCreditLimitServiceResponseDto
Type: object
Show Source
Nested Schema : VamTmInternalCreditLimitServiceDTO-allOf[0]
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : VamTmInternalCreditLimitServiceResponseCode
Type: object
Show Source

400 Response

Bad request error, the server is unable to process the request

401 Response

Unauthorized request error, invalid credentials

403 Response

Request denied, no permission to access the request.

405 Response

Request denied, invalid input.

500 Response

Internal server error.
Back to Top