Update an existing core accounts
put
/coreaccounts/{id}
This endpoint is used to update an existing core account.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id: string
key of the coreaccounts Maintenance
Request Body that contains data required for updating an existing coreaccounts
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : CoreAccountDTO-allOf[1]
Type:
Show Source
object
-
address1(optional):
string
Minimum Length:
0
Maximum Length:105
First line of the customer?s address -
address2(optional):
string
Minimum Length:
0
Maximum Length:105
Second line of the customer?s address -
address3(optional):
string
Minimum Length:
0
Maximum Length:105
Third line of the customer?s address -
address4(optional):
string
Minimum Length:
0
Maximum Length:105
Fourth line of the customer?s address -
customerNo(optional):
string
Minimum Length:
0
Maximum Length:105
Customer Number
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns updated coreaccounts
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error